| <style> |
| *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} |
| body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; |
| color:#2a2a2a;background:#f5f6f8;line-height:1.7;-webkit-font-smoothing:antialiased} |
| :root{--navy:#1a2744;--orange:#dd751e;--light:#f5f6f8;--tile-bg:#fff;--radius:16px; |
| --shadow:0 1px 6px rgba(0,0,0,.05);--max:1100px} |
| .wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem} |
| |
| /* ?? Hero ???????????????????????????????????? */ |
| .hero{padding:5rem 0 2rem} |
| .hero h1{font-size:2.8rem;font-weight:800;color:var(--navy);letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem} |
| .hero .sub{font-size:1.15rem;font-weight:600;color:#555;margin-bottom:.8rem} |
| .hero .intro{font-size:1rem;color:#666;max-width:620px;margin-bottom:1.2rem;line-height:1.8} |
| .hero .scroll-hint{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700; |
| color:var(--orange);text-decoration:none} |
| .hero .scroll-hint:hover{text-decoration:underline} |
| |
| /* ?? Bento Governance ???????????????????????? */ |
| .bento-gov{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-template-rows:auto auto;gap:1rem;margin-bottom:2.5rem} |
| .tile{background:var(--tile-bg);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow); |
| transition:transform .2s,box-shadow .2s} |
| .tile:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(26,39,68,.09)} |
| .tile--big{grid-row:1 / 3} |
| .tile--big p{font-size:1.05rem;color:#444;line-height:1.8} |
| .tile--big .close{font-weight:700;color:var(--navy);margin-top:1rem} |
| .tile--navy{background:var(--navy);color:#fff} |
| .tile--navy p{color:rgba(255,255,255,.88)} |
| .tile .tile-icon{font-size:1.4rem;margin-bottom:.5rem;display:block} |
| .tile p.tile-text{font-size:.93rem;color:#333;line-height:1.6} |
| .tile--navy p.tile-text{color:rgba(255,255,255,.88)} |
| |
| /* ?? Section Heading ????????????????????????? */ |
| .sec-head{margin-bottom:1.5rem;padding-top:1.5rem} |
| .sec-head .label{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-weight:700;margin-bottom:.2rem} |
| .sec-head h2{font-size:1.8rem;font-weight:800;color:var(--navy)} |
| |
| /* ?? 3-Col Grid ?????????????????????????????? */ |
| .tri-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem} |
| .tri-card{background:var(--tile-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow); |
| border-top:4px solid var(--orange);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s} |
| .tri-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(26,39,68,.09)} |
| .tri-card h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.3rem} |
| .tri-card .lead{font-size:.92rem;color:#555;margin-bottom:.8rem} |
| .tri-card ul{list-style:none;padding:0;flex:1} |
| .tri-card ul li{padding-left:1.1rem;position:relative;margin-bottom:.4rem;font-size:.89rem;color:#333} |
| .tri-card ul li::before{content:'';width:5px;height:5px;background:var(--orange);border-radius:50%; |
| position:absolute;left:0;top:.55em} |
| .tri-card .result{margin-top:auto;padding-top:.8rem;font-weight:700;color:var(--orange);font-size:.95rem} |
| |
| /* ?? Duo Grid (60/40) ???????????????????????? */ |
| .duo-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;margin-bottom:2.5rem} |
| .duo-card{background:var(--tile-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow); |
| border-top:4px solid var(--orange);transition:transform .2s,box-shadow .2s} |
| .duo-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(26,39,68,.09)} |
| .duo-card h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.3rem} |
| .duo-card .lead{font-size:.92rem;color:#555;margin-bottom:.8rem} |
| .duo-card ul{list-style:none;padding:0} |
| .duo-card ul li{padding-left:1.1rem;position:relative;margin-bottom:.4rem;font-size:.89rem;color:#333} |
| .duo-card ul li::before{content:'';width:5px;height:5px;background:var(--orange);border-radius:50%; |
| position:absolute;left:0;top:.55em} |
| .duo-card .result{margin-top:.8rem;font-weight:700;color:var(--orange);font-size:.95rem} |
| |
| /* ?? Proof Band ?????????????????????????????? */ |
| .proof-band{background:var(--navy);border-radius:var(--radius);padding:3rem;margin-bottom:2.5rem;color:#fff} |
| .proof-band .label{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-weight:700;margin-bottom:.3rem} |
| .proof-band h2{font-size:1.5rem;font-weight:800;margin-bottom:.8rem} |
| .proof-band p{color:rgba(255,255,255,.75);margin-bottom:.8rem;font-size:.97rem} |
| .proof-band ul{list-style:none;padding:0;margin-bottom:1rem} |
| .proof-band ul li{padding-left:1.3rem;position:relative;margin-bottom:.45rem;font-size:.94rem;color:rgba(255,255,255,.9)} |
| .proof-band ul li::before{content:'?';position:absolute;left:0;color:var(--orange);font-size:.7rem;top:3px} |
| .proof-band .callout{font-weight:700;color:var(--orange);font-size:1.02rem} |
| |
| /* ?? Recs ???????????????????????????????????? */ |
| .recs-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;padding:1.5rem 0 2rem;opacity:.7} |
| .recs-bar h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#999;font-weight:700;margin-right:.3rem} |
| .recs-bar span{background:var(--tile-bg);border-radius:20px;padding:.3rem .9rem;font-size:.8rem;color:#888;box-shadow:var(--shadow)} |
| |
| /* ?? CTA ????????????????????????????????????? */ |
| .cta{background:var(--navy);padding:3.5rem 1.5rem;text-align:center;color:#fff;border-radius:var(--radius) var(--radius) 0 0} |
| .cta h2{font-size:1.6rem;font-weight:700;margin-bottom:.5rem} |
| .cta p{color:rgba(255,255,255,.65);margin-bottom:1.5rem} |
| .cta a{display:inline-block;background:var(--orange);color:#fff;padding:.85rem 2.2rem;border-radius:8px; |
| text-decoration:none;font-weight:700;transition:background .2s} |
| .cta a:hover{background:#c5641a} |
| |
| /* ?? Responsive ?????????????????????????????? */ |
| @media(max-width:768px){ |
| .hero h1{font-size:2rem} |
| .bento-gov{grid-template-columns:1fr;grid-template-rows:auto} |
| .bento-gov .tile--big{grid-row:auto} |
| .tri-grid{grid-template-columns:1fr} |
| .duo-grid{grid-template-columns:1fr} |
| } |
| </style> |
| |
|
| <div class="wrap"> |
| <section class="hero"> |
| <h1>AI at Afni</h1> |
| <p class="sub">Smarter Experiences. Stronger Outcomes.</p> |
| <p class="intro">We embed artificial intelligence into how we hire, train, support, and serve — helping our clients deliver better customer experiences while reducing cost and complexity.</p> |
| <a href="#governance" class="scroll-hint">See our AI commitment ↓</a> |
| </section> |
| |
|
| <div id="governance" class="bento-gov"> |
| <div class="tile tile--big"> |
| <p><strong style="color:var(--navy);font-size:1.15rem">Our AI Commitment</strong><br/> |
| Built on Trust, Governance, and Real-World Application</p> |
| <p>AI in customer experience requires more than innovation — it requires trust. Afni's AI strategy is grounded in strong governance, strict data protections, and clear accountability.</p> |
| <p class="close">This balance enables AI solutions that are both powerful and trusted.</p> |
| </div> |
| <div class="tile"> |
| <span class="tile-icon">?</span> |
| <p class="tile-text">Structured AI Governance with executive oversight</p> |
| </div> |
| <div class="tile tile--navy"> |
| <span class="tile-icon">?</span> |
| <p class="tile-text">Risk-Based Classification (Low / Medium / High)</p> |
| </div> |
| <div class="tile"> |
| <span class="tile-icon">????</span> |
| <p class="tile-text">Strict Data Protection policies (no client data used in third-party models)</p> |
| </div> |
| <div class="tile tile--navy"> |
| <span class="tile-icon">????</span> |
| <p class="tile-text">Human oversight for high-risk decisions</p> |
| </div> |
| </div> |
| |
|
| <div class="sec-head"> |
| <p class="label">How We Use AI</p> |
| <h2>From Talent to Operations</h2> |
| </div> |
| |
| <div class="tri-grid"> |
| <div class="tri-card"> |
| <h3>Talent Transformation</h3> |
| <p class="lead">AI enhances how we recruit, train, and retain talent across our global workforce.</p> |
| <ul> |
| <li>AI-driven hiring improves candidate-program fit</li> |
| <li>Predictive models identify retention risks early</li> |
| <li>Personalized learning paths accelerate onboarding</li> |
| <li>AI-generated content scales training programs</li> |
| </ul> |
| <p class="result">Result: Faster ramp times and stronger workforce stability.</p> |
| </div> |
| <div class="tri-card"> |
| <h3>Performance Intelligence</h3> |
| <p class="lead">AI-powered platforms provide real-time visibility and actionable insights.</p> |
| <ul> |
| <li>APIX dashboards unify performance data</li> |
| <li>ARIA delivers AI-generated coaching recommendations</li> |
| <li>Next Best Action identifies targeted improvements</li> |
| <li>100% of interactions analyzed vs sampling</li> |
| </ul> |
| <p class="result">Impact: Measurable improvements in KPI attainment and coaching effectiveness.</p> |
| </div> |
| <div class="tri-card"> |
| <h3>Operational Efficiency</h3> |
| <p class="lead">AI reduces friction across operations.</p> |
| <ul> |
| <li>Workforce optimization improves staffing accuracy</li> |
| <li>Speech analytics identifies customer trends</li> |
| <li>Automation reduces manual tasks</li> |
| <li>Knowledge assistants deliver real-time answers</li> |
| </ul> |
| <p class="result">Impact: Faster operations, improved quality, and reduced cost.</p> |
| </div> |
| </div> |
| |
|
| <div class="sec-head"> |
| <p class="label">AI-Powered Outcomes</p> |
| <h2>For Our Clients & Our People</h2> |
| </div> |
| |
| <div class="duo-grid"> |
| <div class="duo-card"> |
| <h3>AI for Our Clients</h3> |
| <p class="lead">Afni's AI capabilities deliver measurable business outcomes.</p> |
| <ul> |
| <li>Conversational AI handles routine interactions</li> |
| <li>Agent assist tools improve real-time performance</li> |
| <li>AI-driven QA ensures compliance and consistency</li> |
| <li>AI-augmented workforce focuses human effort on complex interactions</li> |
| </ul> |
| <p class="result">Outcome: Lower cost, higher quality, better CX.</p> |
| </div> |
| <div class="duo-card"> |
| <h3>AI for Our People</h3> |
| <p class="lead">AI empowers employees and enhances productivity.</p> |
| <ul> |
| <li>Microsoft Copilot embedded in daily workflows</li> |
| <li>AI knowledge agents support decision-making</li> |
| <li>Structured AI training builds workforce fluency</li> |
| <li>Culture of innovation drives new use cases</li> |
| </ul> |
| <p class="result">Outcome: More efficient, engaged, and capable teams.</p> |
| </div> |
| </div> |
| |
|
| <div class="proof-band"> |
| <p class="label">Proof & Recognition</p> |
| <h2>Proven. Recognized. Trusted.</h2> |
| <p>Afni's AI capabilities are proven and recognized.</p> |
| <ul> |
| <li>Microsoft AI Hackathon win for claims automation</li> |
| <li>Participation in UiPath Product Advisory Council</li> |
| <li>Measurable KPI and CX improvements across programs</li> |
| </ul> |
| <p class="callout">These proof points reinforce Afni's position as an AI-enabled CX partner.</p> |
| </div> |
| |
|
| <div class="recs-bar"> |
| <h4>Execution Recommendations:</h4> |
| <span>Launch a dedicated AI landing page</span> |
| <span>Integrate AI messaging across solution pages</span> |
| <span>Develop supporting case studies</span> |
| <span>Refresh content quarterly with new proof points</span> |
| </div> |
| </div> |
| |
|
| <section class="cta"> |
| <h2>Ready to see AI in action?</h2> |
| <p>Getting started with an Afni solution is easy. Get in touch and let's talk.</p> |
| <a href="https://afni.com/contact-us">Contact Us</a> |
| </section> |