{"id":2716,"date":"2026-04-25T13:51:53","date_gmt":"2026-04-25T13:51:53","guid":{"rendered":"https:\/\/localhost\/digi\/?page_id=2716"},"modified":"2026-05-03T07:16:23","modified_gmt":"2026-05-03T07:16:23","slug":"staff-augmentation","status":"publish","type":"page","link":"https:\/\/digi.alphanzo.com\/?page_id=2716","title":{"rendered":"Staff Augmentation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2716\" class=\"elementor elementor-2716\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5320d75 e-con-full e-flex e-con e-parent\" data-id=\"5320d75\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-974db61 elementor-widget elementor-widget-html\" data-id=\"974db61\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Staff Augmentation<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Exo+2:wght@300;400;600;700;800&family=Rajdhani:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #020b1a;\n    --navy2: #040f22;\n    --blue-deep: #0a1628;\n    --blue-mid: #0d2140;\n    --blue: #1455a4;\n    --blue-bright: #1a72d5;\n    --sky: #38b6ff;\n    --sky-light: #7dd3f8;\n    --cyan: #00d4ff;\n    --purple: #6c3adc;\n    --purple-glow: rgba(108,58,220,0.18);\n    --glow-blue: rgba(26,114,213,0.35);\n    --glow-sky: rgba(56,182,255,0.2);\n    --text: #e8f4ff;\n    --text-muted: #7da8c8;\n    --border: rgba(56,182,255,0.15);\n    --card-bg: rgba(10,22,40,0.7);\n    --card-border: rgba(56,182,255,0.2);\n  }\n  * { margin:0; padding:0; box-sizing:border-box; }\n  html { scroll-behavior: smooth; }\n  body {\n    background: var(--navy);\n    color: var(--text);\n    font-family: 'Rajdhani', sans-serif;\n    overflow-x: hidden;\n    line-height: 1.6;\n  }\n  \/* \u2500\u2500\u2500 SHARED \u2500\u2500\u2500 *\/\n  .section { position: relative; overflow: hidden; padding: 100px 0; }\n  .container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }\n  .section-tag {\n    display: inline-block;\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--sky);\n    border: 1px solid rgba(56,182,255,0.3);\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 20px;\n    position: relative;\n  }\n  .section-tag::before {\n    content: '';\n    position: absolute;\n    left: 8px; top: 50%; transform: translateY(-50%);\n    width: 5px; height: 5px;\n    background: var(--sky);\n    border-radius: 50%;\n    animation: pulse-dot 2s ease-in-out infinite;\n  }\n  @keyframes pulse-dot { 0%,100%{opacity:1;transform:translateY(-50%) scale(1)} 50%{opacity:.4;transform:translateY(-50%) scale(1.4)} }\n\n  h2.section-title {\n    font-family: 'Exo 2', sans-serif;\n    font-size: clamp(32px,4vw,52px);\n    font-weight: 700;\n    line-height: 1.15;\n    color: #fff;\n  }\n  h2.section-title span { color: var(--sky); }\n  .section-sub {\n    font-size: 16px;\n    color: var(--text-muted);\n    max-width: 620px;\n    margin-top: 14px;\n    line-height: 1.8;\n  }\n\n  \/* \u2500\u2500\u2500 STARS BG \u2500\u2500\u2500 *\/\n  .stars-canvas {\n    position: absolute; inset: 0;\n    pointer-events: none; z-index: 0;\n  }\n\n  \/* \u2500\u2500\u2500 BLOCK 1: HERO \u2500\u2500\u2500 *\/\n  #hero {\n    min-height: 100vh;\n    display: flex; align-items: center;\n    background: radial-gradient(ellipse 120% 80% at 60% 40%, rgba(20,85,164,0.22) 0%, transparent 70%),\n                radial-gradient(ellipse 60% 60% at 10% 80%, rgba(108,58,220,0.12) 0%, transparent 60%),\n                var(--navy);\n    padding: 120px 0 80px;\n    overflow: hidden;\n  }\n  .hero-inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n    position: relative; z-index: 2;\n  }\n  .hero-eyebrow {\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--sky);\n    font-weight: 600;\n    margin-bottom: 16px;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .hero-eyebrow::before {\n    content: '';\n    width: 30px; height: 1px;\n    background: var(--sky);\n  }\n  .hero-title {\n    font-family: 'Exo 2', sans-serif;\n    font-size: clamp(40px,5vw,70px);\n    font-weight: 800;\n    line-height: 1.05;\n    color: #fff;\n    letter-spacing: -1px;\n  }\n  .hero-title .highlight {\n    color: transparent;\n    background: linear-gradient(90deg, var(--sky) 0%, var(--cyan) 50%, var(--sky-light) 100%);\n    -webkit-background-clip: text;\n    background-clip: text;\n    animation: shimmer 4s linear infinite;\n    background-size: 200% auto;\n  }\n  @keyframes shimmer { 0%{background-position:0%} 100%{background-position:200%} }\n  .hero-headline {\n    font-family: 'Exo 2', sans-serif;\n    font-size: clamp(20px,2.5vw,28px);\n    font-weight: 600;\n    color: var(--text-muted);\n    margin-top: 16px;\n    line-height: 1.3;\n  }\n  .hero-sub {\n    font-size: 15px;\n    color: var(--text-muted);\n    margin-top: 14px;\n    line-height: 1.8;\n    max-width: 480px;\n  }\n  .hero-bullets {\n    margin-top: 28px;\n    list-style: none;\n    display: flex; flex-direction: column; gap: 12px;\n  }\n  .hero-bullets li {\n    display: flex; align-items: center; gap: 10px;\n    font-size: 14px; color: var(--text);\n  }\n  .hero-bullets li::before {\n    content: '';\n    width: 6px; height: 6px;\n    background: var(--sky);\n    border-radius: 50%;\n    flex-shrink: 0;\n    box-shadow: 0 0 8px var(--sky);\n  }\n  .btn-primary {\n    margin-top: 36px;\n    display: inline-flex; align-items: center; gap: 8px;\n    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-bright) 100%);\n    color: #fff;\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 14px 32px;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    text-decoration: none;\n    position: relative;\n    overflow: hidden;\n    transition: transform .2s, box-shadow .2s;\n  }\n  .btn-primary::after {\n    content: '';\n    position: absolute; inset: 0;\n    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);\n    opacity: 0; transition: opacity .2s;\n  }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(26,114,213,0.5); }\n  .btn-primary:hover::after { opacity: 1; }\n\n  \/* Hero Visual *\/\n  .hero-visual {\n    position: relative; height: 460px;\n  }\n  .hero-orb {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 40% 35%, rgba(56,182,255,0.12) 0%, rgba(20,85,164,0.08) 40%, transparent 70%);\n    border: 1px solid rgba(56,182,255,0.15);\n    animation: orb-rotate 20s linear infinite;\n  }\n  .hero-orb::before {\n    content: '';\n    position: absolute; inset: 20px;\n    border-radius: 50%;\n    border: 1px dashed rgba(56,182,255,0.2);\n    animation: orb-rotate 10s linear infinite reverse;\n  }\n  .hero-orb::after {\n    content: '';\n    position: absolute; inset: 50px;\n    border-radius: 50%;\n    border: 1px solid rgba(56,182,255,0.25);\n    box-shadow: inset 0 0 30px rgba(56,182,255,0.08);\n  }\n  @keyframes orb-rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }\n\n  .orbit-dot {\n    position: absolute;\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    background: var(--sky);\n    box-shadow: 0 0 12px var(--sky);\n    top: 50%; left: 50%;\n    transform-origin: 0 0;\n    animation: orbit var(--d,8s) linear infinite;\n  }\n  @keyframes orbit {\n    from { transform: rotate(var(--start,0deg)) translateX(var(--r,140px)) scale(1); }\n    to   { transform: rotate(calc(var(--start,0deg) + 360deg)) translateX(var(--r,140px)) scale(1); }\n  }\n\n  .stat-bubble {\n    position: absolute;\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 12px;\n    padding: 14px 20px;\n    backdrop-filter: blur(10px);\n    animation: float var(--fd,6s) ease-in-out infinite alternate;\n  }\n  @keyframes float { from{transform:translateY(0)} to{transform:translateY(-12px)} }\n  .stat-bubble .val {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 28px; font-weight: 800;\n    color: var(--sky);\n    line-height: 1;\n  }\n  .stat-bubble .lbl { font-size: 11px; color: var(--text-muted); letter-spacing: 1px; margin-top: 4px; }\n\n  \/* \u2500\u2500\u2500 BLOCK 2: KEY CHALLENGES \u2500\u2500\u2500 *\/\n  #challenges {\n    background: var(--navy2);\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n  }\n  .challenges-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-top: 52px;\n  }\n  .challenge-card {\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 12px;\n    padding: 32px;\n    position: relative;\n    overflow: hidden;\n    transition: transform .3s, border-color .3s, box-shadow .3s;\n    cursor: default;\n  }\n  .challenge-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; height: 2px;\n    background: linear-gradient(90deg, transparent, var(--blue-bright), transparent);\n    opacity: 0; transition: opacity .3s;\n  }\n  .challenge-card:hover { transform: translateY(-4px); border-color: rgba(56,182,255,0.4); box-shadow: 0 12px 40px rgba(20,85,164,0.25); }\n  .challenge-card:hover::before { opacity: 1; }\n  .challenge-icon {\n    width: 44px; height: 44px;\n    border-radius: 10px;\n    border: 1px solid rgba(56,182,255,0.3);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 20px;\n    background: rgba(20,85,164,0.15);\n  }\n  .challenge-icon svg { width: 20px; height: 20px; }\n  .challenge-title {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 17px; font-weight: 700;\n    color: #fff; margin-bottom: 10px;\n  }\n  .challenge-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n  .challenge-num {\n    position: absolute;\n    top: 24px; right: 28px;\n    font-family: 'Exo 2', sans-serif;\n    font-size: 42px; font-weight: 800;\n    color: rgba(56,182,255,0.06);\n    line-height: 1;\n    user-select: none;\n  }\n\n  \/* \u2500\u2500\u2500 BLOCK 3: WHAT WE OFFER \u2500\u2500\u2500 *\/\n  #offer {\n    background: linear-gradient(180deg, var(--navy) 0%, var(--blue-deep) 100%);\n    position: relative;\n  }\n  .offer-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin-top: 52px;\n  }\n  .offer-card {\n    display: flex; gap: 20px;\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 12px;\n    padding: 28px;\n    transition: all .3s;\n  }\n  .offer-card:hover { border-color: rgba(56,182,255,0.4); box-shadow: 0 0 30px rgba(20,85,164,0.2); }\n  .offer-check {\n    width: 32px; height: 32px; flex-shrink: 0;\n    border-radius: 50%;\n    background: rgba(20,85,164,0.3);\n    border: 1px solid rgba(56,182,255,0.4);\n    display: flex; align-items: center; justify-content: center;\n    margin-top: 2px;\n  }\n  .offer-check::after {\n    content: '';\n    width: 8px; height: 5px;\n    border-left: 2px solid var(--sky);\n    border-bottom: 2px solid var(--sky);\n    transform: rotate(-45deg) translateY(-1px);\n  }\n  .offer-card h4 {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px;\n  }\n  .offer-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n\n  \/* \u2500\u2500\u2500 BLOCK 4: TALENT AREAS \u2500\u2500\u2500 *\/\n  #talent {\n    background: var(--navy2);\n    border-top: 1px solid var(--border);\n  }\n  .talent-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-top: 52px;\n  }\n  .talent-card {\n    background: rgba(4,15,34,0.8);\n    border: 1px solid var(--card-border);\n    border-radius: 14px;\n    padding: 32px 28px;\n    transition: all .35s;\n    position: relative; overflow: hidden;\n  }\n  .talent-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 50%; transform: translateX(-50%);\n    width: 60%; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--blue-bright), transparent);\n    opacity: 0; transition: opacity .35s;\n  }\n  .talent-card:hover { border-color: rgba(56,182,255,0.45); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(10,22,40,0.6); }\n  .talent-card:hover::after { opacity: 1; }\n  .talent-card-icon {\n    font-size: 28px; margin-bottom: 14px;\n    filter: drop-shadow(0 0 8px rgba(56,182,255,0.4));\n  }\n  .talent-card h4 {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 16px; font-weight: 700; color: var(--sky); margin-bottom: 14px;\n  }\n  .talent-card ul {\n    list-style: none; display: flex; flex-direction: column; gap: 8px;\n  }\n  .talent-card ul li {\n    font-size: 13px; color: var(--text-muted);\n    display: flex; align-items: center; gap: 8px;\n  }\n  .talent-card ul li::before {\n    content: '\u2192';\n    color: var(--blue-bright); font-size: 11px; flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500\u2500 BLOCK 5: DELIVERY APPROACH \u2500\u2500\u2500 *\/\n  #approach {\n    background: var(--navy);\n    position: relative;\n  }\n  .approach-steps {\n    margin-top: 60px;\n    position: relative;\n  }\n  .approach-line {\n    position: absolute;\n    left: 39px; top: 0; bottom: 0; width: 1px;\n    background: linear-gradient(180deg, transparent, rgba(56,182,255,0.3) 10%, rgba(56,182,255,0.3) 90%, transparent);\n  }\n  .approach-step {\n    display: grid;\n    grid-template-columns: 80px 1fr;\n    gap: 28px;\n    margin-bottom: 48px;\n    position: relative;\n  }\n  .step-num {\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    background: var(--blue-mid);\n    border: 2px solid var(--blue-bright);\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'Exo 2', sans-serif;\n    font-size: 20px; font-weight: 800;\n    color: var(--sky);\n    position: relative; z-index: 2;\n    flex-shrink: 0;\n    transition: all .3s;\n    box-shadow: 0 0 20px rgba(26,114,213,0.3);\n  }\n  .approach-step:hover .step-num { background: var(--blue-bright); color: #fff; box-shadow: 0 0 30px rgba(26,114,213,0.6); }\n  .step-body {\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 12px;\n    padding: 28px 32px;\n    transition: all .3s;\n    padding-top: 16px;\n  }\n  .approach-step:hover .step-body { border-color: rgba(56,182,255,0.4); }\n  .step-body h4 {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px;\n  }\n  .step-body p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }\n  .step-insight {\n    display: inline-flex; align-items: center; gap: 8px;\n    font-size: 13px; color: var(--sky);\n    border-left: 2px solid var(--sky);\n    padding-left: 12px;\n  }\n\n  \/* \u2500\u2500\u2500 BLOCK 6: WHY DT \u2500\u2500\u2500 *\/\n  #why {\n    background: var(--navy2);\n    border-top: 1px solid var(--border);\n  }\n  .why-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 52px;\n  }\n  .why-card {\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 12px;\n    padding: 32px 28px;\n    position: relative; overflow: hidden;\n    transition: all .3s;\n  }\n  .why-card::before {\n    content: attr(data-num);\n    position: absolute;\n    top: -10px; right: 16px;\n    font-family: 'Exo 2', sans-serif;\n    font-size: 80px; font-weight: 800;\n    color: rgba(56,182,255,0.04);\n    line-height: 1;\n    user-select: none;\n  }\n  .why-card:hover { transform: translateY(-4px); border-color: rgba(56,182,255,0.4); box-shadow: 0 16px 40px rgba(10,22,40,0.5); }\n  .why-card-icon {\n    width: 40px; height: 40px;\n    margin-bottom: 18px;\n  }\n  .why-card h4 {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px;\n  }\n  .why-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n\n  \/* \u2500\u2500\u2500 BLOCK 7: CTA \u2500\u2500\u2500 *\/\n  #cta {\n    background: var(--navy);\n    padding: 120px 0;\n    overflow: hidden;\n    position: relative;\n  }\n  .cta-bg-orb {\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .cta-bg-orb.a {\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(20,85,164,0.22) 0%, transparent 70%);\n    top: 50%; left: 50%; transform: translate(-50%,-50%);\n    animation: cta-pulse 6s ease-in-out infinite;\n  }\n  .cta-bg-orb.b {\n    width: 700px; height: 400px;\n    background: radial-gradient(ellipse, rgba(108,58,220,0.1) 0%, transparent 65%);\n    bottom: -100px; right: -100px;\n    animation: cta-pulse 8s ease-in-out infinite reverse;\n  }\n  @keyframes cta-pulse { 0%,100%{opacity:.7;transform:translate(-50%,-50%) scale(1)} 50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)} }\n\n  .cta-inner {\n    position: relative; z-index: 2;\n    text-align: center;\n  }\n  .cta-label {\n    font-size: 11px; letter-spacing: 4px;\n    text-transform: uppercase; color: var(--sky);\n    margin-bottom: 20px;\n    display: flex; align-items: center; justify-content: center; gap: 12px;\n  }\n  .cta-label::before, .cta-label::after {\n    content: '';\n    width: 40px; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--sky));\n  }\n  .cta-label::after { transform: scaleX(-1); }\n  .cta-title {\n    font-family: 'Exo 2', sans-serif;\n    font-size: clamp(40px,5vw,72px);\n    font-weight: 800; line-height: 1.05;\n    color: #fff; margin-bottom: 24px;\n  }\n  .cta-title .line2 {\n    display: block;\n    color: transparent;\n    background: linear-gradient(90deg, var(--blue-bright), var(--sky), var(--cyan), var(--sky), var(--blue-bright));\n    -webkit-background-clip: text; background-clip: text;\n    background-size: 300% auto;\n    animation: shimmer 5s linear infinite;\n  }\n  .cta-text { font-size: 16px; color: var(--text-muted); max-width: 500px; margin: 0 auto 44px; line-height: 1.8; }\n  .cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }\n  .btn-ghost {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: transparent;\n    color: var(--sky);\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 14px; font-weight: 600;\n    letter-spacing: 1.5px; text-transform: uppercase;\n    padding: 13px 32px;\n    border: 1px solid rgba(56,182,255,0.4);\n    border-radius: 4px;\n    cursor: pointer; text-decoration: none;\n    transition: all .2s;\n  }\n  .btn-ghost:hover { background: rgba(56,182,255,0.1); border-color: var(--sky); }\n\n  \/* CTA scanning line *\/\n  .cta-scan {\n    position: absolute;\n    width: 100%; height: 1px;\n    background: linear-gradient(90deg, transparent 0%, rgba(56,182,255,0.4) 30%, rgba(0,212,255,0.6) 50%, rgba(56,182,255,0.4) 70%, transparent 100%);\n    animation: scan 6s ease-in-out infinite;\n    pointer-events: none;\n  }\n  @keyframes scan {\n    0%   { top: 0%; opacity: 0; }\n    10%  { opacity: 1; }\n    90%  { opacity: 1; }\n    100% { top: 100%; opacity: 0; }\n  }\n\n  \/* CTA grid lines *\/\n  .cta-grid {\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(56,182,255,0.03) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(56,182,255,0.03) 1px, transparent 1px);\n    background-size: 80px 80px;\n    pointer-events: none;\n    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 0%, transparent 100%);\n  }\n\n  \/* \u2500\u2500\u2500 SCROLL REVEAL \u2500\u2500\u2500 *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity .7s ease, transform .7s ease;\n  }\n  .reveal.visible { opacity: 1; transform: none; }\n  .reveal-delay-1 { transition-delay: .1s; }\n  .reveal-delay-2 { transition-delay: .2s; }\n  .reveal-delay-3 { transition-delay: .3s; }\n  .reveal-delay-4 { transition-delay: .4s; }\n\n  \/* \u2500\u2500\u2500 DIVIDER \u2500\u2500\u2500 *\/\n  .divider {\n    width: 100%; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--border), transparent);\n    margin: 0;\n  }\n\n  \/* \u2500\u2500\u2500 GRID LINES BG \u2500\u2500\u2500 *\/\n  .grid-bg {\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(56,182,255,0.02) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(56,182,255,0.02) 1px, transparent 1px);\n    background-size: 60px 60px;\n    pointer-events: none;\n  }\n\n  \/* \u2500\u2500\u2500 SCROLLBAR \u2500\u2500\u2500 *\/\n  ::-webkit-scrollbar { width: 6px; }\n  ::-webkit-scrollbar-track { background: var(--navy); }\n  ::-webkit-scrollbar-thumb { background: rgba(56,182,255,0.3); border-radius: 3px; }\n<\/style>\n<\/head>\n<body>\n\n<!-- BLOCK 1: HERO -->\n<section id=\"hero\">\n  <canvas id=\"stars\" class=\"stars-canvas\"><\/canvas>\n  <div class=\"grid-bg\"><\/div>\n  <div class=\"container\">\n    <div class=\"hero-inner\">\n      <div>\n        <div class=\"hero-eyebrow reveal\">Staff Augmentation<\/div>\n        <h1 class=\"hero-title reveal reveal-delay-1\">\n          Scale Delivery With<br>\n          <span class=\"highlight\">Specialized Talent<\/span>\n        <\/h1>\n        <p class=\"hero-headline reveal reveal-delay-2\">On Demand. Exactly When You Need It.<\/p>\n        <p class=\"hero-sub reveal reveal-delay-2\">\n          Flexible staffing aligned to execution, timelines, and business needs.\n        <\/p>\n        <ul class=\"hero-bullets reveal reveal-delay-3\">\n          <li>Rapid access to specialized talent<\/li>\n          <li>Domain-aligned professionals<\/li>\n          <li>Flexible scaling without disruption<\/li>\n        <\/ul>\n        <a href=\"#offer\" class=\"btn-primary reveal reveal-delay-4\">\n          Explore Services\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M7 2L7 12M7 12L3 8M7 12L11 8\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n      <\/div>\n      <div class=\"hero-visual reveal reveal-delay-2\">\n        <div class=\"hero-orb\"><\/div>\n        <!-- Orbiting dots -->\n        <div class=\"orbit-dot\" style=\"--d:9s;--r:148px;--start:0deg\"><\/div>\n        <div class=\"orbit-dot\" style=\"--d:12s;--r:148px;--start:120deg;background:#a855f7;box-shadow:0 0 10px #a855f7\"><\/div>\n        <div class=\"orbit-dot\" style=\"--d:7s;--r:108px;--start:240deg;width:5px;height:5px\"><\/div>\n        <div class=\"orbit-dot\" style=\"--d:15s;--r:170px;--start:60deg;width:4px;height:4px;background:rgba(56,182,255,0.5)\"><\/div>\n        <!-- Stat bubbles -->\n        <div class=\"stat-bubble\" style=\"top:6%;left:52%;--fd:5s\">\n          <div class=\"val\">500+<\/div>\n          <div class=\"lbl\">Professionals Deployed<\/div>\n        <\/div>\n        <div class=\"stat-bubble\" style=\"top:62%;left:4%;--fd:7s\">\n          <div class=\"val\">48hrs<\/div>\n          <div class=\"lbl\">Avg. Onboarding Time<\/div>\n        <\/div>\n        <div class=\"stat-bubble\" style=\"top:82%;left:58%;--fd:4s\">\n          <div class=\"val\">99.1%<\/div>\n          <div class=\"lbl\">Client Retention<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BLOCK 2: KEY CHALLENGES -->\n<section id=\"challenges\" class=\"section\">\n  <div class=\"grid-bg\"><\/div>\n  <div class=\"container\">\n    <div class=\"reveal\">\n      <div class=\"section-tag\">Key Challenges<\/div>\n      <h2 class=\"section-title\">Where Teams <span>Break Down<\/span><\/h2>\n      <p class=\"section-sub\">Organizations often struggle to maintain delivery momentum due to gaps in specialized talent and limited scalability.<\/p>\n    <\/div>\n    <div class=\"challenges-grid\">\n      <div class=\"challenge-card reveal reveal-delay-1\">\n        <span class=\"challenge-num\">01<\/span>\n        <div class=\"challenge-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg>\n        <\/div>\n        <div class=\"challenge-title\">Inability to scale delivery at speed<\/div>\n        <div class=\"challenge-text\">Projects demand rapid scaling, but internal teams often lack the bandwidth to keep up with execution demands.<\/div>\n      <\/div>\n      <div class=\"challenge-card reveal reveal-delay-2\">\n        <span class=\"challenge-num\">02<\/span>\n        <div class=\"challenge-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"4\"\/><path d=\"M4 20c0-4 3.6-7 8-7s8 3 8 7\"\/><path d=\"M17 8l2 2 4-4\"\/><\/svg>\n        <\/div>\n        <div class=\"challenge-title\">Gaps in specialized expertise<\/div>\n        <div class=\"challenge-text\">Accessing niche technical and functional skills at the right time remains a constant challenge for scaling teams.<\/div>\n      <\/div>\n      <div class=\"challenge-card reveal reveal-delay-1\">\n        <span class=\"challenge-num\">03<\/span>\n        <div class=\"challenge-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/><\/svg>\n        <\/div>\n        <div class=\"challenge-title\">Delays in execution timelines<\/div>\n        <div class=\"challenge-text\">Resource constraints slow down project delivery and create compounding impacts on business outcomes.<\/div>\n      <\/div>\n      <div class=\"challenge-card reveal reveal-delay-2\">\n        <span class=\"challenge-num\">04<\/span>\n        <div class=\"challenge-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n        <div class=\"challenge-title\">Overloaded internal teams<\/div>\n        <div class=\"challenge-text\">Existing teams are stretched across priorities, reducing efficiency, focus, and the quality of final deliverables.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- BLOCK 3: WHAT WE OFFER -->\n<section id=\"offer\" class=\"section\">\n  <div class=\"container\">\n    <div class=\"reveal\">\n      <div class=\"section-tag\">Our Solution<\/div>\n      <h2 class=\"section-title\">What We <span>Offer<\/span><\/h2>\n      <p class=\"section-sub\">We provide structured, on-demand talent solutions that integrate seamlessly into your delivery environment and accelerate execution.<\/p>\n    <\/div>\n    <div class=\"offer-grid\">\n      <div class=\"offer-card reveal reveal-delay-1\">\n        <div class=\"offer-check\"><\/div>\n        <div>\n          <h4>On-demand talent aligned to delivery needs<\/h4>\n          <p>Access the right expertise exactly when required, without long hiring cycles or procurement delays.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"offer-card reveal reveal-delay-2\">\n        <div class=\"offer-check\"><\/div>\n        <div>\n          <h4>Flexible engagement across project phases<\/h4>\n          <p>Scale resources up or down based on delivery timelines and evolving priorities throughout the lifecycle.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"offer-card reveal reveal-delay-1\">\n        <div class=\"offer-check\"><\/div>\n        <div>\n          <h4>Pre-qualified, domain-matched professionals<\/h4>\n          <p>Talent curated for both technical capability and business context \u2014 not just a resume match.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"offer-card reveal reveal-delay-2\">\n        <div class=\"offer-check\"><\/div>\n        <div>\n          <h4>Seamless onboarding into existing teams<\/h4>\n          <p>Fast integration with minimal disruption to workflows, tooling, and ongoing delivery cadence.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- BLOCK 4: TALENT AREAS -->\n<section id=\"talent\" class=\"section\">\n  <div class=\"grid-bg\"><\/div>\n  <div class=\"container\">\n    <div class=\"reveal\">\n      <div class=\"section-tag\">Capabilities<\/div>\n      <h2 class=\"section-title\">Specialized <span>Talent Areas<\/span><\/h2>\n      <p class=\"section-sub\">We provide access to cross-functional talent across technology, data, business, and delivery environments.<\/p>\n    <\/div>\n    <div class=\"talent-grid\">\n      <div class=\"talent-card reveal reveal-delay-1\">\n        <div class=\"talent-card-icon\">\u2699\ufe0f<\/div>\n        <h4>Engineering &amp; Technology<\/h4>\n        <ul>\n          <li>Senior Software Engineers<\/li>\n          <li>Cloud Engineers<\/li>\n          <li>DevOps Specialists<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"talent-card reveal reveal-delay-2\">\n        <div class=\"talent-card-icon\">\ud83d\udcca<\/div>\n        <h4>Data &amp; Analytics<\/h4>\n        <ul>\n          <li>Data Engineers<\/li>\n          <li>BI Developers<\/li>\n          <li>Data Analysts<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"talent-card reveal reveal-delay-3\">\n        <div class=\"talent-card-icon\">\ud83d\udcbc<\/div>\n        <h4>Business &amp; Functional<\/h4>\n        <ul>\n          <li>Business Analysts<\/li>\n          <li>Product Managers<\/li>\n          <li>Process Specialists<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"talent-card reveal reveal-delay-1\">\n        <div class=\"talent-card-icon\">\ud83d\ude80<\/div>\n        <h4>Project &amp; Delivery<\/h4>\n        <ul>\n          <li>Project Managers<\/li>\n          <li>Scrum Masters<\/li>\n          <li>Delivery Leads<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"talent-card reveal reveal-delay-2\">\n        <div class=\"talent-card-icon\">\ud83c\udfed<\/div>\n        <h4>Industry Specialists<\/h4>\n        <ul>\n          <li>Healthcare Consultants<\/li>\n          <li>Financial Services Specialists<\/li>\n          <li>Supply Chain Experts<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"talent-card reveal reveal-delay-3\">\n        <div class=\"talent-card-icon\">\ud83d\udd2c<\/div>\n        <h4>Quality &amp; Support<\/h4>\n        <ul>\n          <li>QA Engineers<\/li>\n          <li>Test Automation Engineers<\/li>\n          <li>Operations Specialists<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- BLOCK 5: DELIVERY APPROACH -->\n<section id=\"approach\" class=\"section\">\n  <div class=\"container\">\n    <div class=\"reveal\">\n      <div class=\"section-tag\">Process<\/div>\n      <h2 class=\"section-title\">Our Delivery <span>Approach<\/span><\/h2>\n      <p class=\"section-sub\">Clear, structured, and outcome-driven execution from first conversation to final delivery.<\/p>\n    <\/div>\n    <div class=\"approach-steps\">\n      <div class=\"approach-line\"><\/div>\n      <div class=\"approach-step reveal reveal-delay-1\">\n        <div class=\"step-num\">1<\/div>\n        <div class=\"step-body\">\n          <h4>Understand &amp; Align<\/h4>\n          <p>We assess requirements, define clear objectives, and align on delivery expectations from the outset.<\/p>\n          <div class=\"step-insight\">\u2192 Clear scope eliminates ambiguity from day one<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"approach-step reveal reveal-delay-2\">\n        <div class=\"step-num\">2<\/div>\n        <div class=\"step-body\">\n          <h4>Curate &amp; Evaluate<\/h4>\n          <p>We identify and rigorously assess the right expertise aligned to your needs across technical and functional domains.<\/p>\n          <div class=\"step-insight\">\u2192 Multi-layer screening ensures quality fit<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"approach-step reveal reveal-delay-1\">\n        <div class=\"step-num\">3<\/div>\n        <div class=\"step-body\">\n          <h4>Deploy &amp; Integrate<\/h4>\n          <p>We onboard and integrate talent seamlessly into your existing teams with structured processes and tooling alignment.<\/p>\n          <div class=\"step-insight\">\u2192 Structured onboarding minimizes disruption<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"approach-step reveal reveal-delay-2\" style=\"margin-bottom:0\">\n        <div class=\"step-num\">4<\/div>\n        <div class=\"step-body\">\n          <h4>Monitor &amp; Optimize<\/h4>\n          <p>We continuously track performance and refine delivery outcomes through proactive oversight and feedback loops.<\/p>\n          <div class=\"step-insight\">\u2192 Ongoing oversight ensures consistency and reliability<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- BLOCK 6: WHY DT -->\n<section id=\"why\" class=\"section\">\n  <div class=\"container\">\n    <div class=\"reveal\">\n      <div class=\"section-tag\">Differentiators<\/div>\n      <h2 class=\"section-title\">Why <span>DT Solutions<\/span><\/h2>\n      <p class=\"section-sub\">What sets us apart in execution \u2014 built for teams that need to deliver, not just hire.<\/p>\n    <\/div>\n    <div class=\"why-grid\">\n      <div class=\"why-card reveal reveal-delay-1\" data-num=\"1\">\n        <svg class=\"why-card-icon\" viewBox=\"0 0 40 40\" fill=\"none\">\n          <rect width=\"40\" height=\"40\" rx=\"8\" fill=\"rgba(20,85,164,0.2)\"\/>\n          <path d=\"M12 20l6 6 10-10\" stroke=\"#38b6ff\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        <h4>Execution over resumes<\/h4>\n        <p>We focus on solving delivery challenges, not just filling roles with profiles that look good on paper.<\/p>\n      <\/div>\n      <div class=\"why-card reveal reveal-delay-2\" data-num=\"2\">\n        <svg class=\"why-card-icon\" viewBox=\"0 0 40 40\" fill=\"none\">\n          <rect width=\"40\" height=\"40\" rx=\"8\" fill=\"rgba(20,85,164,0.2)\"\/>\n          <path d=\"M20 10v20M10 20h20\" stroke=\"#38b6ff\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n          <circle cx=\"20\" cy=\"20\" r=\"8\" stroke=\"#38b6ff\" stroke-width=\"1.2\"\/>\n        <\/svg>\n        <h4>Built for delivery teams<\/h4>\n        <p>Aligned to your workflows, priorities, and operating environment \u2014 not a generic plug-and-play model.<\/p>\n      <\/div>\n      <div class=\"why-card reveal reveal-delay-3\" data-num=\"3\">\n        <svg class=\"why-card-icon\" viewBox=\"0 0 40 40\" fill=\"none\">\n          <rect width=\"40\" height=\"40\" rx=\"8\" fill=\"rgba(20,85,164,0.2)\"\/>\n          <path d=\"M13 20l5-7 4 5 3-3 5 5\" stroke=\"#38b6ff\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        <h4>Speed with structure<\/h4>\n        <p>Rapid deployment without compromising control, oversight, or quality at any stage of engagement.<\/p>\n      <\/div>\n      <div class=\"why-card reveal reveal-delay-1\" data-num=\"4\">\n        <svg class=\"why-card-icon\" viewBox=\"0 0 40 40\" fill=\"none\">\n          <rect width=\"40\" height=\"40\" rx=\"8\" fill=\"rgba(20,85,164,0.2)\"\/>\n          <path d=\"M14 26c0-3.3 2.7-6 6-6s6 2.7 6 6\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n          <circle cx=\"20\" cy=\"17\" r=\"3\" stroke=\"#38b6ff\" stroke-width=\"1.5\"\/>\n          <path d=\"M10 28c0-2.2 1.8-4 4-4\" stroke=\"#38b6ff\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\n          <path d=\"M30 28c0-2.2-1.8-4-4-4\" stroke=\"#38b6ff\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <h4>Seamless integration<\/h4>\n        <p>Talent embedded into your teams with minimal disruption, fast ramp-up, and cultural alignment.<\/p>\n      <\/div>\n      <div class=\"why-card reveal reveal-delay-2\" data-num=\"5\">\n        <svg class=\"why-card-icon\" viewBox=\"0 0 40 40\" fill=\"none\">\n          <rect width=\"40\" height=\"40\" rx=\"8\" fill=\"rgba(20,85,164,0.2)\"\/>\n          <path d=\"M12 16h16M12 20h12M12 24h8\" stroke=\"#38b6ff\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <h4>Clear communication<\/h4>\n        <p>Direct, transparent collaboration with no unnecessary layers, ambiguity, or overhead between teams.<\/p>\n      <\/div>\n      <div class=\"why-card reveal reveal-delay-3\" data-num=\"6\">\n        <svg class=\"why-card-icon\" viewBox=\"0 0 40 40\" fill=\"none\">\n          <rect width=\"40\" height=\"40\" rx=\"8\" fill=\"rgba(20,85,164,0.2)\"\/>\n          <path d=\"M20 12v4M28 14.7l-2.8 2.8M30 22h-4M28 29.3l-2.8-2.8M20 30v-4M12 29.3l2.8-2.8M10 22h4M12 14.7l2.8 2.8\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n          <circle cx=\"20\" cy=\"22\" r=\"4\" stroke=\"#38b6ff\" stroke-width=\"1.5\"\/>\n        <\/svg>\n        <h4>Scalable consistency<\/h4>\n        <p>Reliable delivery quality across projects, teams, and timelines \u2014 regardless of scale or complexity.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BLOCK 7: CTA -->\n<section id=\"cta\">\n  <div class=\"cta-grid\"><\/div>\n  <div class=\"cta-bg-orb a\"><\/div>\n  <div class=\"cta-bg-orb b\"><\/div>\n  <div class=\"cta-scan\"><\/div>\n  <div class=\"container\">\n    <div class=\"cta-inner reveal\">\n      <div class=\"cta-label\">Start The Conversation<\/div>\n      <h2 class=\"cta-title\">\n        Ready To Scale<br>\n        <span class=\"line2\">Your Delivery?<\/span>\n      <\/h2>\n      <p class=\"cta-text\">Tell us what you need. We'll match you with the right talent and get delivery moving \u2014 fast.<\/p>\n      <div class=\"cta-actions\">\n        <a href=\"#\" class=\"btn-primary\">\n          Start a Conversation\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7h10M8 3l4 4-4 4\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n        <a href=\"#\" class=\"btn-ghost\">\n          View Our Talent\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7h10M8 3l4 4-4 4\" stroke=\"#38b6ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n\/\/ \u2500\u2500\u2500 STAR FIELD\nconst canvas = document.getElementById('stars');\nconst ctx = canvas.getContext('2d');\nlet W, H, stars = [];\nfunction initStars() {\n  W = canvas.width = canvas.offsetWidth;\n  H = canvas.height = canvas.offsetHeight;\n  stars = [];\n  for (let i = 0; i < 180; i++) {\n    stars.push({\n      x: Math.random() * W, y: Math.random() * H,\n      r: Math.random() * 1.2 + 0.2,\n      a: Math.random(),\n      speed: Math.random() * 0.3 + 0.05,\n      twinkleSpeed: Math.random() * 0.02 + 0.005,\n      twinklePhase: Math.random() * Math.PI * 2\n    });\n  }\n}\nfunction drawStars(t) {\n  ctx.clearRect(0, 0, W, H);\n  stars.forEach(s => {\n    s.twinklePhase += s.twinkleSpeed;\n    const alpha = 0.2 + 0.6 * (0.5 + 0.5 * Math.sin(s.twinklePhase));\n    ctx.beginPath();\n    ctx.arc(s.x, s.y, s.r, 0, Math.PI * 2);\n    ctx.fillStyle = `rgba(200,230,255,${alpha})`;\n    ctx.fill();\n    s.y -= s.speed * 0.1;\n    if (s.y < 0) { s.y = H; s.x = Math.random() * W; }\n  });\n  requestAnimationFrame(drawStars);\n}\nwindow.addEventListener('resize', initStars);\ninitStars();\nrequestAnimationFrame(drawStars);\n\n\/\/ \u2500\u2500\u2500 SCROLL REVEAL\nconst reveals = document.querySelectorAll('.reveal');\nconst observer = new IntersectionObserver((entries) => {\n  entries.forEach(e => {\n    if (e.isIntersecting) { e.target.classList.add('visible'); }\n  });\n}, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });\nreveals.forEach(el => observer.observe(el));\n\n\/\/ \u2500\u2500\u2500 TYPING effect on hero title\ndocument.addEventListener('DOMContentLoaded', () => {\n  setTimeout(() => {\n    document.querySelector('.hero-eyebrow').style.opacity = '1';\n    document.querySelector('.hero-eyebrow').style.transform = 'none';\n  }, 100);\n});\n<\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Staff Augmentation Staff Augmentation Scale Delivery With Specialized Talent On Demand. Exactly When You Need It. Flexible staffing aligned to execution, timelines, and business needs. Rapid access to specialized talent Domain-aligned professionals Flexible scaling without disruption Explore Services 500+ Professionals Deployed 48hrs Avg. Onboarding Time 99.1% Client Retention Key Challenges Where Teams Break Down Organizations [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2716","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=\/wp\/v2\/pages\/2716","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2716"}],"version-history":[{"count":7,"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=\/wp\/v2\/pages\/2716\/revisions"}],"predecessor-version":[{"id":2846,"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=\/wp\/v2\/pages\/2716\/revisions\/2846"}],"wp:attachment":[{"href":"https:\/\/digi.alphanzo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}