{"id":1284,"date":"2025-02-19T16:10:44","date_gmt":"2025-02-19T14:10:44","guid":{"rendered":"https:\/\/inctrl.ai\/?page_id=1284"},"modified":"2026-03-20T11:23:52","modified_gmt":"2026-03-20T09:23:52","slug":"for-talents","status":"publish","type":"page","link":"https:\/\/inctrl.ai\/ro\/for-talents\/","title":{"rendered":"Talente"},"content":{"rendered":"\n<style>\n:root {\n  --text-xs: 0.75rem;\n  --text-sm: 0.875rem;\n  --text-base: 1rem;\n  --text-lg: 1.125rem;\n  --text-xl: 1.25rem;\n  --text-2xl: 1.5rem;\n  --text-3xl: 1.875rem;\n  --text-4xl: 2.25rem;\n  --text-5xl: 3rem;\n  --text-6xl: 3.75rem;\n  --primary-blue: #0D1B62;\n  --primary-pink: #e91e63;\n  --pink-hover: #c2185b;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  padding-top: 0 !important;\n  font-size: var(--text-base);\n  line-height: 1.5;\n  -webkit-font-smoothing: antialiased;\n}\n\/* Animations *\/\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes float {\n  0%, 100% { transform: translateY(0px) rotate(0deg); }\n  33% { transform: translateY(-20px) rotate(120deg); }\n  66% { transform: translateY(10px) rotate(240deg); }\n}\n@keyframes pulse-glow {\n  0%, 100% { box-shadow: 0 0 20px rgba(233, 30, 99, 0.3); }\n  50% { box-shadow: 0 0 40px rgba(233, 30, 99, 0.5); }\n}\n@keyframes shimmer {\n  0% { background-position: -200% 0; }\n  100% { background-position: 200% 0; }\n}\n@keyframes gradient-shift {\n  0% { background-position: 0% 50%; }\n  50% { background-position: 100% 50%; }\n  100% { background-position: 0% 50%; }\n}\n\/* Scroll animations *\/\n.animate-on-scroll {\n  opacity: 0;\n  transform: translateY(30px);\n  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.animate-on-scroll.animated {\n  opacity: 1;\n  transform: translateY(0);\n}\n.animate-on-scroll.delay-1 { transition-delay: 0.1s; }\n.animate-on-scroll.delay-2 { transition-delay: 0.2s; }\n.animate-on-scroll.delay-3 { transition-delay: 0.3s; }\n\/* ============================================\n   FLOATING ELEMENTS BACKGROUND\n   ============================================ *\/\n.floating-elements {\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.floating-circle {\n  position: absolute;\n  border-radius: 50%;\n  opacity: 0.08;\n  animation: float 6s ease-in-out infinite;\n  background: var(--primary-pink);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.floating-icon {\n  font-size: 1.2rem;\n  opacity: 1;\n  color: white;\n}\n.floating-1 { width: 95px; height: 95px; top: 12%; left: 5%; animation-delay: 0s; }\n.floating-2 { width: 45px; height: 45px; top: 15%; right: 25%; animation-delay: 1s; }\n.floating-3 { width: 130px; height: 130px; bottom: 20%; left: 8%; animation-delay: 2s; }\n.floating-4 { width: 50px; height: 50px; bottom: 35%; right: 15%; animation-delay: 3s; }\n.floating-5 { width: 75px; height: 75px; top: 40%; left: 18%; animation-delay: 4s; }\n.floating-6 { width: 55px; height: 55px; top: 35%; right: 5%; animation-delay: -3s; animation-duration: 22s; }\n.floating-7 { width: 45px; height: 45px; bottom: 25%; left: 45%; animation-delay: -5s; animation-duration: 18s; }\n.floating-8 { width: 85px; height: 85px; top: 80%; right: 30%; animation-delay: -7s; animation-duration: 26s; }\n.floating-1 .floating-icon { font-size: 2rem; }\n.floating-3 .floating-icon { font-size: 2.8rem; }\n.floating-5 .floating-icon { font-size: 1.6rem; }\n.floating-8 .floating-icon { font-size: 1.8rem; }\n\/* Hide floating elements on tablet and below *\/\n@media (max-width: 1024px) {\n  .floating-elements { display: none; }\n}\n\/* ============================================\n   HERO SECTION\n   ============================================ *\/\n.talent-hero {\n  background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  padding: 100px 24px 60px;\n  position: relative;\n  overflow: hidden;\n}\n.talent-hero-bg.active {\n  opacity: 0.15;\n}\n.talent-hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 900px;\n}\n.talent-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: linear-gradient(135deg, rgba(233, 30, 99, 0.1), rgba(233, 30, 99, 0.05));\n  border: 1px solid rgba(233, 30, 99, 0.2);\n  border-radius: 50px;\n  padding: 10px 24px;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--primary-pink);\n  margin-bottom: 24px;\n  animation: fadeInUp 0.8s ease forwards, pulse-glow 3s ease-in-out infinite;\n}\n.talent-hero-badge svg {\n  width: 18px;\n  height: 18px;\n}\n.talent-hero h1 {\n  font-size: clamp(2.5rem, 6vw, 4rem);\n  font-weight: 300;\n  color: var(--primary-blue);\n  line-height: 1.15;\n  margin-bottom: 24px;\n  animation: fadeInUp 0.8s ease 0.2s forwards;\n  opacity: 0;\n}\n.talent-hero h1 .highlight {\n  font-weight: 600;\n  background: linear-gradient(90deg, var(--primary-pink), #ff4081, var(--primary-pink));\n  background-size: 200% auto;\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  animation: shimmer 3s linear infinite;\n}\n.talent-hero-subtitle {\n  font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n  font-weight: 400;\n  color: var(--primary-blue);\n  opacity: 0.8;\n  line-height: 1.6;\n  margin-bottom: 40px;\n  animation: fadeInUp 0.8s ease 0.4s forwards;\n  opacity: 0;\n}\n\/* CTA Buttons *\/\n.talent-cta-buttons {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  justify-content: center;\n  margin-bottom: 48px;\n  animation: fadeInUp 0.8s ease 0.6s forwards;\n  opacity: 0;\n}\n.talent-cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 16px 32px;\n  border-radius: 12px;\n  font-weight: 600;\n  font-size: 1rem;\n  text-decoration: none;\n  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  cursor: pointer;\n  border: 2px solid transparent;\n  position: relative;\n  overflow: hidden;\n}\n.talent-cta-btn::before {\n  content: '';\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 0;\n  height: 0;\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 50%;\n  transform: translate(-50%, -50%);\n  transition: width 0.6s ease, height 0.6s ease;\n}\n.talent-cta-btn:hover::before {\n  width: 300px;\n  height: 300px;\n}\n.talent-cta-btn.primary-btn {\n  background: var(--primary-pink);\n  color: #fff !important;\n  border-color: var(--primary-pink);\n}\n.talent-cta-btn.primary-btn:hover {\n  background: var(--pink-hover);\n  border-color: var(--pink-hover);\n  transform: translateY(-5px) scale(1.02);\n  box-shadow: 0 15px 40px rgba(233, 30, 99, 0.5);\n  color: #fff !important;\n}\n.talent-cta-btn.secondary-btn {\n  background: #fff;\n  color: var(--primary-blue) !important;\n  border-color: var(--primary-blue);\n}\n.talent-cta-btn.secondary-btn:hover {\n  background: var(--primary-blue);\n  color: #fff !important;\n  transform: translateY(-5px) scale(1.02);\n  box-shadow: 0 15px 40px rgba(13, 27, 98, 0.4);\n}\n.talent-cta-btn svg {\n  width: 20px;\n  height: 20px;\n  transition: transform 0.3s ease;\n  position: relative;\n  z-index: 1;\n}\n.talent-cta-btn span {\n  position: relative;\n  z-index: 1;\n}\n.talent-cta-btn:hover svg {\n  transform: scale(1.2) rotate(10deg);\n}\n\n\/* Hero Stats *\/\n.talent-hero-stats {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  align-items: center;\n  gap: 32px;\n  padding: 28px 0;\n  border-top: 1px solid rgba(13, 27, 98, 0.1);\n  border-bottom: 1px solid rgba(13, 27, 98, 0.1);\n  animation: fadeInUp 0.8s ease 0.8s forwards;\n  opacity: 0;\n}\n\n\/* ============================================\n   FEATURE SHOWCASE SECTION - NEW DESIGN\n   ============================================ *\/\n\n.talent-features {\n  padding: 20px 24px;\n  background: #fff;\n}\n\n.talent-features-container {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.talent-features-header {\n  text-align: center;\n  margin-bottom: 60px;\n}\n\n.talent-features-header h2 {\n  font-size: clamp(2rem, 4vw, 2.75rem);\n  font-weight: 400;\n  color: var(--primary-blue);\n  line-height: 1.2;\n  margin-bottom: 16px;\n}\n\n.talent-features-header h2 .highlight {\n  font-weight: 700;\n  color: var(--primary-pink);\n}\n\n.talent-features-header p {\n  font-size: 1.1rem;\n  color: #6b7280;\n  max-width: 600px;\n  margin: 0 auto;\n}\n\n\/* Feature Tabs Navigation *\/\n.feature-tabs {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-bottom: 48px;\n}\n\n.feature-tab {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border: 2px solid #e5e7eb;\n  border-radius: 50px;\n  background: #fff;\n  font-size: 0.95rem;\n  font-weight: 500;\n  color: #6b7280;\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n\n.feature-tab:hover {\n  border-color: var(--primary-pink);\n  color: var(--primary-pink);\n}\n\n.feature-tab.active {\n  background: linear-gradient(135deg, var(--primary-pink), #ff4081);\n  border-color: var(--primary-pink);\n  color: #fff;\n}\n\n.feature-tab svg {\n  width: 20px;\n  height: 20px;\n}\n\n\/* Feature Content Panels *\/\n.feature-panels {\n  position: relative;\n}\n\n.feature-panel {\n  display: none;\n  animation: fadeInUp 0.5s ease forwards;\n}\n\n.feature-panel.active {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n\n.feature-panel-content {\n  order: 1;\n}\n\n.feature-panel-visual {\n  order: 2;\n  position: relative;\n}\n\n.feature-panel:nth-child(even) .feature-panel-content {\n  order: 2;\n}\n\n.feature-panel:nth-child(even) .feature-panel-visual {\n  order: 1;\n}\n\n\/* Feature Badge *\/\n.feature-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(233, 30, 99, 0.1);\n  color: var(--primary-pink);\n  padding: 6px 14px;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  margin-bottom: 16px;\n}\n\n.feature-badge svg {\n  width: 16px;\n  height: 16px;\n}\n\n.feature-panel-content h3 {\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 600;\n  color: var(--primary-blue);\n  margin-bottom: 16px;\n  line-height: 1.3;\n}\n\n.feature-panel-content p {\n  font-size: 1.05rem;\n  color: #6b7280;\n  line-height: 1.7;\n  margin-bottom: 24px;\n}\n\n\/* Feature Highlights List *\/\n.feature-highlights {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.feature-highlight {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n\n.feature-highlight-icon {\n  width: 24px;\n  height: 24px;\n  background: linear-gradient(135deg, var(--primary-pink), #ff4081);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.feature-highlight-icon svg {\n  width: 14px;\n  height: 14px;\n  color: #fff;\n}\n\n.feature-highlight span {\n  font-size: 0.95rem;\n  color: #4b5563;\n  line-height: 1.5;\n}\n\n\/* Screenshot Display *\/\n.feature-screenshot-wrapper {\n  position: relative;\n}\n\n.feature-screenshot {\n  width: 100%;\n  border-radius: 20px;\n  box-shadow: 0 25px 80px rgba(13, 27, 98, 0.15);\n  transition: transform 0.5s ease, box-shadow 0.5s ease;\n}\n\n.feature-screenshot:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 35px 100px rgba(13, 27, 98, 0.2);\n}\n\n\/* Mobile Screenshot (smaller, floating) *\/\n.feature-screenshot-mobile {\n  position: absolute;\n  width: 140px;\n  border-radius: 20px;\n  box-shadow: 0 20px 60px rgba(13, 27, 98, 0.2);\n  bottom: -30px;\n  right: -20px;\n  border: 4px solid #fff;\n  transition: transform 0.5s ease;\n}\n\n.feature-screenshot-wrapper:hover .feature-screenshot-mobile {\n  transform: translateY(-5px) rotate(3deg);\n}\n\n\/* Decorative elements *\/\n.feature-decoration {\n  position: absolute;\n  width: 120px;\n  height: 120px;\n  background: linear-gradient(135deg, rgba(233, 30, 99, 0.1), rgba(233, 30, 99, 0.05));\n  border-radius: 50%;\n  z-index: -1;\n}\n\n.feature-decoration-1 {\n  top: -30px;\n  left: -30px;\n}\n\n.feature-decoration-2 {\n  bottom: -20px;\n  right: 40px;\n  width: 80px;\n  height: 80px;\n}\n\n\/* ============================================\n   QUICK FEATURES GRID (Below tabs)\n   ============================================ *\/\n\n.quick-features {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 24px;\n  margin-top: 80px;\n  padding-top: 60px;\n  border-top: 1px solid #e5e7eb;\n}\n\n.quick-feature {\n  text-align: center;\n  padding: 32px 20px;\n  background: #f8fafc;\n  border-radius: 20px;\n  transition: all 0.3s ease;\n}\n\n.quick-feature:hover {\n  background: #fff;\n  box-shadow: 0 15px 40px rgba(13, 27, 98, 0.1);\n  transform: translateY(-5px);\n}\n\n.quick-feature-icon {\n  width: 60px;\n  height: 60px;\n  background: linear-gradient(135deg, var(--primary-blue), #1a2980);\n  border-radius: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 16px;\n}\n\n.quick-feature-icon svg {\n  width: 28px;\n  height: 28px;\n  color: #fff;\n}\n\n.quick-feature h4 {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: var(--primary-blue);\n  margin-bottom: 8px;\n}\n\n.quick-feature p {\n  font-size: 0.9rem;\n  color: #6b7280;\n  line-height: 1.5;\n}\n\n\/* ============================================\n   RESPONSIVE STYLES\n   ============================================ *\/\n\n@media (max-width: 992px) {\n  .feature-panel.active {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n\n  .feature-panel-content,\n  .feature-panel:nth-child(even) .feature-panel-content {\n    order: 2;\n    text-align: center;\n  }\n\n  .feature-panel-visual,\n  .feature-panel:nth-child(even) .feature-panel-visual {\n    order: 1;\n  }\n\n  .feature-highlights {\n    align-items: start;\n  }\n\n  .feature-screenshot-mobile {\n    width: 120px;\n    right: 10px;\n    bottom: -20px;\n  }\n\n  .quick-features {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 768px) {\n  .talent-features {\n    padding: 10px 20px;\n  }\n\n  .feature-tabs {\n    gap: 8px;\n  }\n\n  .feature-tab {\n    padding: 10px 16px;\n    font-size: 0.85rem;\n  }\n\n  .feature-tab span {\n    display: none;\n  }\n\n  .feature-tab svg {\n    width: 24px;\n    height: 24px;\n  }\n\n  .feature-screenshot-mobile {\n    width: 100px;\n    right: 5px;\n    bottom: -15px;\n  }\n\n  .feature-decoration {\n    display: none;\n  }\n\n  .quick-features {\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 50px;\n    padding-top: 40px;\n  }\n\n  .quick-feature {\n    padding: 24px 16px;\n  }\n}\n\n@media (max-width: 480px) {\n  .feature-tab {\n    padding: 10px 14px;\n  }\n}\n\n.talent-hero-stat {\n  text-align: center;\n  padding: 0 16px;\n}\n\n.talent-hero-stat-number {\n  font-size: 2rem;\n  font-weight: 700;\n  color: var(--primary-blue);\n  line-height: 1.2;\n}\n\n.talent-hero-stat-label {\n  font-size: 0.85rem;\n  color: #6b7280;\n  margin-top: 4px;\n}\n\n.talent-hero-stat-divider {\n  width: 1px;\n  height: 45px;\n  background: rgba(13, 27, 98, 0.1);\n}\n\n\/* ============================================\n   HOW IT WORKS SECTION\n   ============================================ *\/\n.talent-steps {\n  padding: 50px 24px;\n  background: #fff;\n}\n.talent-steps-container {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n.talent-steps-header {\n  text-align: center;\n  margin-bottom: 80px;\n}\n.talent-steps-header h2 {\n  font-size: clamp(2rem, 4vw, 2.75rem);\n  font-weight: 400;\n  color: var(--primary-blue);\n  line-height: 1.2;\n}\n.talent-steps-header h2 .highlight {\n  font-weight: 700;\n  color: var(--primary-pink);\n}\n.talent-steps-list {\n  display: flex;\n  flex-direction: column;\n  gap: 60px;\n}\n.talent-step {\n  display: grid;\n  grid-template-columns: 280px 1fr;\n  gap: 60px;\n  align-items: center;\n}\n.talent-step:nth-child(even) {\n  direction: rtl;\n}\n.talent-step:nth-child(even) > * {\n  direction: ltr;\n}\n.talent-step-image {\n  position: relative;\n}\n.talent-step-image img {\n  width: 100%;\n  max-width: 280px;\n  border-radius: 40px;\n  box-shadow: 0 20px 60px rgba(13, 27, 98, 0.15);\n  transition: transform 0.5s ease, box-shadow 0.5s ease;\n}\n.talent-step-image:hover img {\n  transform: translateY(-10px) rotate(2deg);\n  box-shadow: 0 30px 80px rgba(13, 27, 98, 0.2);\n}\n.talent-step-content {\n  display: flex;\n  align-items: flex-start;\n  gap: 24px;\n}\n.talent-step-number {\n  width: 56px;\n  height: 56px;\n  background: linear-gradient(135deg, var(--primary-blue), #1a2980);\n  border-radius: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.5rem;\n  font-weight: 700;\n  color: #fff;\n  flex-shrink: 0;\n  transition: transform 0.3s ease;\n}\n.talent-step:hover .talent-step-number {\n  transform: scale(1.1) rotate(5deg);\n}\n.talent-step-text h3 {\n  font-size: clamp(1.25rem, 2vw, 1.5rem);\n  font-weight: 600;\n  color: var(--primary-blue);\n  margin-bottom: 12px;\n}\n.talent-step-text p {\n  font-size: 1rem;\n  color: #6b7280;\n  line-height: 1.7;\n}\n\/* Connecting line *\/\n.talent-step-connector {\n  width: 3px;\n  height: 60px;\n  background: linear-gradient(180deg, var(--primary-blue), rgba(13, 27, 98, 0.2));\n  margin: 0 auto;\n  border-radius: 2px;\n}\n\n\/* ============================================\n   TESTIMONIALS SECTION - REDESIGNED\n   ============================================ *\/\n.talent-testimonials {\n  background: #f8fafc;\n  padding: 100px 24px;\n  position: relative;\n  overflow: hidden;\n}\n\n.talent-testimonials-container {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.talent-testimonials-header {\n  text-align: center;\n  margin-bottom: 60px;\n}\n\n.talent-testimonials-header h2 {\n  font-size: clamp(2rem, 4vw, 2.75rem);\n  font-weight: 400;\n  color: var(--primary-blue);\n  margin-bottom: 16px;\n}\n\n.talent-testimonials-header h2 span {\n  font-weight: 700;\n  color: var(--primary-pink);\n}\n\n.talent-testimonials-header p {\n  font-size: 1.1rem;\n  color: #6b7280;\n  max-width: 500px;\n  margin: 0 auto;\n}\n\n\/* Testimonial Grid *\/\n.talent-testimonials-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n\n.talent-testimonial-card {\n  background: #fff;\n  border-radius: 20px;\n  padding: 32px;\n  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n  border: 1px solid #e5e7eb;\n  transition: all 0.4s ease;\n  display: flex;\n  flex-direction: column;\n}\n\n.talent-testimonial-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 40px rgba(13, 27, 98, 0.12);\n  border-color: var(--primary-pink);\n}\n\n.talent-testimonial-header {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 20px;\n}\n\n.talent-testimonial-avatar {\n  width: 56px;\n  height: 56px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, var(--primary-pink), #ff4081);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: #fff;\n  flex-shrink: 0;\n}\n\n.talent-testimonial-info h4 {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: var(--primary-blue);\n  margin: 0 0 4px 0;\n}\n\n.talent-testimonial-info p {\n  font-size: 0.85rem;\n  color: #9ca3af;\n  margin: 0;\n}\n\n.talent-testimonial-rating {\n  display: flex;\n  gap: 4px;\n  margin-bottom: 16px;\n}\n\n.talent-testimonial-rating svg {\n  width: 18px;\n  height: 18px;\n  color: #fbbf24;\n  fill: #fbbf24;\n}\n\n.talent-testimonial-text {\n  font-size: 1rem;\n  color: #4b5563;\n  line-height: 1.7;\n  flex-grow: 1;\n}\n\n.talent-testimonial-project {\n  margin-top: 20px;\n  padding-top: 16px;\n  border-top: 1px solid #e5e7eb;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 0.85rem;\n  color: #6b7280;\n}\n\n.talent-testimonial-project svg {\n  width: 16px;\n  height: 16px;\n  color: var(--primary-pink);\n}\n\n\/* ============================================\n   TECHNOLOGIES SECTION (SIMPLIFIED)\n   ============================================ *\/\n.talent-tech {\n  padding: 100px 24px;\n  background: #fff;\n  text-align: center;\n}\n.talent-tech-container {\n  max-width: 800px;\n  margin: 0 auto;\n}\n.talent-tech h2 {\n  font-size: clamp(2rem, 4vw, 2.75rem);\n  font-weight: 400;\n  color: var(--primary-blue);\n  margin-bottom: 24px;\n}\n.talent-tech h2 span {\n  font-weight: 700;\n}\n.talent-tech-description {\n  font-size: 1.15rem;\n  color: #6b7280;\n  line-height: 1.8;\n  margin-bottom: 40px;\n}\n\n\/* ============================================\n   FAQ SECTION\n   ============================================ *\/\n.talent-faq {\n  padding: 100px 24px;\n  background: #f8fafc;\n}\n.talent-faq-container {\n  max-width: 800px;\n  margin: 0 auto;\n}\n.talent-faq-header {\n  text-align: center;\n  margin-bottom: 60px;\n}\n.talent-faq-header h2 {\n  font-size: clamp(2rem, 4vw, 2.75rem);\n  font-weight: 400;\n  color: var(--primary-blue);\n}\n.talent-faq-header h2 span {\n  font-weight: 700;\n}\n.talent-faq-item {\n  background: #fff;\n  border-radius: 20px;\n  margin-bottom: 16px;\n  overflow: hidden;\n  transition: all 0.3s ease;\n  border: 1px solid #e5e7eb;\n}\n.talent-faq-item:hover {\n  box-shadow: 0 10px 30px rgba(13, 27, 98, 0.08);\n}\n.talent-faq-item[open] {\n  border-color: var(--primary-blue);\n}\n.talent-faq-item summary {\n  padding: 28px 32px;\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n}\n.talent-faq-item summary::-webkit-details-marker {\n  display: none;\n}\n.talent-faq-item summary h3 {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: var(--primary-blue);\n  margin: 0;\n  flex: 1;\n}\n.talent-faq-arrow {\n  width: 40px;\n  height: 40px;\n  background: #f8fafc;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  transition: all 0.3s ease;\n  flex-shrink: 0;\n}\n.talent-faq-arrow svg {\n  width: 16px;\n  height: 16px;\n  color: var(--primary-blue);\n  transition: transform 0.3s ease;\n}\n.talent-faq-item[open] .talent-faq-arrow {\n  background: var(--primary-blue);\n}\n.talent-faq-item[open] .talent-faq-arrow svg {\n  color: #fff;\n  transform: rotate(180deg);\n}\n.talent-faq-item main {\n  padding: 0 32px 28px;\n}\n.talent-faq-item main p {\n  font-size: 1rem;\n  color: #6b7280;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ============================================\n   CTA SECTION\n   ============================================ *\/\n.talent-cta {\n  background: linear-gradient(135deg, var(--primary-pink), #ff4081);\n  padding: 80px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.talent-cta::before {\n  content: '';\n  position: absolute;\n  width: 300px;\n  height: 300px;\n  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n  top: -100px;\n  left: -100px;\n  animation: float 8s ease-in-out infinite;\n}\n.talent-cta-content {\n  position: relative;\n  z-index: 1;\n  max-width: 700px;\n  margin: 0 auto;\n}\n.talent-cta h2 {\n  font-size: clamp(1.75rem, 4vw, 2.5rem);\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 16px;\n}\n.talent-cta p {\n  font-size: 1.15rem;\n  color: rgba(255, 255, 255, 0.9);\n  line-height: 1.7;\n  margin-bottom: 32px;\n}\n.talent-cta-bottom-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #fff;\n  color: var(--primary-pink) !important;\n  padding: 16px 36px;\n  border-radius: 12px;\n  font-size: 1.1rem;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.4s ease;\n}\n.talent-cta-bottom-btn:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);\n  color: var(--primary-pink) !important;\n}\n\n\n\n\/* ============================================\n   RESPONSIVE STYLES\n   ============================================ *\/\n@media (max-width: 992px) {\n  .talent-step {\n    grid-template-columns: 220px 1fr;\n    gap: 40px;\n  }\n\n  .talent-step:nth-child(even) {\n    direction: ltr;\n  }\n\n  .talent-testimonials-grid {\n    grid-template-columns: 1fr;\n    max-width: 500px;\n    margin: 0 auto;\n  }\n}\n\n@media (max-width: 768px) {\n  .talent-hero {\n    padding: 80px 20px 60px;\n    min-height: auto;\n  }\n\n  .talent-hero h1 {\n    font-size: 2.25rem;\n  }\n\n  .talent-hero-subtitle {\n    font-size: 1.1rem;\n  }\n\n  .talent-cta-buttons {\n    flex-direction: column;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .talent-cta-btn {\n    width: 100%;\n    max-width: 280px;\n    justify-content: center;\n    padding: 14px 24px;\n    font-size: 0.95rem;\n  }\n\n  .talent-hero-stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px 16px;\n    padding: 24px 0;\n  }\n\n  .talent-hero-stat-divider {\n    display: none;\n  }\n\n  .talent-hero-stat {\n    padding: 0;\n  }\n\n  .talent-hero-stat-number {\n    font-size: 1.5rem;\n  }\n\n  .talent-hero-stat-label {\n    font-size: 0.75rem;\n  }\n\n  .talent-steps {\n    padding: 60px 20px;\n  }\n\n  .talent-steps-header {\n    margin-bottom: 50px;\n  }\n\n  .talent-step {\n    grid-template-columns: 1fr;\n    text-align: center;\n    gap: 30px;\n  }\n\n  .talent-step:nth-child(even) {\n    direction: ltr;\n  }\n\n  .talent-step-image {\n    display: flex;\n    justify-content: center;\n  }\n\n  .talent-step-image img {\n    max-width: 200px;\n  }\n\n  .talent-step-content {\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .talent-step-connector {\n    height: 40px;\n  }\n\n  .talent-testimonials {\n    padding: 60px 20px;\n  }\n\n  .talent-testimonial-card {\n    padding: 24px;\n  }\n\n  .talent-tech {\n    padding: 60px 20px;\n  }\n\n  .talent-faq {\n    padding: 60px 20px;\n  }\n\n  .talent-faq-item summary {\n    padding: 20px 24px;\n  }\n\n  .talent-faq-item main {\n    padding: 0 24px 20px;\n  }\n\n  .talent-cta {\n    padding: 60px 20px;\n  }\n\n}\n\n@media (max-width: 480px) {\n  .talent-hero h1 {\n    font-size: 1.875rem;\n  }\n\n  .talent-hero-badge {\n    font-size: 12px;\n    padding: 8px 16px;\n  }\n\n  .talent-hero-stats {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .talent-hero-stat:last-child {\n    grid-column: span 2;\n  }\n\n  .talent-step-number {\n    width: 48px;\n    height: 48px;\n    font-size: 1.25rem;\n  }\n\n  .talent-faq-item summary h3 {\n    font-size: 1rem;\n  }\n\n  .talent-faq-arrow {\n    width: 32px;\n    height: 32px;\n  }\n}\n\n\/* Reduced motion *\/\n@media (prefers-reduced-motion: reduce) {\n  *, *::before, *::after {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n<\/style>\n\n<!-- HERO SECTION -->\n<section class=\"talent-hero\">\n  <!-- Floating Background Elements -->\n  <div class=\"floating-elements\">\n    <div class=\"floating-circle floating-1\">\n      <i class=\"fas fa-laptop-code floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-2\">\n      <i class=\"fas fa-code floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-3\">\n      <i class=\"fas fa-rocket floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-4\">\n      <i class=\"fas fa-lightbulb floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-5\">\n      <i class=\"fas fa-terminal floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-6\">\n      <i class=\"fas fa-star floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-7\">\n      <i class=\"fas fa-coffee floating-icon\"><\/i>\n    <\/div>\n    <div class=\"floating-circle floating-8\">\n      <i class=\"fas fa-globe floating-icon\"><\/i>\n    <\/div>\n  <\/div>\n\n  <div class=\"talent-hero-content\">\n\n    <h1>\n      Platforma ta de carier\u0103<br><span class=\"highlight\">Freestyle<\/span>\n    <\/h1>\n\n    <p class=\"talent-hero-subtitle\">\n      Lucreaz\u0103 la proiecte care te entuziasmeaz\u0103, \u00een condi\u021biile tale.<br>\n      Mai rapid, mai inteligent, mai bine.\n    <\/p>\n\n    <div class=\"talent-cta-buttons\">\n      <a href=\"https:\/\/app.inctrl.ai\/talent\/register\" class=\"talent-cta-btn primary-btn\">\n        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"><\/path>\n        <\/svg>\n        <span>Creeaz\u0103 profil gratuit<\/span>\n      <\/a>\n    <\/div>\n\n    <!-- Stats in Hero -->\n    <div class=\"talent-hero-stats\">\n      <div class=\"talent-hero-stat\">\n        <div class=\"talent-hero-stat-number\">+2,000<\/div>\n        <div class=\"talent-hero-stat-label\">Profesioni\u0219ti Tech<\/div>\n      <\/div>\n      <div class=\"talent-hero-stat-divider\"><\/div>\n      <div class=\"talent-hero-stat\">\n        <div class=\"talent-hero-stat-number\">+150<\/div>\n        <div class=\"talent-hero-stat-label\">Noi \u00eenscrieri \u00een aceast\u0103 lun\u0103<\/div>\n      <\/div>\n      <div class=\"talent-hero-stat-divider\"><\/div>\n      <div class=\"talent-hero-stat\">\n        <div class=\"talent-hero-stat-number\">+35%<\/div>\n        <div class=\"talent-hero-stat-label\">Cre\u0219tere s\u0103pt\u0103m\u00e2nal\u0103<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<!-- HOW IT WORKS -->\n<!-- FEATURE SHOWCASE SECTION -->\n<section class=\"talent-features\">\n  <div class=\"talent-features-container\">\n    <div class=\"talent-features-header animate-on-scroll\">\n      <h2>G\u0103sirea proiectelor Tech<br>nu a fost niciodat\u0103 mai <span class=\"highlight\">u\u0219oar\u0103<\/span><\/h2>\n      <p>Tot ce ai nevoie pentru a\u021bi gestiona cariera sau proiectele de freelance \u00eentr-o singur\u0103 platform\u0103 puternic\u0103<\/p>\n    <\/div>\n\n    <!-- Feature Tabs -->\n    <div class=\"feature-tabs animate-on-scroll\">\n      <button class=\"feature-tab active\" data-tab=\"dashboard\">\n        <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z\"><\/path>\n        <\/svg>\n        <span>Panou de control inteligent<\/span>\n      <\/button>\n\n      <button class=\"feature-tab\" data-tab=\"matching\">\n        <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n        <\/svg>\n        <span>Potrivire AI<\/span>\n      <\/button>\n\n      <button class=\"feature-tab\" data-tab=\"schedule\">\n        <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"><\/path>\n        <\/svg>\n        <span>Program flexibil<\/span>\n      <\/button>\n\n      <button class=\"feature-tab\" data-tab=\"projects\">\n        <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path>\n        <\/svg>\n        <span>Urm\u0103rire proiecte<\/span>\n      <\/button>\n\n      <button class=\"feature-tab\" data-tab=\"timesheets\">\n        <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n        <\/svg>\n        <span>Pontaje<\/span>\n      <\/button>\n    <\/div>\n\n    <!-- Feature Panels -->\n    <div class=\"feature-panels\">\n\n      <!-- Dashboard Panel -->\n      <div class=\"feature-panel active\" data-panel=\"dashboard\">\n        <div class=\"feature-panel-content animate-on-scroll\">\n          <div class=\"feature-badge\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n            <\/svg>\n            Centrul t\u0103u de comand\u0103\n          <\/div>\n          <h3>Totul la \u00eendem\u00e2n\u0103<\/h3>\n          <p>Panoul t\u0103u personalizat \u00ee\u021bi arat\u0103 cele mai recente oportunit\u0103\u021bi adaptate profilului t\u0103u, cu scoruri de potrivire \u00een timp real \u0219i acces instant la toate proiectele tale.<\/p>\n          <div class=\"feature-highlights\">\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Cele mai recente proiecte potrivite competen\u021belor tale, afi\u0219ate instant<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Acces rapid la proiectele active \u0219i aplica\u021biile tale<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Invit\u0103 prieteni \u0219i extinde-\u021bi re\u021beaua<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"feature-panel-visual animate-on-scroll delay-2\">\n          <div class=\"feature-screenshot-wrapper\">\n            <div class=\"feature-decoration feature-decoration-1\"><\/div>\n            <div class=\"feature-decoration feature-decoration-2\"><\/div>\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/dashboard.png\" alt=\"Panoul de control inctrl.ai care afi\u0219eaz\u0103 cele mai recente proiecte \u0219i locuri de munc\u0103 cu procentaje de potrivire\" class=\"feature-screenshot\">\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/dashboard-mobile.png\" alt=\"Panoul de control mobil inctrl.ai\" class=\"feature-screenshot-mobile\">\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- AI Matching Panel -->\n      <div class=\"feature-panel\" data-panel=\"matching\">\n        <div class=\"feature-panel-content animate-on-scroll\">\n          <div class=\"feature-badge\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n            <\/svg>\n            Bazat pe AI\n          <\/div>\n          <h3>Potrivire inteligent\u0103 de proiecte<\/h3>\n          <p>AI-ul nostru \u00ee\u021bi analizeaz\u0103 competen\u021bele, experien\u021ba \u0219i preferin\u021bele pentru a g\u0103si proiectele care \u021bi se potrivesc cu adev\u0103rat. Vezi detalii despre c\u00e2t de bine se potrive\u0219te fiecare oportunitate cu profilul t\u0103u.<\/p>\n          <div class=\"feature-highlights\">\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Potrivire tehnologic\u0103 \u2014 c\u00e2t de bine se aliniaz\u0103 competen\u021bele tale cu cerin\u021bele<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Potrivire de program \u2014 se \u00eencadreaz\u0103 \u00een orele tale disponibile<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Potrivire de venit \u2014 corespunde a\u0219tept\u0103rilor tale financiare<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"feature-panel-visual animate-on-scroll delay-2\">\n          <div class=\"feature-screenshot-wrapper\">\n            <div class=\"feature-decoration feature-decoration-1\"><\/div>\n            <div class=\"feature-decoration feature-decoration-2\"><\/div>\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/project-search.png\" alt=\"C\u0103utare proiecte inctrl.ai cu scoruri de potrivire AI\" class=\"feature-screenshot\">\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/project-search-mobile.png\" alt=\"C\u0103utare de proiecte mobil\u0103 inctrl.ai\" class=\"feature-screenshot-mobile\">\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Schedule Panel -->\n      <div class=\"feature-panel\" data-panel=\"schedule\">\n        <div class=\"feature-panel-content animate-on-scroll\">\n          <div class=\"feature-badge\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n            Echilibru via\u021b\u0103-munc\u0103\n          <\/div>\n          <h3>Programul t\u0103u, regulile tale<\/h3>\n          <p>Define\u0219te-\u021bi disponibilitatea cu precizie. Stabile\u0219te ore de lucru diferite pentru perioade diferite, planific\u0103 luni \u00eenainte \u0219i prime\u0219te doar proiecte care \u00ee\u021bi respect\u0103 timpul.<\/p>\n          <div class=\"feature-highlights\">\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Creeaz\u0103 mai multe intervale de program pentru perioade diferite<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Alege zilele de lucru \u0219i orele pe zi<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Calendarul vizual \u00ee\u021bi arat\u0103 disponibilitatea dintr-o privire<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"feature-panel-visual animate-on-scroll delay-2\">\n          <div class=\"feature-screenshot-wrapper\">\n            <div class=\"feature-decoration feature-decoration-1\"><\/div>\n            <div class=\"feature-decoration feature-decoration-2\"><\/div>\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/schedule.png\" alt=\"Gestionarea programului inctrl.ai cu vizualizare calendar\" class=\"feature-screenshot\">\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/schedule-mobile.png\" alt=\"Gestionarea programului inctrl.ai\" class=\"feature-screenshot-mobile\" style=\"bottom: 20px; right: -30px; width: 140px;\">\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Projects Panel -->\n      <div class=\"feature-panel\" data-panel=\"projects\">\n        <div class=\"feature-panel-content animate-on-scroll\">\n          <div class=\"feature-badge\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"><\/path>\n            <\/svg>\n            Managementul proiectelor\n          <\/div>\n          <h3>Gestioneaz\u0103 totul \u00eentr-un singur loc<\/h3>\n          <p>Urm\u0103re\u0219te toate proiectele active \u0219i finalizate, monitorizeaz\u0103 c\u00e2\u0219tigurile, gestioneaz\u0103 propunerile \u0219i fii la curent cu notific\u0103rile \u2014 totul din spa\u021biul t\u0103u personal de lucru.<\/p>\n          <div class=\"feature-highlights\">\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Vizualizeaz\u0103 detalii despre proiecte, tarife \u0219i informa\u021bii contractuale<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Urm\u0103re\u0219te sumele \u00een a\u0219teptare, aprobate \u0219i pl\u0103tite<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Notific\u0103ri \u00een timp real pentru oportunit\u0103\u021bi noi<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"feature-panel-visual animate-on-scroll delay-2\">\n          <div class=\"feature-screenshot-wrapper\">\n            <div class=\"feature-decoration feature-decoration-1\"><\/div>\n            <div class=\"feature-decoration feature-decoration-2\"><\/div>\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/active-projects.png\" alt=\"Spa\u021biul de lucru inctrl.ai cu proiecte active\" class=\"feature-screenshot\">\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/workspace-mobile.png\" alt=\"Spa\u021biul de lucru mobil inctrl.ai\" class=\"feature-screenshot-mobile\">\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Timesheets Panel -->\n      <div class=\"feature-panel\" data-panel=\"timesheets\">\n        <div class=\"feature-panel-content animate-on-scroll\">\n          <div class=\"feature-badge\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n            <\/svg>\n            Pontaj\n          <\/div>\n          <h3>Gestionare simpl\u0103 a timpului<\/h3>\n          <p>\u00cenregistreaz\u0103-\u021bi orele cu descrieri detaliate ale sarcinilor, trimite pontajele spre aprobare \u0219i urm\u0103re\u0219te statusul pl\u0103\u021bilor \u2014 totul cu o interfa\u021b\u0103 curat\u0103 \u0219i intuitiv\u0103.<\/p>\n          <div class=\"feature-highlights\">\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>\u00cenregistreaz\u0103 ore cu descrierea sarcinilor pentru transparen\u021b\u0103<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Sumar lunar cu statusul aprob\u0103rilor<\/span>\n            <\/div>\n            <div class=\"feature-highlight\">\n              <div class=\"feature-highlight-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path>\n                <\/svg>\n              <\/div>\n              <span>Facturare automat\u0103 la aprobarea pontajelor<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"feature-panel-visual animate-on-scroll delay-2\">\n          <div class=\"feature-screenshot-wrapper\">\n            <div class=\"feature-decoration feature-decoration-1\"><\/div>\n            <div class=\"feature-decoration feature-decoration-2\"><\/div>\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/timesheets-1.png\" alt=\"Sistemul de pontaj inctrl.ai\" class=\"feature-screenshot\">\n            <img decoding=\"async\" src=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/timesheets-mobile.png\" alt=\"Pontaje mobile inctrl.ai\" class=\"feature-screenshot-mobile\">\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- Quick Features Grid -->\n    <div class=\"quick-features\">\n      <div class=\"quick-feature animate-on-scroll delay-1\">\n        <div class=\"quick-feature-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h4>Stabile\u0219te-\u021bi tariful<\/h4>\n        <p>Tu decizi c\u00e2t valorezi. Stabile\u0219te-\u021bi tariful pe or\u0103 \u0219i prime\u0219te potriviri \u00een consecin\u021b\u0103.<\/p>\n      <\/div>\n\n      <div class=\"quick-feature animate-on-scroll delay-2\">\n        <div class=\"quick-feature-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h4>Recenzii verificate<\/h4>\n        <p>Construie\u0219te-\u021bi reputa\u021bia cu recenzii de la clien\u021bii cu care ai lucrat.<\/p>\n      <\/div>\n\n      <div class=\"quick-feature animate-on-scroll delay-3\">\n        <div class=\"quick-feature-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h4>100% Remote<\/h4>\n        <p>Lucreaz\u0103 de oriunde. Toate proiectele sus\u021bin colaborarea la distan\u021b\u0103.<\/p>\n      <\/div>\n\n      <div class=\"quick-feature animate-on-scroll delay-3\">\n        <div class=\"quick-feature-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h4>Extinde-\u021bi re\u021beaua<\/h4>\n        <p>Invit\u0103 prieteni, conecteaz\u0103-te cu companii \u0219i extinde-\u021bi oportunit\u0103\u021bile.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\n\/\/ Feature Tabs Functionality\ndocument.addEventListener('DOMContentLoaded', function() {\n  const tabs = document.querySelectorAll('.feature-tab');\n  const panels = document.querySelectorAll('.feature-panel');\n\n  tabs.forEach(tab => {\n    tab.addEventListener('click', function() {\n      const targetPanel = this.dataset.tab;\n\n      \/\/ Remove active class from all tabs and panels\n      tabs.forEach(t => t.classList.remove('active'));\n      panels.forEach(p => p.classList.remove('active'));\n\n      \/\/ Add active class to clicked tab and corresponding panel\n      this.classList.add('active');\n      document.querySelector(`[data-panel=\"${targetPanel}\"]`).classList.add('active');\n    });\n  });\n\n  \/\/ Auto-rotate tabs every 8 seconds (optional)\n  let currentTabIndex = 0;\n  const tabArray = Array.from(tabs);\n\n  function rotateTab() {\n    currentTabIndex = (currentTabIndex + 1) % tabArray.length;\n    tabArray[currentTabIndex].click();\n  }\n\n  \/\/ Uncomment the line below to enable auto-rotation\n  \/\/ setInterval(rotateTab, 8000);\n});\n<\/script>\n\n<!-- TESTIMONIALS - REDESIGNED -->\n<section class=\"talent-testimonials\">\n  <div class=\"talent-testimonials-container\">\n    <div class=\"talent-testimonials-header animate-on-scroll\">\n      <h2>Pove\u0219ti reale de la <span>dezvoltatori reali<\/span><\/h2>\n      <p>Vezi cum au g\u0103sit al\u021bii proiecte potrivite stilului lor de via\u021b\u0103<\/p>\n    <\/div>\n\n    <div class=\"talent-testimonials-grid\">\n      <!-- Testimonial 1 -->\n      <div class=\"talent-testimonial-card animate-on-scroll delay-1\">\n        <div class=\"talent-testimonial-header\">\n          <div class=\"talent-testimonial-avatar\">DC<\/div>\n          <div class=\"talent-testimonial-info\">\n            <h4>Daniel C.<\/h4>\n            <p>React Developer, Bucharest<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"talent-testimonial-rating\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n        <\/div>\n        <p class=\"talent-testimonial-text\">Obosisem s\u0103 am parte de recrutori care nu \u00een\u021belegeau ce \u00eemi doresc. Aici mi-am stabilit tariful, programul, \u0219i \u00eentr-o s\u0103pt\u0103m\u00e2n\u0103 am avut 3 oferte solide. Acum lucrez 4 zile pe s\u0103pt\u0103m\u00e2n\u0103 \u0219i chiar am timp pentru proiectele personale.<\/p>\n        <div class=\"talent-testimonial-project\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg>\n          Startup fintech \u00b7 Remote\n        <\/div>\n      <\/div>\n\n      <!-- Testimonial 2 -->\n      <div class=\"talent-testimonial-card animate-on-scroll delay-2\">\n        <div class=\"talent-testimonial-header\">\n          <div class=\"talent-testimonial-avatar\">GI<\/div>\n          <div class=\"talent-testimonial-info\">\n            <h4>Gabriel I.<\/h4>\n            <p>.NET Developer, Cluj<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"talent-testimonial-rating\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n        <\/div>\n        <p class=\"talent-testimonial-text\">Potrivirea chiar func\u021bioneaz\u0103. Am fost conectat cu un proiect bancar care avea nevoie exact de competen\u021bele mele. F\u0103r\u0103 interviuri nesf\u00e2r\u0219ite, doar un apel rapid \u0219i am \u00eenceput s\u0103pt\u0103m\u00e2na urm\u0103toare. Sistemul de pontaj e foarte curat.<\/p>\n        <div class=\"talent-testimonial-project\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg>\n          Sector bancar \u00b7 Hibrid\n        <\/div>\n      <\/div>\n\n      <!-- Testimonial 3 -->\n      <div class=\"talent-testimonial-card animate-on-scroll delay-3\">\n        <div class=\"talent-testimonial-header\">\n          <div class=\"talent-testimonial-avatar\">AM<\/div>\n          <div class=\"talent-testimonial-info\">\n            <h4>Ana M.<\/h4>\n            <p>Full-Stack Developer, Timi\u0219oara<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"talent-testimonial-rating\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path><\/svg>\n        <\/div>\n        <p class=\"talent-testimonial-text\">Dup\u0103 al doilea copil, aveam nevoie de flexibilitate. Am g\u0103sit aici un proiect part-time care \u00eemi respect\u0103 programul de 6 ore pe zi. Compania mi-a cunoscut programul de la \u00eenceput, deci nu au existat conversa\u021bii incomode. Au trecut deja 8 luni.<\/p>\n        <div class=\"talent-testimonial-project\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg>\n          E-commerce \u00b7 Part-time Remote\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TECHNOLOGIES (SIMPLIFIED) -->\n<section class=\"talent-tech\">\n  <div class=\"talent-tech-container animate-on-scroll\">\n    <h2>Exploreaz\u0103 proiecte \u00een func\u021bie de<br><span>experien\u021ba ta<\/span><\/h2>\n    <p class=\"talent-tech-description\">\n      Avem sute de oportunit\u0103\u021bi \u00een toate domeniile de dezvoltare software \u2014\n      de la JavaScript \u0219i Python la Angular, React \u0219i nu numai. Indiferent de stack-ul t\u0103u,\n      exist\u0103 un proiect care te a\u0219teapt\u0103.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- FAQ -->\n<section class=\"talent-faq\">\n  <div class=\"talent-faq-container\">\n    <div class=\"talent-faq-header animate-on-scroll\">\n      <h2>\u00centreb\u0103ri <span>frecvente<\/span><\/h2>\n    <\/div>\n\n    <details class=\"talent-faq-item animate-on-scroll\" open=\"\">\n      <summary>\n        <h3>inctrl.ai este doar pentru freelanceri?<\/h3>\n        <div class=\"talent-faq-arrow\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n          <\/svg>\n        <\/div>\n      <\/summary>\n      <main>\n        <p>Nu, inctrl.ai este pentru to\u021bi profesioni\u0219tii tech care caut\u0103 flexibilitate. Fie c\u0103 \u00ee\u021bi dore\u0219ti un job full-time remote, proiecte pe contract sau colabor\u0103ri part-time, platforma noastr\u0103 te conecteaz\u0103 cu oportunit\u0103\u021bi care se potrivesc stilului t\u0103u preferat de lucru.<\/p>\n      <\/main>\n    <\/details>\n\n    <details class=\"talent-faq-item animate-on-scroll\">\n      <summary>\n        <h3>Pot gestiona mai multe proiecte prin inctrl.ai?<\/h3>\n        <div class=\"talent-faq-arrow\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n          <\/svg>\n        <\/div>\n      <\/summary>\n      <main>\n        <p>Da! Platforma ofer\u0103 un panou de control unde po\u021bi gestiona eficient angajatorii, proiectele, pontajele \u0219i stilurile de lucru, facilit\u00e2nd gestionarea mai multor colabor\u0103ri.<\/p>\n      <\/main>\n    <\/details>\n\n    <details class=\"talent-faq-item animate-on-scroll\">\n      <summary>\n        <h3>Cum sunt pl\u0103tit?<\/h3>\n        <div class=\"talent-faq-arrow\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n          <\/svg>\n        <\/div>\n      <\/summary>\n      <main>\n        <p>Odat\u0103 ce pontajul t\u0103u este aprobat, inctrl.ai proceseaz\u0103 plata lunar, \u00een func\u021bie de num\u0103rul de ore lucrate \u0219i tariful pe or\u0103 agreat pentru fiecare proiect.<\/p>\n      <\/main>\n    <\/details>\n\n    <details class=\"talent-faq-item animate-on-scroll\">\n      <summary>\n        <h3>Pot alege programul de lucru?<\/h3>\n        <div class=\"talent-faq-arrow\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n          <\/svg>\n        <\/div>\n      <\/summary>\n      <main>\n        <p>Absolut! Una dintre func\u021bionalit\u0103\u021bile cheie ale inctrl.ai este posibilitatea de a-\u021bi stabili propriul program. Disponibilitatea ta va fi vizibil\u0103 pe profil, astfel \u00eenc\u00e2t companiile s\u0103 se poat\u0103 alinia preferin\u021belor tale.<\/p>\n      <\/main>\n    <\/details>\n\n    <details class=\"talent-faq-item animate-on-scroll\">\n      <summary>\n        <h3>Cum m\u0103 potrive\u0219te inctrl.ai cu proiectele?<\/h3>\n        <div class=\"talent-faq-arrow\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n          <\/svg>\n        <\/div>\n      <\/summary>\n      <main>\n        <p>Sistemul nostru bazat pe AI \u00ee\u021bi analizeaz\u0103 competen\u021bele, experien\u021ba \u0219i preferin\u021bele pentru a g\u0103si cele mai potrivite proiecte. Lu\u0103m \u00een considerare cerin\u021bele tehnice, compatibilitatea de program \u0219i a\u0219tept\u0103rile de venit pentru a asigura potriviri de calitate.<\/p>\n      <\/main>\n    <\/details>\n\n    <details class=\"talent-faq-item animate-on-scroll\">\n      <summary>\n        <h3>Exist\u0103 vreun cost pentru a folosi inctrl.ai ca talent?<\/h3>\n        <div class=\"talent-faq-arrow\">\n          <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n          <\/svg>\n        <\/div>\n      <\/summary>\n      <main>\n        <p>Nu, nu exist\u0103 niciun cost asociat cu utilizarea platformei ca talent. Este complet gratuit\u0103 pentru profesioni\u0219tii IT.<\/p>\n      <\/main>\n    <\/details>\n  <\/div>\n<\/section>\n\n<!-- CTA SECTION -->\n<section class=\"talent-cta\">\n  <div class=\"talent-cta-content animate-on-scroll\">\n    <h2>E\u0219ti o companie \u00een c\u0103utare de talent?<\/h2>\n    <p>Uit\u0103 de orele nenum\u0103rate petrecute public\u00e2nd anun\u021buri de angajare cu r\u0103spunsuri slabe. Spune-i AI-ului inctrl despre nevoile tale, iar noi \u00ee\u021bi g\u0103sim talent de calitate \u00een timp real.<\/p>\n<div class=\"talent-cta-buttons\">\n<a href=\"https:\/\/inctrl.ai\/companies\/\" class=\"talent-cta-btn secondary-btn\">\n      <span>Viziteaz\u0103 pagina pentru companii<\/span>\n    <\/a>\n<\/div>\n\n  <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  \/\/ Scroll animations\n  const observerOptions = {\n    threshold: 0.1,\n    rootMargin: '0px 0px -50px 0px'\n  };\n\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('animated');\n      }\n    });\n  }, observerOptions);\n\n  document.querySelectorAll('.animate-on-scroll').forEach(el => {\n    observer.observe(el);\n  });\n\n  \/\/ Hero image transition\n  const heroImages = document.querySelectorAll('.talent-hero-bg');\n  let currentImageIndex = 0;\n\n  function transitionHeroImage() {\n    heroImages[currentImageIndex].classList.remove('active');\n    currentImageIndex = (currentImageIndex + 1) % heroImages.length;\n    heroImages[currentImageIndex].classList.add('active');\n  }\n\n  setInterval(transitionHeroImage, 4000);\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Platforma ta de carier\u0103Freestyle Lucreaz\u0103 la proiecte care te entuziasmeaz\u0103, \u00een condi\u021biile tale. Mai rapid, mai inteligent, mai bine. Creeaz\u0103 profil gratuit +2,000 Profesioni\u0219ti Tech +150 Noi \u00eenscrieri \u00een aceast\u0103 lun\u0103 +35% Cre\u0219tere s\u0103pt\u0103m\u00e2nal\u0103 G\u0103sirea proiectelor Technu a fost niciodat\u0103 mai u\u0219oar\u0103 Tot ce ai nevoie pentru a\u021bi gestiona cariera sau proiectele de freelance \u00eentr-o [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Talente<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/inctrl.ai\/ro\/for-talents\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:locale:alternate\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Talente\" \/>\n<meta property=\"og:description\" content=\"Platforma ta de carier\u0103Freestyle Lucreaz\u0103 la proiecte care te entuziasmeaz\u0103, \u00een condi\u021biile tale. Mai rapid, mai inteligent, mai bine. Creeaz\u0103 profil gratuit +2,000 Profesioni\u0219ti Tech +150 Noi \u00eenscrieri \u00een aceast\u0103 lun\u0103 +35% Cre\u0219tere s\u0103pt\u0103m\u00e2nal\u0103 G\u0103sirea proiectelor Technu a fost niciodat\u0103 mai u\u0219oar\u0103 Tot ce ai nevoie pentru a\u021bi gestiona cariera sau proiectele de freelance \u00eentr-o [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inctrl.ai\/ro\/for-talents\/\" \/>\n<meta property=\"og:site_name\" content=\"inctrl.ai\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/intelactsoft\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-20T09:23:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/dashboard.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/inctrl.ai\/ro\/for-talents\/\",\"url\":\"https:\/\/inctrl.ai\/ro\/for-talents\/\",\"name\":\"Talente\",\"isPartOf\":{\"@id\":\"https:\/\/inctrl.ai\/#website\"},\"datePublished\":\"2025-02-19T14:10:44+00:00\",\"dateModified\":\"2026-03-20T09:23:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/inctrl.ai\/ro\/for-talents\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/inctrl.ai\/ro\/for-talents\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/inctrl.ai\/ro\/for-talents\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/inctrl.ai\/ro\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Talente\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/inctrl.ai\/#website\",\"url\":\"https:\/\/inctrl.ai\/\",\"name\":\"inctrl.ai\",\"description\":\"Reset your 9 to 5\",\"publisher\":{\"@id\":\"https:\/\/inctrl.ai\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/inctrl.ai\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/inctrl.ai\/#organization\",\"name\":\"inctrl.ai\",\"url\":\"https:\/\/inctrl.ai\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/inctrl.ai\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/inctrl.ai\/wp-content\/uploads\/2022\/11\/inctrl.png\",\"contentUrl\":\"https:\/\/inctrl.ai\/wp-content\/uploads\/2022\/11\/inctrl.png\",\"width\":233,\"height\":86,\"caption\":\"inctrl.ai\"},\"image\":{\"@id\":\"https:\/\/inctrl.ai\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/intelactsoft\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Talente","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/inctrl.ai\/ro\/for-talents\/","og_locale":"en_US","og_type":"article","og_title":"[:en]Talents Page[:ro]Talente[:] - inctrl.ai","og_description":"Platforma ta de carier\u0103Freestyle Lucreaz\u0103 la proiecte care te entuziasmeaz\u0103, \u00een condi\u021biile tale. Mai rapid, mai inteligent, mai bine. Creeaz\u0103 profil gratuit +2,000 Profesioni\u0219ti Tech +150 Noi \u00eenscrieri \u00een aceast\u0103 lun\u0103 +35% Cre\u0219tere s\u0103pt\u0103m\u00e2nal\u0103 G\u0103sirea proiectelor Technu a fost niciodat\u0103 mai u\u0219oar\u0103 Tot ce ai nevoie pentru a\u021bi gestiona cariera sau proiectele de freelance \u00eentr-o [&hellip;]","og_url":"https:\/\/inctrl.ai\/ro\/for-talents\/","og_site_name":"inctrl.ai","article_publisher":"https:\/\/www.facebook.com\/intelactsoft\/","article_modified_time":"2026-03-20T09:23:52+00:00","og_image":[{"url":"https:\/\/inctrl.ai\/wp-content\/uploads\/2026\/01\/dashboard.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inctrl.ai\/ro\/for-talents\/","url":"https:\/\/inctrl.ai\/ro\/for-talents\/","name":"Talente","isPartOf":{"@id":"https:\/\/inctrl.ai\/#website"},"datePublished":"2025-02-19T14:10:44+00:00","dateModified":"2026-03-20T09:23:52+00:00","breadcrumb":{"@id":"https:\/\/inctrl.ai\/ro\/for-talents\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inctrl.ai\/ro\/for-talents\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inctrl.ai\/ro\/for-talents\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inctrl.ai\/ro\/"},{"@type":"ListItem","position":2,"name":"Talente"}]},{"@type":"WebSite","@id":"https:\/\/inctrl.ai\/#website","url":"https:\/\/inctrl.ai\/","name":"inctrl.ai","description":"Reset your 9 to 5","publisher":{"@id":"https:\/\/inctrl.ai\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inctrl.ai\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/inctrl.ai\/#organization","name":"inctrl.ai","url":"https:\/\/inctrl.ai\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/inctrl.ai\/#\/schema\/logo\/image\/","url":"https:\/\/inctrl.ai\/wp-content\/uploads\/2022\/11\/inctrl.png","contentUrl":"https:\/\/inctrl.ai\/wp-content\/uploads\/2022\/11\/inctrl.png","width":233,"height":86,"caption":"inctrl.ai"},"image":{"@id":"https:\/\/inctrl.ai\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/intelactsoft\/"]}]}},"_links":{"self":[{"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/pages\/1284"}],"collection":[{"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/comments?post=1284"}],"version-history":[{"count":115,"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/pages\/1284\/revisions"}],"predecessor-version":[{"id":1838,"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/pages\/1284\/revisions\/1838"}],"wp:attachment":[{"href":"https:\/\/inctrl.ai\/ro\/wp-json\/wp\/v2\/media?parent=1284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}