<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:yandex="http://news.yandex.ru" xmlns:turbo="http://turbo.yandex.ru" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Pragmatiq AI Case Studies — AI Implementation Results and Client Success Stories</title>
    <link>https://pragmatiqai.com</link>
    <description>Real results from real companies. Explore how PragmatiqAI helps businesses identify hidden inefficiencies, automate processes, and achieve measurable ROI</description>
    <language>en</language>
    <lastBuildDate>Fri, 27 Mar 2026 17:45:17 +0300</lastBuildDate>
    <item turbo="true">
      <title>Uncovered  280 Hours/Month of Hidden Operational Load For Marine Engineering Company</title>
      <link>https://pragmatiqai.com/case-study/marine-engineering-280-hours-savings</link>
      <amplink>https://pragmatiqai.com/case-study/marine-engineering-280-hours-savings?amp=true</amplink>
      <pubDate>Thu, 12 Feb 2026 15:39:00 +0300</pubDate>
      <author>Andres Gavriljuk</author>
      <enclosure url="https://static.tildacdn.com/tild3638-3136-4734-b861-383566396462/Case_Study_LTH.png" type="image/png"/>
      <description>Baltic marine engineering company had manual processes slowing operations. A 2-day AI workshop helped identify 30+ automation opportunities and ~280 hours/month in savings across 5 departments.</description>
      <turbo:content><![CDATA[<header><h1>Uncovered  280 Hours/Month of Hidden Operational Load For Marine Engineering Company</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3638-3136-4734-b861-383566396462/Case_Study_LTH.png"/></figure><div class="t-redactor__text">In June 2025, LTH Baas — a Baltic marine engineering and shipbuilding company — commissioned a 2-day intensive AI implementation workshop from Pragmatiq AI. Operating in an industry where <strong>every efficiency gain matters</strong> due to long lead times and strict regulations, the company knew manual processes were holding them back. <strong>During the workshop, participants identified 30+ AI opportunities and freed ~280 hours/month</strong> — equivalent to 1.5 FTEs shifted from routine tasks to higher-value work.</div><h2  class="t-redactor__h2">About the Company</h2><div class="t-redactor__embedcode"><!-- BLOCK 1: Company Card (LTH Baas) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

.company-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.company-logo {
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.company-logo-main {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    font-style: italic;
    color: #E86A1E;
    letter-spacing: -1px;
}

.company-logo-sub {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #E86A1E;
}

.company-tagline {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #121918;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
}

.company-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
}

.company-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.company-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #121918;
}

@media (max-width: 600px) {
    .company-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .company-card {
        padding: 24px;
    }
}
</style>

<div class="company-card">
    <div class="company-logo">
        <span class="company-logo-main">LTH Baas</span>
        <span class="company-logo-sub">anno 1934</span>
    </div>
    <div class="company-tagline">Baltic marine engineering and shipbuilding company</div>
    <div class="company-grid">
        <div class="company-item">
            <div class="company-item-label">Industry</div>
            <div class="company-item-value">Marine Engineering, Shipbuilding</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Business Type</div>
            <div class="company-item-value">B2B</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Geography</div>
            <div class="company-item-value">Baltics</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Operations</div>
            <div class="company-item-value">Complex projects, strict regulations</div>
        </div>
    </div>
</div></div><h2  class="t-redactor__h2">Provided Services</h2><div class="t-redactor__embedcode"><!-- BLOCK 2: Services Card (AI Implementation Training) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.services-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F5FAF9;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
}

.services-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 24px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    line-height: 1.5;
}

.services-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 10px;
    height: 10px;
    background: #139782;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .services-card {
        padding: 24px;
    }
    .services-title {
        font-size: 20px;
    }
}
</style>

<div class="services-card">
    <div class="services-title">AI Implementation Workshop</div>
    <ul class="services-list">
        <li>2-day intensive workshop with cross-functional teams</li>
        <li>Process mapping & bottleneck identification</li>
        <li>ROI quantification for AI solutions</li>
        <li>Implementation roadmap with quick wins and strategic projects</li>
    </ul>
</div></div><h2  class="t-redactor__h2">The Challenge</h2><div class="t-redactor__text">LTH Baas operates in an industry with <strong>long lead times, strict regulations, and intense competition</strong>. Leadership knew that time lost to paperwork, document searching, and manual data entry was impacting procurement, production, and compliance.</div><div class="t-redactor__text">The company believed AI could help — but needed a <strong>clear, actionable starting point</strong>.</div><h3  class="t-redactor__h3">Key Questions</h3><div class="t-redactor__embedcode"><!-- BLOCK 3: Key Questions -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.questions-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
}

.questions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.questions-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #121918;
    padding: 16px 0;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
}

.questions-list li::before {
    content: '?';
    position: absolute;
    left: 0;
    top: 14px;
    width: 24px;
    height: 24px;
    background: #139782;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .questions-card {
        padding: 24px;
    }
    .questions-list li {
        font-size: 16px;
        padding-left: 36px;
    }
}
</style>

<div class="questions-card">
    <ul class="questions-list">
        <li>Where is the team losing time on manual, repetitive tasks?</li>
        <li>Which processes have the highest automation potential?</li>
        <li>What can be implemented quickly vs. what requires longer investment?</li>
    </ul>
</div></div><h2  class="t-redactor__h2">Solution</h2><div class="t-redactor__text">Pragmatiq AI conducted a 2-day workshop bringing together a c<strong>ross-functional team: procurement, engineering, warehouse, HR, and management</strong>. Participants mapped time-wasting tasks, evaluated their real cost, and prioritized automation opportunities.</div><div class="t-redactor__embedcode"><!-- BLOCK 4: Solution Steps (Process Mapping, Time Analysis, etc.) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.solution-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #139782;
}

.solution-item {
    margin-bottom: 28px;
}

.solution-item:last-child {
    margin-bottom: 0;
}

.solution-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 8px;
}

.solution-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .solution-card {
        padding: 24px;
    }
}
</style>

<div class="solution-card">
    <div class="solution-item">
        <div class="solution-title">Process Mapping</div>
        <div class="solution-desc">Documented current workflows across procurement, engineering, logistics, HR, and finance</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Time Analysis</div>
        <div class="solution-desc">Measured actual time spent on repetitive vs. value-adding tasks</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Opportunity Identification</div>
        <div class="solution-desc">Generated and evaluated 30+ potential AI use cases</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Prioritization</div>
        <div class="solution-desc">Selected quick wins and strategic projects based on impact and feasibility</div>
    </div>
</div></div><h2  class="t-redactor__h2">Problems Identified</h2><div class="t-redactor__text">During the workshop, participants uncovered inefficiencies across multiple departments:</div><div class="t-redactor__embedcode"><!-- BLOCK 5: Problems Identified (compact, green background) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.problems-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F8FAF9;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
}

.problem-item {
    margin-bottom: 24px;
}

.problem-item:last-child {
    margin-bottom: 0;
}

.problem-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
}

.problem-number {
    width: 26px;
    height: 26px;
    background: #139782;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.problem-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #121918;
}

.problem-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-left: 38px;
}

.problem-stat {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #121918;
    margin-left: 38px;
}

@media (max-width: 600px) {
    .problems-card {
        padding: 24px;
    }
    .problem-desc,
    .problem-stat {
        margin-left: 0;
        margin-top: 6px;
    }
}
</style>

<div class="problems-card">
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">1</div>
            <div class="problem-title">Procurement</div>
        </div>
        <div class="problem-desc">Manual supplier communications, price requests, and tracking consuming significant time</div>
    </div>
    
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">2</div>
            <div class="problem-title">Engineering</div>
        </div>
        <div class="problem-desc">Document searching and data entry slowing down project work</div>
    </div>
    
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">3</div>
            <div class="problem-title">Warehouse/Logistics</div>
        </div>
        <div class="problem-desc">Manual inventory and order processing creating delays</div>
    </div>
    
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">4</div>
            <div class="problem-title">HR & Finance</div>
        </div>
        <div class="problem-desc">Repetitive administrative tasks pulling staff from strategic work</div>
    </div>
</div></div><h2  class="t-redactor__h2">Results</h2><div class="t-redactor__embedcode"><!-- BLOCK 6: Hero Banner (~280 hours/month) - matching Arens style -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.savings-banner {
    font-family: 'Montserrat', Arial, sans-serif;
    background: linear-gradient(135deg, #0f1c1a 0%, #1a2e2a 50%, #0f1c1a 100%);
    border-radius: 24px;
    padding: 48px 40px;
    max-width: 900px;
    text-align: center;
}

.savings-badge {
    display: inline-block;
    background: #139782;
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.savings-amount {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: #139782;
    margin-bottom: 12px;
    line-height: 1;
}

.savings-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 48px;
}

.savings-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.savings-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 40px;
    min-width: 180px;
}

.savings-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.savings-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
}

@media (max-width: 600px) {
    .savings-banner {
        padding: 32px 24px;
    }
    .savings-amount {
        font-size: 48px;
    }
    .savings-grid {
        flex-direction: column;
        align-items: center;
    }
    .savings-item {
        width: 100%;
        max-width: 220px;
    }
}
</style>

<div class="savings-banner">
    <div class="savings-badge">Discovered During Workshop</div>
    <div class="savings-amount">~280 h/month</div>
    <div class="savings-label">Time Savings Identified</div>
    <div class="savings-grid">
        <div class="savings-item">
            <div class="savings-item-value">2 days</div>
            <div class="savings-item-label">Workshop duration</div>
        </div>
        <div class="savings-item">
            <div class="savings-item-value">5 depts</div>
            <div class="savings-item-label">Analysed</div>
        </div>
        <div class="savings-item">
            <div class="savings-item-value">~1.5 FTEs</div>
            <div class="savings-item-label">Freed</div>
        </div>
    </div>
</div></div><h3  class="t-redactor__h3">Key Outcomes</h3><div class="t-redactor__embedcode"><!-- BLOCK 8: Key Outcomes (with checkmarks) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.outcomes-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F8FAF9;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
}

.outcomes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outcomes-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 12px 0;
    padding-left: 36px;
    position: relative;
    line-height: 1.5;
}

.outcomes-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23139782'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .outcomes-card {
        padding: 24px;
    }
    .outcomes-list li {
        font-size: 15px;
        padding-left: 32px;
    }
}
</style>

<div class="outcomes-card">
    <ul class="outcomes-list">
        <li>Clear understanding of where manual processes waste time across departments</li>
        <li>30+ AI opportunities identified and evaluated</li>
        <li>3 quick-win pilots ready to launch within 90 days</li>
        <li>Cross-functional alignment on automation priorities</li>
        <li>~280 hours/month potential savings (~1.5 FTEs)</li>
    </ul>
</div></div><h2  class="t-redactor__h2">What's Next</h2><div class="t-redactor__text">With 30+ opportunities mapped and prioritized, LTH Baas now has a clear roadmap: <strong>3 quick wins to prove ROI within 90 days</strong>, followed by 2 strategic projects for longer-term transformation. The ~280 hours/month freed represents just the beginning — as pilots succeed, the company can scale automation across the entire operation.</div><div class="t-redactor__embedcode"><!-- BLOCK 9: CTA Banner -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.cta-banner {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #139782;
    border-radius: 24px;
    padding: 48px;
    max-width: 900px;
}

.cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    line-height: 1.5;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #121918;
    padding: 0 40px;
    height: 56px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    white-space: nowrap;
}

/* перенос строки — скрыт по умолчанию */
.cta-break {
    display: none;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
    .cta-banner {
        padding: 32px 20px;
        text-align: center;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-button {
        display: flex;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 14px 16px;
        white-space: normal;
        line-height: 1.25;
    }

    .cta-break {
        display: inline;
    }
}
</style>

<div class="cta-banner">
    <div class="cta-title">Ready to find your hidden inefficiencies?</div>

    <div class="cta-subtitle">
       We don't sell AI tools or one-off workshops. We guide companies through transformation — from understanding to real, measurable business impact.

    </div>

    <a
        href="https://pragmatiqai.com/consultation?utm_source=case_study&utm_medium=internal_link&utm_campaign=case_130k_savings&utm_content=consultation_cta"
        target="_blank"
        rel="noopener noreferrer"
        class="cta-button"
    >
        Book a free<br class="cta-break"> consultation
    </a>
</div>
</div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Identified €130,000  in Annual  Savings Potential For Manufacturing Company</title>
      <link>https://pragmatiqai.com/case-study/ai-training-130k-savings</link>
      <amplink>https://pragmatiqai.com/case-study/ai-training-130k-savings?amp=true</amplink>
      <pubDate>Mon, 26 Jan 2026 11:59:00 +0300</pubDate>
      <author>Andres Gavriljuk</author>
      <enclosure url="https://static.tildacdn.com/tild6433-3635-4935-b362-313637613965/Case_Study_Arens.png" type="image/png"/>
      <description>Estonia's largest kitchen manufacturer had 80% automated production but operated at only 70% capacity. A 2-day AI training helped identify €130,000 in annual savings potential.</description>
      <turbo:content><![CDATA[<header><h1>Identified €130,000  in Annual  Savings Potential For Manufacturing Company</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild6433-3635-4935-b362-313637613965/Case_Study_Arens.png"/></figure><div class="t-redactor__text">In July 2025, Arens — Estonia's largest kitchen manufacturer — commissioned a 2-day intensive AI implementation training from Pragmatiq AI. Despite 80% production automation, the company was operating at only 70% capacity. <strong>During the training, participants discovered €130,000 in annual savings potential</strong> hidden in sales, customer service, and project management.</div><h2  class="t-redactor__h2">About the Company</h2><div class="t-redactor__embedcode"><!-- BLOCK 1: Company Card (Arens) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.company-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
}

.company-logo {
    margin-bottom: 16px;
}

.company-logo svg {
    height: 16px;
    width: auto;
}

.company-tagline {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #121918;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
}

.company-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
}

.company-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.company-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #121918;
}

@media (max-width: 600px) {
    .company-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .company-card {
        padding: 24px;
    }
}
</style>

<div class="company-card">
    <div class="company-logo">
        <svg width="351" height="32" viewBox="0 0 351 32" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g clip-path="url(#clip0_1313_277)">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M201.271 12.7641H149.396V6.47199H201.271V12.7641ZM207.687 25.5281V31.8203H201.271H142.796V25.5281V0C164.427 0 186.057 0 207.687 0C207.687 6.29213 207.687 12.7641 207.687 19.0563H149.396V25.3484C168.825 25.5281 188.256 25.5281 207.687 25.5281ZM344.251 25.5281V19.236H285.776V16.5393V0.179841C307.407 0.179841 329.036 0.179841 350.667 0.179841V6.47199H292.192V12.7641H347.184H350.667C350.667 19.0563 350.667 25.5281 350.667 31.8203C329.036 31.8203 307.407 31.8203 285.776 31.8203V25.5281C305.207 25.5281 324.637 25.5281 344.251 25.5281ZM214.287 31.8203H220.701V28.4045V6.29213H272.577V31.8203H278.993C278.993 21.2135 278.993 10.6067 278.993 0H220.519H214.103C214.287 10.6067 214.287 21.2135 214.287 31.8203ZM136.38 12.7641H129.965V6.47199H77.9056V32H71.4899V6.47199V0.179841C93.12 0.179841 114.75 0.179841 136.38 0.179841C136.38 4.31468 136.38 8.44951 136.38 12.7641ZM6.41575 19.0563H58.2917V25.3484H6.41575V19.0563ZM58.4749 12.7641H0C0 19.0563 0 25.5281 0 31.8203C21.6303 31.8203 43.2605 31.8203 64.8908 31.8203V28.0451V0H58.4749H0V6.29213H58.4749V12.7641Z" fill="#E21C2A"/>
        </g>
        <defs>
        <clipPath id="clip0_1313_277">
        <rect width="350.667" height="32" fill="white"/>
        </clipPath>
        </defs>
        </svg>
    </div>
    <div class="company-tagline">Estonia's largest kitchen manufacturing company</div>
    <div class="company-grid">
        <div class="company-item">
            <div class="company-item-label">Industry</div>
            <div class="company-item-value">Manufacturing, Kitchen & Furniture</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Business Type</div>
            <div class="company-item-value">B2B & B2C</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Geography</div>
            <div class="company-item-value">Estonia</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Production</div>
            <div class="company-item-value">~40 kitchens/day, 80% automated</div>
        </div>
    </div>
</div></div><h2  class="t-redactor__h2">Provided Services</h2><div class="t-redactor__embedcode"><!-- BLOCK 2: Services Card (AI Implementation Training) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.services-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F5FAF9;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
}

.services-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 24px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    line-height: 1.5;
}

.services-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 10px;
    height: 10px;
    background: #139782;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .services-card {
        padding: 24px;
    }
    .services-title {
        font-size: 20px;
    }
}
</style>

<div class="services-card">
    <div class="services-title">AI Implementation Training</div>
    <ul class="services-list">
        <li>2-day intensive training with cross-functional teams</li>
        <li>Process mapping & bottleneck identification</li>
        <li>ROI quantification for AI solutions</li>
        <li>Implementation roadmap</li>
    </ul>
</div></div><h2  class="t-redactor__h2">The Challenge</h2><div class="t-redactor__text">Arens had achieved impressive production efficiency, <strong>automating approximately 80% of manufacturing and producing around 40 kitchens per day</strong>. Yet the company was operating at only 70% capacity.</div><div class="t-redactor__text"><strong>The bottleneck wasn't on the production floor</strong> — it was in sales, customer service, and project management, where processes remained largely manual.</div><h3  class="t-redactor__h3">Key Questions</h3><div class="t-redactor__embedcode"><!-- BLOCK 3: Key Questions -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.questions-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
}

.questions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.questions-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #121918;
    padding: 16px 0;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
}

.questions-list li::before {
    content: '?';
    position: absolute;
    left: 0;
    top: 14px;
    width: 24px;
    height: 24px;
    background: #139782;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .questions-card {
        padding: 24px;
    }
    .questions-list li {
        font-size: 16px;
        padding-left: 36px;
    }
}
</style>

<div class="questions-card">
    <ul class="questions-list">
        <li>Where exactly are manual processes blocking growth?</li>
        <li>What is the real cost of these inefficiencies?</li>
        <li>Which AI solutions would deliver the highest ROI?</li>
    </ul>
</div></div><h2  class="t-redactor__h2">Solution</h2><div class="t-redactor__text">Pragmatiq AI conducted a 2-day intensive training with cross-functional teams from sales, customer service, and project management. <strong style="color: rgb(21, 151, 129);">Through hands-on exercises and real process analysis, participants themselves discovered where their company was losing money</strong> — and the findings were eye-opening.</div><div class="t-redactor__embedcode"><!-- BLOCK 4: Solution Steps (Process Mapping, Time Analysis, etc.) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.solution-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #139782;
}

.solution-item {
    margin-bottom: 28px;
}

.solution-item:last-child {
    margin-bottom: 0;
}

.solution-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 8px;
}

.solution-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .solution-card {
        padding: 24px;
    }
}
</style>

<div class="solution-card">
    <div class="solution-item">
        <div class="solution-title">Process Mapping</div>
        <div class="solution-desc">Documented current workflows across all customer-facing departments</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Time Analysis</div>
        <div class="solution-desc">Measured actual time spent on repetitive vs. value-adding tasks</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Bottleneck Identification</div>
        <div class="solution-desc">Pinpointed exactly where manual work was limiting capacity</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">ROI Calculation</div>
        <div class="solution-desc">Quantified the cost of each inefficiency in euros and hours</div>
    </div>
</div></div><h2  class="t-redactor__h2">Problems Identified</h2><div class="t-redactor__text"><strong style="color: rgb(21, 151, 129);">During the training, participants uncovered four critical areas</strong> where manual processes were silently draining company resources:</div><div class="t-redactor__embedcode"><!-- BLOCK 5: Problems Identified (compact, green background) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.problems-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F8FAF9;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
}

.problem-item {
    margin-bottom: 24px;
}

.problem-item:last-child {
    margin-bottom: 0;
}

.problem-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
}

.problem-number {
    width: 26px;
    height: 26px;
    background: #139782;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.problem-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #121918;
}

.problem-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-left: 38px;
}

.problem-stat {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #121918;
    margin-left: 38px;
}

@media (max-width: 600px) {
    .problems-card {
        padding: 24px;
    }
    .problem-desc,
    .problem-stat {
        margin-left: 0;
        margin-top: 6px;
    }
}
</style>

<div class="problems-card">
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">1</div>
            <div class="problem-title">Social Media</div>
        </div>
        <div class="problem-desc">Inquiries going unanswered due to lack of resources and systematic processes</div>
        <div class="problem-stat">~300/month lost</div>
    </div>
    
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">2</div>
            <div class="problem-title">Sales Team</div>
        </div>
        <div class="problem-desc">Team members spending excessive time gathering information for customer inquiries</div>
        <div class="problem-stat">1.5–2 hours/day</div>
    </div>
    
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">3</div>
            <div class="problem-title">Customer Service</div>
        </div>
        <div class="problem-desc">Staff constantly interrupted by repetitive technical questions</div>
        <div class="problem-stat">Fragmented focus</div>
    </div>
    
    <div class="problem-item">
        <div class="problem-header">
            <div class="problem-number">4</div>
            <div class="problem-title">Order Processing</div>
        </div>
        <div class="problem-desc">Manual handling consuming significant resources across departments</div>
        <div class="problem-stat">Multi-dept bottleneck</div>
    </div>
</div></div><h2  class="t-redactor__h2">Key Findings Discovered During Training</h2><div class="t-redactor__text"><ul><li data-list="bullet"><strong>€130K </strong>annual savings potential</li><li data-list="bullet"><strong>300</strong> unanswered inquiries/month</li><li data-list="bullet"><strong>1.5-2h</strong> daily time wasted/rep</li></ul></div><h2  class="t-redactor__h2">Results</h2><div class="t-redactor__text">The 2-day training delivered far more than knowledge transfer. <strong style="color: rgb(21, 151, 129);">Participants discovered €130,000 in annual savings potential</strong> by analyzing their own processes and calculating the true cost of inefficiencies.</div><div class="t-redactor__embedcode"><!-- BLOCK 6: Savings Hero Banner (€130,000) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.savings-banner {
    font-family: 'Montserrat', Arial, sans-serif;
    background: linear-gradient(135deg, #121918 0%, #1a2826 100%);
    border-radius: 24px;
    padding: 48px 40px;
    max-width: 900px;
    text-align: center;
}

.savings-badge {
    display: inline-block;
    background: #139782;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
}

.savings-amount {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: #139782;
    margin-bottom: 8px;
}

.savings-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.savings-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.savings-item {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 24px 32px;
    min-width: 140px;
}

.savings-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.savings-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}

@media (max-width: 600px) {
    .savings-banner {
        padding: 32px 24px;
    }
    .savings-amount {
        font-size: 48px;
    }
    .savings-grid {
        flex-direction: column;
        align-items: center;
    }
    .savings-item {
        width: 100%;
        max-width: 200px;
    }
}
</style>

<div class="savings-banner">
    <div class="savings-badge">Discovered During Training</div>
    <div class="savings-amount">€130,000</div>
    <div class="savings-label">Annual Savings Potential Identified</div>
    <div class="savings-grid">
        <div class="savings-item">
            <div class="savings-item-value">2 days</div>
            <div class="savings-item-label">Training duration</div>
        </div>
        <div class="savings-item">
            <div class="savings-item-value">4 areas</div>
            <div class="savings-item-label">Bottlenecks found</div>
        </div>
        <div class="savings-item">
            <div class="savings-item-value">30%</div>
            <div class="savings-item-label">Capacity to unlock</div>
        </div>
    </div>
</div></div><h3  class="t-redactor__h3">Immediate Impact Areas</h3><div class="t-redactor__embedcode"><!-- BLOCK 7: Before/After Comparison -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.comparison-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 900px;
    border: 1px solid #E5E5E5;
}

.comparison-header {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}

.comparison-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 40px;
    text-align: center;
}

.comparison-label.before {
    background: #E8E8E8;
    color: #121918;
}

.comparison-label.after {
    background: #139782;
    color: #FFFFFF;
}

.comparison-arrow {
    display: flex;
    justify-content: center;
    color: #139782;
}

.comparison-arrow svg {
    width: 24px;
    height: 24px;
}

.comparison-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 16px;
    align-items: center;
}

.comparison-cell {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    padding: 20px 24px;
    border-radius: 12px;
    line-height: 1.5;
}

.comparison-cell.before {
    background: #F5F5F5;
    color: #666666;
    font-weight: 400;
}

.comparison-cell.after {
    background: rgba(19, 151, 130, 0.08);
    color: #121918;
    font-weight: 600;
}

.comparison-row .comparison-arrow {
    color: #139782;
}

@media (max-width: 700px) {
    .comparison-header {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .comparison-header .comparison-arrow {
        display: none;
    }
    .comparison-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .comparison-row .comparison-arrow {
        display: none;
    }
    .comparison-card {
        padding: 24px;
    }
}
</style>

<div class="comparison-card">
    <div class="comparison-header">
        <div class="comparison-label before">Before</div>
        <div class="comparison-arrow">
            <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>
        </div>
        <div class="comparison-label after">After AI Training</div>
    </div>
    <div class="comparison-rows">
        <div class="comparison-row">
            <div class="comparison-cell before">300 social media inquiries unanswered monthly</div>
            <div class="comparison-arrow">
                <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>
            </div>
            <div class="comparison-cell after">AI-powered response system captures all leads</div>
        </div>
        <div class="comparison-row">
            <div class="comparison-cell before">1.5–2 hours/day per rep gathering info</div>
            <div class="comparison-arrow">
                <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>
            </div>
            <div class="comparison-cell after">AI assistant reduces to minutes</div>
        </div>
        <div class="comparison-row">
            <div class="comparison-cell before">Constant interruptions for repetitive questions</div>
            <div class="comparison-arrow">
                <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>
            </div>
            <div class="comparison-cell after">AI knowledge base handles 70%+ automatically</div>
        </div>
        <div class="comparison-row">
            <div class="comparison-cell before">Manual order processing across departments</div>
            <div class="comparison-arrow">
                <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>
            </div>
            <div class="comparison-cell after">Automation frees resources for growth</div>
        </div>
    </div>
</div></div><h3  class="t-redactor__h3">Key Outcomes</h3><div class="t-redactor__embedcode"><!-- BLOCK 8: Key Outcomes (with checkmarks) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.outcomes-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F8FAF9;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
}

.outcomes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outcomes-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 12px 0;
    padding-left: 36px;
    position: relative;
    line-height: 1.5;
}

.outcomes-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23139782'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .outcomes-card {
        padding: 24px;
    }
    .outcomes-list li {
        font-size: 15px;
        padding-left: 32px;
    }
}
</style>

<div class="outcomes-card">
    <ul class="outcomes-list">
        <li>Clear understanding of where manual processes block growth</li>
        <li>Quantified cost of inefficiencies: €130,000/year potential savings</li>
        <li>Prioritized implementation roadmap for AI solutions</li>
        <li>Cross-functional alignment on transformation goals</li>
    </ul>
</div></div><h2  class="t-redactor__h2">What's Next</h2><div class="t-redactor__text">With the bottlenecks identified and ROI quantified, Arens now has a clear roadmap for AI implementation. The €130,000 savings potential <strong style="color: rgb(21, 151, 129);">discovered during the training</strong> represents just the beginning — unlocking the remaining 30% capacity could mean significantly more kitchens delivered and revenue captured.</div><div class="t-redactor__embedcode"><!-- BLOCK 9: CTA Banner -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.cta-banner {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #139782;
    border-radius: 24px;
    padding: 48px;
    max-width: 900px;
}

.cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    line-height: 1.5;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #121918;
    padding: 0 40px;
    height: 56px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    white-space: nowrap;
}

/* перенос строки — скрыт по умолчанию */
.cta-break {
    display: none;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
    .cta-banner {
        padding: 32px 20px;
        text-align: center;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-button {
        display: flex;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 14px 16px;
        white-space: normal;
        line-height: 1.25;
    }

    .cta-break {
        display: inline;
    }
}
</style>

<div class="cta-banner">
    <div class="cta-title">Want similar results?</div>

    <div class="cta-subtitle">
        70% practice, 30% theory — discover where AI creates real value for your business
    </div>

    <a
        href="https://pragmatiqai.com/consultation?utm_source=case_study&utm_medium=internal_link&utm_campaign=case_130k_savings&utm_content=consultation_cta"
        target="_blank"
        rel="noopener noreferrer"
        class="cta-button"
    >
        Book a free<br class="cta-break"> consultation
    </a>
</div>
</div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Built AI Recruitment Platform That Cut Hiring Time by 70% For HR-Tech Startup</title>
      <link>https://pragmatiqai.com/case-study/hr-tech-70-percent-faster-hiring</link>
      <amplink>https://pragmatiqai.com/case-study/hr-tech-70-percent-faster-hiring?amp=true</amplink>
      <pubDate>Tue, 09 Sep 2025 15:38:00 +0300</pubDate>
      <author>Andres Gavriljuk</author>
      <enclosure url="https://static.tildacdn.com/tild3632-3632-4737-a465-386632336164/Case_Study_Taita_1.png" type="image/png"/>
      <description>Explore how AI recruitment works in practice. Taita’s story reveals strategies that help companies cut costs, speed up hiring, and create a better candidate experience.</description>
      <turbo:content><![CDATA[<header><h1>Built AI Recruitment Platform That Cut Hiring Time by 70% For HR-Tech Startup</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3632-3632-4737-a465-386632336164/Case_Study_Taita_1.png"/></figure><div class="t-redactor__text">Recruitment at scale has always been a balancing act between speed and quality. Enterprises in retail, banking, and IT often receive thousands of applications in a single hiring cycle. Recruiters spend countless hours screening CVs, arranging interviews, and sending updates. Candidates, meanwhile, face delays, rigid schedules, and lack of feedback, which quickly turns enthusiasm into frustration. For many companies, high-volume recruitment had become a painful process.</div><div class="t-redactor__text">Taita, a growing HR-tech startup, partnered with us to change this reality. Together we created an <strong>AI-powered recruitment ecosystem</strong> that automated repetitive tasks while keeping human connection at the core. The platform combined smart CV analysis, asynchronous interviews, intelligent chatbots, and predictive scoring to make hiring faster, fairer, and more engaging.</div><img src="https://static.tildacdn.com/tild3966-3334-4261-b737-613064326537/Taita4.png"><h3  class="t-redactor__h3">The Client and Their Audience</h3><div class="t-redactor__text">Taita’s clients are large enterprises where hiring dozens of people within weeks is a recurring challenge. Recruiters needed tools that could handle scale without burning them out. Candidates expected respectful and transparent treatment. Hiring managers wanted reliable insights to support objective decisions.</div><img src="https://static.tildacdn.com/tild3437-6362-4131-b835-376133373533/Taita2.png"><h3  class="t-redactor__h3">The Challenge</h3><div class="t-redactor__text"><ul><li data-list="bullet">For recruiters, the problems were piling up. Job descriptions often attracted 60–80% unqualified applicants, leaving teams to wade through irrelevant CVs. Screening and scheduling consumed enormous amounts of time, while fragmented tools created even more complexity.</li><li data-list="bullet">For candidates, the picture wasn’t any better. Many were left without feedback, stuck waiting for weeks, or locked into rigid interview slots that clashed with their schedules. This experience not only discouraged strong talent but also damaged employer brands.</li><li data-list="bullet">For businesses, the outcome was clear: expensive processes, limited scalability during peak hiring periods, and weakened reputation in the eyes of future talent.</li></ul></div><h3  class="t-redactor__h3">Our Solution</h3><div class="t-redactor__text">At Pragmatiq AI, we built a recruitment platform that redefined the hiring journey. At its foundation was <strong>AI-powered CV analysis</strong>, instantly evaluating resumes for technical expertise and role relevance. On top of this came <strong>asynchronous interviews</strong>, where candidates could record responses on video or via chat at a time that suited them.</div><img src="https://static.tildacdn.com/tild3637-3432-4562-b766-666563376663/Taita.png"><div class="t-redactor__text">Chatbots guided candidates step by step, answering questions and sending real-time updates to reduce uncertainty. Recruiters worked in a centralized dashboard that displayed AI-generated scores, cultural fit assessments, and detailed reports. For hiring managers, the platform delivered predictive scoring that combined skills, experiences, and behavioral insights — minimizing bias while preserving human judgment.</div><img src="https://static.tildacdn.com/tild3062-3339-4239-a434-313639393530/Taita_features-01.png"><h3  class="t-redactor__h3">Real-World Impact</h3><div class="t-redactor__text">When deployed in real recruitment projects, the platform delivered measurable transformation.</div><div class="t-redactor__text"><ol><li data-list="ordered"><strong>In the retail sector</strong>, a major chain faced the challenge of hiring 500 seasonal workers in just six weeks. With automated pre-screening, the candidate pool was reduced by 70%, allowing recruiters to focus on top performers and cut hiring cycles from three weeks to just one.</li><li data-list="ordered"><strong>In banking</strong>, assessing both technical and interpersonal skills for service roles had always been tricky. By combining video interviews with behavioral analysis, Taita’s platform helped the client improve new hire performance scores by 35% and lower early turnover rates.</li><li data-list="ordered"><strong>In IT</strong>, employer branding was the priority. One company was receiving poor reviews due to lack of communication with candidates. With Taita’s automated feedback and transparent updates, their Glassdoor rating improved from 2.8 to 4.6 stars within a single hiring cycle.</li></ol></div><h3  class="t-redactor__h3">Measurable Results</h3><div class="t-redactor__text">The numbers speak for themselves:</div><div class="t-redactor__text"><ul><li data-list="bullet">70% less recruiter time spent per hire.</li><li data-list="bullet">Hiring cycles became three times faster.</li><li data-list="bullet">Interview completion rates reached 82.6%, compared to the industry’s 60%.</li><li data-list="bullet">Candidate satisfaction soared to 9.2/10.</li><li data-list="bullet">Early turnover dropped by 40%.</li><li data-list="bullet">Cost-per-hire was reduced by 60% through automation.</li></ul></div><h3  class="t-redactor__h3">Client Perspective</h3><blockquote class="t-redactor__quote">“Pragmatiq AI didn’t just build us a platform — they reimagined our entire recruitment philosophy. The AI handles the heavy lifting while we focus on human connections. Our candidates now rave about the experience, and our recruiters finally have time to be strategic.”</blockquote><div class="t-redactor__text"><strong>— Sarah Mitchell, Chief People Officer, Taita</strong></div><h3  class="t-redactor__h3">Insights that Made the Difference</h3><div class="t-redactor__text"><ol><li data-list="ordered">One of the biggest lessons was that automation should <strong>amplify, not replace recruiters</strong>. By removing repetitive tasks, AI gave HR teams the time and energy to focus on strategy and candidate relationships.</li><li data-list="ordered"><strong>Candidate experience directly impacts business results</strong>. Transparent processes and real-time communication didn’t just improve satisfaction — they led to higher-quality hires and stronger employer branding.</li><li data-list="ordered">The project also proved that <strong>data reduces bias</strong>. Predictive scoring offered fairer and more accurate decisions. And finally, success came from seamless integration: technology worked because it fit naturally into existing workflows.</li></ol></div><h3  class="t-redactor__h3">Ready to Reimagine Your Business Processes with AI?</h3><div class="t-redactor__text">The Taita case shows how AI can remove bottlenecks and create real business value. From recruitment to customer service and beyond, AI makes processes scalable, transparent, and more human.</div><div class="t-redactor__text">At Pragmatiq AI, we design solutions that help organizations of any size turn complexity into clarity and gain a competitive edge.</div><div class="t-redactor__text">Book a <a href="https://pragmatiqai.com/consultation" target="_blank" rel="noreferrer noopener" style="color: rgb(19, 151, 130); border-bottom: 1px solid rgb(19, 151, 130); box-shadow: none; text-decoration: none;">free 60-minute consultation</a> and let’s explore how AI can transform your next challenge.</div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Discovered €750,000 in Annual Savings Potential For Verston — Road Construction Company</title>
      <link>https://pragmatiqai.com/case-study/construction-750k-annual-savings</link>
      <amplink>https://pragmatiqai.com/case-study/construction-750k-annual-savings?amp=true</amplink>
      <pubDate>Fri, 27 Feb 2026 16:17:00 +0300</pubDate>
      <author>Andres Gavriljuk</author>
      <enclosure url="https://static.tildacdn.com/tild3731-3432-4337-b434-623163633630/Case_Study_Verston.png" type="image/png"/>
      <description>A 2-day AI workshop helped Verston identify 34 use cases and €750,000 in annual savings potential. 4 high-impact initiatives selected. Low investment required. </description>
      <turbo:content><![CDATA[<header><h1>Discovered €750,000 in Annual Savings Potential For Verston — Road Construction Company</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3731-3432-4337-b434-623163633630/Case_Study_Verston.png"/></figure><div class="t-redactor__text">We conducted an AI implementation workshop with Verston, an Estonian road construction company. Through hands-on use case mapping and prioritization, participants identified <strong>34 AI use cases</strong> and selected <strong>4</strong> <strong>high-potential</strong> <strong>initiatives</strong> with <strong>€750,000/year in savings potential</strong>—primarily through reduced manual work.</div><h2  class="t-redactor__h2">About the Company</h2><div class="t-redactor__embedcode"><!-- BLOCK 1: Company Card (Verston) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

.company-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.company-logo {
    margin-bottom: 16px;
}

.company-logo svg {
    height: 28px;
    width: auto;
}

.company-tagline {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #121918;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
}

.company-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
}

.company-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.company-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #121918;
}

@media (max-width: 600px) {
    .company-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .company-card {
        padding: 24px;
    }
}
</style>

<div class="company-card">
    <div class="company-logo">
        <svg width="144" height="25" viewBox="0 0 144 25" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M47.6339 0H51.2668V3.06537L42.5197 24.5144H38.2211L29.4727 3.06537V0H33.1069L40.3697 18.6346L47.6339 0ZM107.662 6.26615V9.88583H107.662H102.773V20.8946H107.662V24.5143H102.213L98.5937 20.8946V9.88583H95.1602V6.26615H98.5937V1.41455H102.774V6.26615H107.662ZM67.7928 14.6247C67.7928 12.9828 67.401 11.4901 66.6174 10.1463C65.8337 8.80289 64.7635 7.73938 63.4082 6.95574C62.0519 6.17209 60.5406 5.78027 58.8738 5.78027C57.207 5.78027 55.6019 6.20941 54.1346 7.06769C52.6663 7.92596 51.4971 9.10812 50.6264 10.6127C49.7552 12.1183 49.3203 13.7789 49.3203 15.5949C49.3203 17.3115 49.7246 18.8917 50.5331 20.3346C51.3411 21.778 52.4611 22.9161 53.892 23.749C55.3225 24.5824 56.9333 24.9991 58.7245 24.9991C60.2172 24.9991 61.5792 24.7317 62.8111 24.1968C64.0425 23.662 65.0687 22.9156 65.8897 21.9578C66.7107 21.0005 67.2704 19.9241 67.5689 18.73H63.4637C63.2144 19.5509 62.68 20.2107 61.8591 20.7077C61.0381 21.2058 60.0798 21.4541 58.9857 21.4541C57.8916 21.4541 56.952 21.2058 56.0937 20.7077C55.2354 20.2102 54.557 19.5079 54.06 18.5994C53.7131 17.9669 53.4897 17.2627 53.3849 16.491H67.644C67.7431 15.7696 67.7933 15.1476 67.7933 14.6252L67.7928 14.6247ZM53.694 13.0947C53.7959 12.8043 53.9164 12.5235 54.0595 12.2551C54.557 11.3222 55.2287 10.6008 56.0746 10.0908C56.9199 9.58127 57.8528 9.3258 58.8733 9.3258C59.7186 9.3258 60.4841 9.49372 61.1687 9.82957C61.8528 10.1654 62.4059 10.6194 62.8293 11.1916C63.2522 11.7643 63.4881 12.3987 63.5383 13.0947H53.694ZM83.4769 24.2719C82.3694 23.7868 81.4862 23.0907 80.8275 22.1822C80.1682 21.2741 79.8013 20.1857 79.7266 18.917H83.6826C83.7573 19.7882 84.1175 20.4785 84.7648 20.988C85.4116 21.4985 86.2575 21.753 87.3023 21.753C88.3472 21.753 89.0873 21.5354 89.6719 21.1C90.2561 20.6651 90.5488 20.0987 90.5488 19.4021C90.5488 18.8553 90.3742 18.4132 90.0264 18.0774C89.6777 17.7415 89.2174 17.4932 88.6457 17.3311C88.0731 17.1693 87.3889 17.0014 86.5933 16.8273C85.2499 16.5536 84.1362 16.2618 83.2535 15.9503C82.3699 15.6394 81.6116 15.1236 80.9767 14.4017C80.3424 13.6803 80.0252 12.6981 80.0252 11.4537C80.0252 10.3342 80.3175 9.34536 80.9021 8.48709C81.4862 7.62881 82.3015 6.96334 83.3463 6.49067C84.3912 6.01847 85.5724 5.78166 86.8914 5.78166C88.9064 5.78166 90.5862 6.26677 91.9295 7.23699C93.2729 8.20722 94.0437 9.58792 94.2432 11.3796H90.1752C90.0503 10.6581 89.6839 10.0678 89.0744 9.60706C88.4644 9.14682 87.7248 8.9167 86.8541 8.9167C86.0331 8.9167 85.336 9.10329 84.7643 9.47645C84.1917 9.84961 83.9061 10.372 83.9061 11.0437C83.9061 11.5418 84.074 11.9336 84.4098 12.2192C84.7457 12.5053 85.1806 12.7292 85.7159 12.8909C86.2508 13.0531 86.9158 13.2081 87.7123 13.3573C89.1055 13.6315 90.2623 13.93 91.1827 14.2529C92.1027 14.5763 92.8993 15.1112 93.571 15.8575C94.2427 16.6039 94.5785 17.6243 94.5785 18.9175C94.5785 20.0872 94.2671 21.1378 93.6456 22.0707C93.0232 23.0036 92.1587 23.7255 91.0521 24.235C89.9446 24.7446 88.6826 25 87.2641 25C85.8456 25 84.583 24.7575 83.4765 24.2724L83.4769 24.2719ZM109.311 20.2605C110.17 21.7288 111.332 22.8856 112.8 23.7309C114.268 24.5763 115.885 24.9997 117.651 24.9997C119.418 24.9997 121.035 24.5763 122.503 23.7309C123.97 22.8856 125.134 21.7288 125.992 20.2605C126.85 18.7927 127.28 17.1752 127.28 15.4089C127.28 13.6426 126.85 12.0194 125.992 10.5387C125.134 9.05894 123.971 7.89591 122.503 7.0496C121.035 6.20424 119.418 5.78084 117.651 5.78084C115.885 5.78084 114.268 6.20998 112.8 7.06826C111.332 7.92653 110.169 9.08955 109.311 10.5573C108.452 12.0256 108.023 13.6421 108.023 15.4089C108.023 17.1757 108.452 18.7927 109.311 20.2605ZM122.465 18.3196C121.967 19.1908 121.296 19.8811 120.45 20.3907C119.604 20.9006 118.696 21.1556 117.651 21.1556C116.607 21.1556 115.661 20.9006 114.815 20.3907C113.97 19.8811 113.304 19.1908 112.819 18.3196C112.334 17.4494 112.091 16.5031 112.091 15.4089C112.091 14.3148 112.334 13.3321 112.819 12.4609C113.304 11.5907 113.969 10.8999 114.815 10.3899C115.661 9.88037 116.632 9.6249 117.651 9.6249C118.671 9.6249 119.604 9.88037 120.45 10.3899C121.296 10.8999 121.967 11.5902 122.465 12.4609C122.962 13.3321 123.212 14.3392 123.212 15.4089C123.212 16.4787 122.963 17.4489 122.465 18.3196ZM140.114 6.26546H128.754V24.5141H132.934V9.88562H139.554V24.5146H143.734V9.88562L140.115 6.26594L140.114 6.26546ZM74.2068 24.5143V9.88531H79.0952V6.26562H73.647L70.0273 9.88531V24.5143H74.2068Z" fill="#011B18"/>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V4.905H3.06563L4.905 3.06563V0H0ZM9.81 0L0 9.81V14.715H3.06563L14.715 3.06563V0H9.81ZM0 24.525V19.62L19.62 0H24.525V3.06563L3.06563 24.525H0Z" fill="#011B18"/>
        </svg>
    </div>
    <div class="company-tagline">Estonian road construction company</div>
    <div class="company-grid">
        <div class="company-item">
            <div class="company-item-label">Industry</div>
            <div class="company-item-value">Road Construction</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Business Type</div>
            <div class="company-item-value">B2B</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Geography</div>
            <div class="company-item-value">Estonia</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Participants</div>
            <div class="company-item-value">Project managers, Site managers, Foremen</div>
        </div>
    </div>
</div></div><h2  class="t-redactor__h2">The Challenge</h2><div class="t-redactor__text">Road construction projects involve significant coordination across project managers, site managers, and foremen—with much of the work still relying on manual processes. Verston wanted to explore how AI could reduce this burden and improve operational efficiency.</div><h3  class="t-redactor__h3">Key Questions</h3><div class="t-redactor__embedcode"><!-- BLOCK 3: Key Questions -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.questions-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.questions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.questions-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #121918;
    padding: 14px 0;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
}

.questions-list li::before {
    content: '?';
    position: absolute;
    left: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background: #139782;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .questions-card {
        padding: 24px;
    }
    .questions-list li {
        font-size: 16px;
        padding-left: 36px;
    }
}
</style>

<div class="questions-card">
    <ul class="questions-list">
        <li>Which manual tasks consume the most time across operations?</li>
        <li>Where can AI deliver the highest ROI with minimal investment?</li>
        <li>What can be implemented without heavy IT development?</li>
    </ul>
</div></div><h2  class="t-redactor__h2">Solution</h2><div class="t-redactor__text">We conducted an AI implementation workshop with Verston's operational staff, combining tool demonstrations with hands-on use case mapping and prioritization.</div><div class="t-redactor__embedcode"><!-- BLOCK 4: Solution Steps -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.solution-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #139782;
}

.solution-item {
    margin-bottom: 24px;
}

.solution-item:last-child {
    margin-bottom: 0;
}

.solution-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 6px;
}

.solution-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .solution-card {
        padding: 24px;
    }
}
</style>

<div class="solution-card">
    <div class="solution-item">
        <div class="solution-title">Tool Demos</div>
        <div class="solution-desc">Hands-on demonstrations of AI tools relevant to construction operations</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Use Case Mapping</div>
        <div class="solution-desc">Identified 34 potential AI applications across operations</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Evaluation</div>
        <div class="solution-desc">Scored each use case by impact, feasibility, and investment required</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Prioritization</div>
        <div class="solution-desc">Selected 4 high-potential initiatives with detailed action plans</div>
    </div>
</div></div><h2  class="t-redactor__h2">Results</h2><div class="t-redactor__embedcode"><!-- BLOCK 6: Results Table - White background, full width -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.results-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.results-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #139782;
    margin-bottom: 32px;
    text-align: center;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
}

.results-table tr {
    border-bottom: 1px solid #E5E5E5;
}

.results-table tr:last-child {
    border-bottom: none;
}

.results-table td {
    padding: 20px 0;
    vertical-align: middle;
}

.results-table td:first-child {
    width: 35%;
    padding-right: 24px;
}

.result-metric {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #139782;
    line-height: 1.3;
}

.result-detail {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .results-card {
        padding: 24px;
    }
    .results-table td {
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .results-table td:first-child {
        padding-right: 0;
        padding-bottom: 4px;
    }
    .results-table tr {
        display: block;
        padding: 16px 0;
    }
}
</style>

<div class="results-card">
    <table class="results-table">
        <tr>
            <td><span class="result-metric">34 AI use cases</span></td>
            <td><span class="result-detail">Mapped, evaluated, and prioritized across operations</span></td>
        </tr>
        <tr>
            <td><span class="result-metric">4 high-potential initiatives</span></td>
            <td><span class="result-detail">With detailed implementation action plans developed</span></td>
        </tr>
        <tr>
            <td><span class="result-metric">€750,000/year savings</span></td>
            <td><span class="result-detail">Estimated from just the 4 selected initiatives — primarily through reduced manual work</span></td>
        </tr>
        <tr>
            <td><span class="result-metric">Low investment required</span></td>
            <td><span class="result-detail">Most solutions don't require major development or capital expenditure</span></td>
        </tr>
    </table>
</div></div><h3  class="t-redactor__h3">Key Insight</h3><div class="t-redactor__embedcode"><!-- BLOCK 7: Key Insight Quote -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.insight-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F8FAF9;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border-left: 4px solid #139782;
}

.insight-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #121918;
    line-height: 1.6;
    font-style: italic;
}

.insight-highlight {
    color: #139782;
    font-weight: 700;
}

@media (max-width: 600px) {
    .insight-card {
        padding: 24px;
    }
    .insight-text {
        font-size: 18px;
    }
}
</style>

<div class="insight-card">
    <div class="insight-text">
        "The biggest gains often come from eliminating manual work that teams have accepted as <span class="insight-highlight">'just how things are done'</span>."
    </div>
</div></div><h3  class="t-redactor__h3">What Made It Work</h3><div class="t-redactor__embedcode"><!-- BLOCK 8: What Made It Work (with checkmarks) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.outcomes-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.outcomes-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 24px;
}

.outcomes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outcomes-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 12px 0;
    padding-left: 36px;
    position: relative;
    line-height: 1.5;
}

.outcomes-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23139782'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.outcomes-list li strong {
    color: #121918;
}

.outcomes-list li span {
    color: #666666;
}

@media (max-width: 600px) {
    .outcomes-card {
        padding: 24px;
    }
    .outcomes-list li {
        font-size: 15px;
        padding-left: 32px;
    }
}
</style>

<div class="outcomes-card">
    <div class="outcomes-title">What Made It Work</div>
    <ul class="outcomes-list">
        <li><strong>Right people in the room</strong> <span>— Operational staff who experience the pain points daily, not just management</span></li>
        <li><strong>Structured prioritization</strong> <span>— 34 ideas filtered down to 4 high-impact, actionable initiatives</span></li>
        <li><strong>Realistic scope</strong> <span>— Focus on solutions that don't require heavy IT investment</span></li>
    </ul>
</div></div><h3  class="t-redactor__h3">Client Testimonial</h3><div class="t-redactor__embedcode"><!-- BLOCK 9: Client Testimonial (Luminor style) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.testimonial-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 48px;
    max-width: 800px;
    text-align: center;
    border: 1px solid #E5E5E5;
}

.testimonial-author-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-author-role {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 16px;
}

.testimonial-author-role strong {
    font-weight: 700;
    color: #121918;
}

.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 24px;
}

.testimonial-star {
    width: 24px;
    height: 24px;
    fill: #F5A623;
}

.testimonial-divider {
    width: 60px;
    height: 1px;
    background: #E5E5E5;
    margin: 0 auto 24px;
}

.testimonial-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    line-height: 1.8;
}

@media (max-width: 600px) {
    .testimonial-card {
        padding: 32px 24px;
    }
    .testimonial-text {
        font-size: 15px;
    }
}
</style>

<div class="testimonial-card">
    <div class="testimonial-author-name">Ülle Bondarev</div>
    <div class="testimonial-author-role">ettevõttes <strong>Verston</strong></div>
    <div class="testimonial-rating">
        <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
        <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
        <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
        <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
        <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
    </div>
    <div class="testimonial-divider"></div>
    <div class="testimonial-text">
        Excellent, content-rich training where we gained great AI tools and skills on how to use them. We got many ideas to develop and implement in our company. Practical examples and teamwork supported the theoretical part very well. And of course, a superb trainer. Thank you!
    </div>
</div></div><h3  class="t-redactor__h3">Key Outcomes</h3><div class="t-redactor__embedcode"><!-- BLOCK 5: Hero Banner (€750,000) - matching style -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.savings-banner {
    font-family: 'Montserrat', Arial, sans-serif;
    background: linear-gradient(135deg, #0f1c1a 0%, #1a2e2a 50%, #0f1c1a 100%);
    border-radius: 24px;
    padding: 48px 40px;
    max-width: 800px;
    text-align: center;
}

.savings-badge {
    display: inline-block;
    background: #139782;
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.savings-amount {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: #139782;
    margin-bottom: 12px;
    line-height: 1;
}

.savings-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 48px;
}

.savings-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.savings-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 40px;
    min-width: 180px;
}

.savings-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.savings-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
}

@media (max-width: 600px) {
    .savings-banner {
        padding: 32px 24px;
    }
    .savings-amount {
        font-size: 48px;
    }
    .savings-grid {
        flex-direction: column;
        align-items: center;
    }
    .savings-item {
        width: 100%;
        max-width: 220px;
    }
}
</style>

<div class="savings-banner">
    <div class="savings-badge">Discovered During Workshop</div>
    <div class="savings-amount">€750,000</div>
    <div class="savings-label">Annual Savings Potential</div>
    <div class="savings-grid">
        <div class="savings-item">
            <div class="savings-item-value">34</div>
            <div class="savings-item-label">Use cases found</div>
        </div>
        <div class="savings-item">
            <div class="savings-item-value">4</div>
            <div class="savings-item-label">Initiatives selected</div>
        </div>
        <div class="savings-item">
            <div class="savings-item-value">Low</div>
            <div class="savings-item-label">Investment required</div>
        </div>
    </div>
</div></div><h2  class="t-redactor__h2">What's Next</h2><div class="t-redactor__text">With <strong>34 use cases</strong> mapped and <strong>4 high-potential initiatives</strong> prioritized, Verston now has a clear roadmap for AI implementation. <br /><br />The <strong>€750,000 savings potential</strong>—primarily from reducing manual work—represents just the beginning. <br /><br />The next step: ensuring these validated ideas move from workshop output to real implementation.</div><div class="t-redactor__embedcode"><!-- BLOCK 10: CTA Banner -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.cta-banner {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #139782;
    border-radius: 24px;
    padding: 48px;
    max-width: 900px;
}

.cta-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.cta-subtitle {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #121918;
    padding: 0 40px;
    height: 56px;
    border-radius: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
    .cta-banner {
        padding: 32px 24px;
        text-align: center;
    }
    .cta-title {
        font-size: 24px;
    }
    .cta-button {
        width: 100%;
    }
}
</style>

<div class="cta-banner">
    <div class="cta-title">Ready to uncover your savings potential?</div>
    <div class="cta-subtitle">We guide companies from first insights to real implementation.</div>
    <a href="https://pragmatiqai.com/consultation?utm_source=case_study&utm_medium=internal_link&utm_campaign=verston&utm_content=consultation_cta" class="cta-button">Book a free consultation</a>
</div></div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Built 3 Working AI Prototypes in 2 Days By Estonia's Largest Industrial Enterprise</title>
      <link>https://pragmatiqai.com/case-study/vkg-ai-workshop-3-prototypes-in-2-days</link>
      <amplink>https://pragmatiqai.com/case-study/vkg-ai-workshop-3-prototypes-in-2-days?amp=true</amplink>
      <pubDate>Fri, 20 Mar 2026 12:44:00 +0300</pubDate>
      <author>Andres Gavriljuk</author>
      <enclosure url="https://static.tildacdn.com/tild3566-3935-4762-b565-333833613439/Case_Study_VKG_Eston.png" type="image/png"/>
      <description>Estonia’s largest industrial company VKG returned for a second AI workshop, now focused on operational teams. In just 2 days, participants built 3 prototypes: a machine operator simulator, a production dashboard, and a safety training podcast system</description>
      <turbo:content><![CDATA[<header><h1>Built 3 Working AI Prototypes in 2 Days By Estonia's Largest Industrial Enterprise</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3566-3935-4762-b565-333833613439/Case_Study_VKG_Eston.png"/></figure><div class="t-redactor__text">In September 2025, we ran our first AI workshop for VKG — a two-day session for top management, where executives explored AI tools, built their first prototypes, and identified strategic directions for AI adoption across the company.</div><div class="t-redactor__text">The results created internal demand, and VKG came back with a new request. This time — to train a cross-functional team with a focus on building prototypes for specific production challenges. In two days, participants built three working tools: a machine operator training simulator, a production data dashboard, and a safety learning podcast system.</div><h2  class="t-redactor__h2">About the Company</h2><div class="t-redactor__embedcode"><!-- BLOCK 1: Company Card (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

.company-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.company-logo {
    margin-bottom: 16px;
}

.company-logo svg {
    height: 40px;
    width: auto;
}

.company-tagline {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #121918;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 1.5;
}

.company-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
}

.company-item-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.company-item-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #121918;
}

@media (max-width: 600px) {
    .company-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .company-card {
        padding: 24px;
    }
}
</style>

<div class="company-card">
    <div class="company-logo">
        <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120.3" height="53.3" viewBox="0 0 120.3 53.3"><defs><path id="a" d="M41.7 3.2v.5c0 .6-.2 1.6-.5 2.6-.2.8-.7 1.6-1.2 2.4-1.1 1.6-2.4 3-3.9 4.1-1 .7-2 1.3-2.8 1.9-.3.2-1.7.9-3.1 1.8-.2.1-.6.5-.9.6-1.2.8-2.2 1.7-2.9 2.9-.4.6-.5 1-.5 1.5 0 .3.1.8.4 1.1.4.5 1 .8 1.6 1.1.6.2 1.5.9 4.6.6h.2c1.8-.3 3-.8 4-1.4 2.1-1.2 3.8-2.9 5-5 .4-.6.7-1.4.9-2.1.3-.9.5-2 .5-3v-2.6c-.1-1-.2-1.9-.3-2.7-.1-.6-.6-3.1-.8-3.8-.2-.3-.2-.5-.3-.5"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><linearGradient id="c" gradientUnits="userSpaceOnUse" y1="53.289" x2="1" y2="53.289" gradientTransform="matrix(0 -21.19 21.19 0 -1094.8 24.338)"><stop offset="0" stop-color="#2E6928"/><stop offset="1" stop-color="#298831"/></linearGradient><path clip-path="url(#b)" fill="url(#c)" d="M25.8 3.2H43v21.4H25.8z"/><defs><path id="d" d="M40.8 3.8c-.2.2-.3.2-.4.4-.1.1-.4.4-.8.7-.3.2-.6.5-1 .8-.7.5-1.6 1.1-2.4 1.5-1.3.8-2.7 1.4-4 2-.6.3-1.3.5-1.9.7-.8.3-1.5.6-2.2 1-.5.3-.9.5-1 .7-.4.3-1.2.9-2 1.9-.3.5-.7 1.1-.9 1.5-.2.5-.3 1-.4 1.5-.1 1 0 1.9.2 2.6.2.5.3.8.4 1 .1.2.1.3.1.3s0-.1.1-.3c.1-.3.3-.8.7-1.3.8-1.2 2.4-2.3 3.5-3 .2-.1.8-.5 1.5-.9.8-.5 1.8-1 2.4-1.3.6-.3 1.3-.8 1.8-1.2l1.2-.9c.5-.4.8-.7 1-.9.4-.4 1.7-1.6 2.6-2.7.3-.4.5-.8.7-1 .5-.9.9-2 1-2.8 0-.3.1-.6.1-.7 0 0-.1.2-.3.4"/></defs><clipPath id="e"><use xlink:href="#d" overflow="visible"/></clipPath><linearGradient id="f" gradientUnits="userSpaceOnUse" y1="53.288" x2="1" y2="53.288" gradientTransform="matrix(0 -16.905 16.905 0 -868.405 20.297)"><stop offset="0" stop-color="#2E6928"/><stop offset="1" stop-color="#298831"/></linearGradient><path clip-path="url(#e)" fill="url(#f)" d="M23.7 3.4h17.5v16.9H23.7z"/><defs><path id="g" d="M22.8 10.4c-8.5 2.2-13.2 9.4-11.6 17.2 1.1 5.2 4.4 9.6 8.8 11.4l3.3-16.3h1.5c-.4-.4-.7-.8-.9-1.1-.8-1.2-1.3-2-1.2-4.7.2-3.8 3.2-6.4 7.7-7.9 4.2-1.5 9.5-4.8 11.4-7.5 1.1 1.9 2.4 8.3 1.8 12.6-.7 5.1-4.7 9.4-9.4 10.8-2.7.8-5 .7-6.8-.1l.1.1L29.9 39c7.9-1.9 13.8-8.7 15.5-17.7C46.8 13.9 44.5 2.9 42 0c-3.7 4.5-11.6 8.4-19.2 10.4"/></defs><clipPath id="h"><use xlink:href="#g" overflow="visible"/></clipPath><linearGradient id="i" gradientUnits="userSpaceOnUse" y1="53.289" x2="1" y2="53.289" gradientTransform="matrix(26.171 -45.33 45.33 26.171 -2400.455 -1352.434)"><stop offset="0" stop-color="#EF7C00"/><stop offset=".138" stop-color="#EF7C00"/><stop offset="1" stop-color="#F7A600"/></linearGradient><path clip-path="url(#h)" fill="url(#i)" d="M37.5 55.1L63.7 9.8 18.9-16.1-7.2 29.3"/><g><defs><path id="j" d="M66 13.1l-3.5 9.3c-.5 1.5-1.1 3.5-1.6 5.4-.5-2-1-3.8-1.6-5.4l-3.4-9.3h-5.4l7.5 20h5.9L71.3 13H66z"/></defs><clipPath id="k"><use xlink:href="#j" overflow="visible"/></clipPath><linearGradient id="l" gradientUnits="userSpaceOnUse" y1="53.289" x2="1" y2="53.289" gradientTransform="matrix(-6.321 -22.042 22.042 -6.321 -1110.939 369.995)"><stop offset="0" stop-color="#006F2B"/><stop offset=".749" stop-color="#298831"/><stop offset="1" stop-color="#4DAF4B"/></linearGradient><path clip-path="url(#k)" fill="url(#l)" d="M76.5 31.6l-6.9-24-24.5 7 6.9 24"/></g><g><defs><path id="m" d="M84.7 13.1l-6.6 8.6v-8.6h-5v20h5V24l6.6 9.1h6.5l-8.1-10.4 7.7-9.6z"/></defs><clipPath id="n"><use xlink:href="#m" overflow="visible"/></clipPath><linearGradient id="o" gradientUnits="userSpaceOnUse" y1="53.289" x2="1" y2="53.289" gradientTransform="matrix(-6.682 -23.302 23.302 -6.682 -1156.188 390.806)"><stop offset="0" stop-color="#006F2B"/><stop offset=".749" stop-color="#298831"/><stop offset="1" stop-color="#4DAF4B"/></linearGradient><path clip-path="url(#n)" fill="url(#o)" d="M96.5 31.6L89.9 8.3l-22.1 6.3 6.7 23.3"/></g><g><defs><path id="p" d="M100.7 12.6c-3.9 0-7.3 1.2-9.1 4.8-.8 1.7-1.3 3.9-1.3 5.7 0 1.8.5 4 1.3 5.7 1.8 3.6 5.2 4.7 9.1 4.8h.1c2.6 0 5.2-.2 7.7-.6V22.9h-5.1v5.7c-.6 0-1.1.1-1.7.1h-.6c-3.2 0-5.5-2.7-5.5-5.6 0-2.9 2.1-5.8 5.5-5.8 2.4 0 5.5.4 7.3 1.3v-4.4c-1.8-.8-5.1-1.6-7.7-1.6z"/></defs><clipPath id="q"><use xlink:href="#p" overflow="visible"/></clipPath><linearGradient id="r" gradientUnits="userSpaceOnUse" y1="53.289" x2="1" y2="53.289" gradientTransform="matrix(-6.141 -21.416 21.416 -6.141 -1038.491 361.815)"><stop offset="0" stop-color="#006F2B"/><stop offset=".749" stop-color="#298831"/><stop offset="1" stop-color="#4DAF4B"/></linearGradient><path clip-path="url(#q)" fill="url(#r)" d="M114.1 31.9l-7-24.2-22.3 6.5 6.9 24.2"/></g><path fill="#057A2F" d="M6 44.8L3.9 51l-2.1-6.2H0l3 8.3h1.8l3-8.3M8.6 44.8h1.7v8.4H8.6z"/><g><defs><path id="s" d="M0 0h120.3v53.3H0z"/></defs><clipPath id="t"><use xlink:href="#s" overflow="visible"/></clipPath><path clip-path="url(#t)" fill="#057A2F" d="M11.9 53.1v-8.4h3.6c.9 0 1.5.1 1.9.2.4.2.7.4 1 .8.2.4.4.8.4 1.3 0 .6-.2 1.1-.6 1.6-.4.4-.9.7-1.7.8.4.2.7.4.9.7.2.3.6.7 1 1.4l1 1.6h-2l-1.2-1.8c-.4-.6-.7-1.1-.9-1.2-.2-.2-.3-.3-.5-.3-.2-.1-.5-.1-.9-.1h-.3v3.5h-1.7zm1.7-4.8h1.2c.8 0 1.3 0 1.5-.1.2-.1.4-.2.5-.4.1-.2.2-.4.2-.6 0-.3-.1-.5-.2-.7s-.4-.3-.6-.3h-2.5v2.1zM20.3 44.8H22v4.5c0 .7 0 1.2.1 1.4.1.3.2.6.5.8.3.2.6.3 1.1.3.5 0 .8-.1 1.1-.3.2-.2.4-.4.4-.7.1-.3.1-.8.1-1.4v-4.6H27v4.4c0 1 0 1.7-.1 2.1-.1.4-.3.8-.5 1.1-.2.3-.6.5-1 .7-.4.2-.9.3-1.6.3-.8 0-1.4-.1-1.8-.3-.4-.2-.7-.4-1-.7-.2-.3-.4-.6-.5-.9-.1-.5-.2-1.2-.2-2.1v-4.6zM32 53.1v-8.3h1.7v3.7l3.4-3.7h2.3L36.2 48l3.3 5.1h-2.1l-2.3-3.9-1.4 1.4v2.5M40.4 53.1v-8.3h6.2v1.4h-4.5v1.9h4.2v1.4h-4.2v2.2h4.7v1.4M48.2 53.1v-8.3h6.2v1.4h-4.5v1.9h4.2v1.4h-4.2v2.2h4.7v1.4M56 53.1v-8.3h2.5l1.5 5.7 1.5-5.7H64v8.3h-1.5v-6.5l-1.7 6.5h-1.6l-1.7-6.5v6.5M65.7 44.8h1.7v8.4h-1.7zM76.5 53.1h-1.8l-.7-1.9h-3.3l-.7 1.9h-1.8l3.3-8.4h1.8l3.2 8.4zm-3.1-3.3l-1.2-3.1-1.1 3.1h2.3zM84.1 50.1v-1.4h3.6V52c-.4.3-.9.6-1.5.9-.7.3-1.3.4-2 .4-.9 0-1.6-.2-2.3-.5-.6-.4-1.1-.9-1.5-1.6-.3-.7-.5-1.4-.5-2.2 0-.9.2-1.6.5-2.3.4-.7.9-1.2 1.6-1.6.5-.3 1.2-.4 2-.4 1 0 1.8.2 2.4.7.6.4 1 1 1.1 1.8l-1.7.3c-.1-.4-.3-.7-.7-1-.3-.2-.7-.4-1.2-.4-.7 0-1.3.2-1.8.7-.4.5-.7 1.2-.7 2.1 0 1 .2 1.7.7 2.2.4.5 1 .7 1.7.7.4 0 .7-.1 1.1-.2.4-.1.7-.3.9-.5V50h-1.7zM89.3 53.1v-8.4h3.6c.9 0 1.5.1 1.9.2.4.2.7.4 1 .8.2.4.4.8.4 1.3 0 .6-.2 1.1-.6 1.6-.4.4-.9.7-1.7.8.4.2.7.4.9.7.2.3.6.7 1 1.4l1 1.6h-2l-1.2-1.8c-.4-.6-.7-1.1-.9-1.2-.2-.2-.3-.3-.5-.3-.2-.1-.5-.1-.8-.1H91v3.5h-1.7zm1.7-4.8h1.2c.8 0 1.3 0 1.5-.1.2-.1.4-.2.5-.4.1-.2.2-.4.2-.6 0-.3-.1-.5-.2-.7-.1-.2-.4-.3-.6-.3H91v2.1zM97.7 44.8h1.7v4.5c0 .7 0 1.2.1 1.4.1.3.2.6.5.8.3.2.6.3 1.1.3.5 0 .8-.1 1.1-.3.2-.2.4-.4.4-.7 0-.3.1-.8.1-1.4v-4.6h1.7v4.4c0 1 0 1.7-.1 2.1-.1.4-.3.8-.5 1.1-.2.3-.6.5-1 .7-.4.2-.9.3-1.6.3-.8 0-1.4-.1-1.8-.3-.4-.2-.7-.4-1-.7-.2-.3-.4-.6-.5-.9-.1-.5-.2-1.2-.2-2.1v-4.6zM106.1 53.1v-8.4h2.7c1 0 1.7 0 2 .1.5.1.9.4 1.2.8.3.4.5 1 .5 1.6 0 .5-.1.9-.3 1.3-.2.3-.4.6-.7.8-.3.2-.6.3-.9.4-.4.1-1 .1-1.7.1h-1.1V53h-1.7zm1.7-6.9v2.4h.9c.7 0 1.1 0 1.3-.1.2-.1.4-.2.5-.4.1-.2.2-.4.2-.7 0-.3-.1-.6-.3-.8-.2-.2-.4-.3-.7-.4-.2 0-.6-.1-1.2-.1h-.7zM113.9 53.1v-8.4h2.7c1 0 1.7 0 2 .1.5.1.9.4 1.2.8.3.4.5 1 .5 1.6 0 .5-.1.9-.3 1.3-.2.3-.4.6-.7.8-.3.2-.6.3-.9.4-.4.1-1 .1-1.7.1h-1.1V53h-1.7zm1.7-6.9v2.4h.9c.7 0 1.1 0 1.3-.1.2-.1.4-.2.5-.4.1-.2.2-.4.2-.7 0-.3-.1-.6-.3-.8-.2-.2-.4-.3-.7-.4-.2 0-.6-.1-1.2-.1h-.7z"/></g></svg>
    </div>
    <div class="company-tagline">Estonia's largest industrial enterprise and one of the world's biggest shale oil producers</div>
    <div class="company-grid">
        <div class="company-item">
            <div class="company-item-label">Industry</div>
            <div class="company-item-value">Oil Shale Processing, Energy, Chemical Manufacturing</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Business Type</div>
            <div class="company-item-value">B2B</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Geography</div>
            <div class="company-item-value">Estonia (Kohtla-Järve)</div>
        </div>
        <div class="company-item">
            <div class="company-item-label">Participants</div>
            <div class="company-item-value">Employees from multiple departments</div>
        </div>
    </div>
</div></div><h2  class="t-redactor__h2">The Challenges</h2><div class="t-redactor__text">VKG operates complex industrial processes — oil shale processing, energy generation, and chemical production. <br /><br />Like many large industrial enterprises, the company faces common operational challenges:</div><div class="t-redactor__embedcode"><!-- BLOCK 3: The Challenges (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.challenges-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.challenges-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #121918;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.challenges-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.challenges-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
}

.challenges-list li:last-child {
    border-bottom: none;
}

.challenges-list li::before {
    content: "→";
    color: #2A9D8F;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 16px;
}

.challenges-list li strong {
    font-weight: 600;
    color: #121918;
}
</style>

<div class="challenges-card">
    <ul class="challenges-list">
        <li><strong>Operator training relies on written documentation</strong><br>New operators study manuals before moving to real equipment. AI can complement this process with interactive tools for safely practicing different scenarios.</li>
        <li><strong>Production data accumulates in large Excel files</strong><br>Thousands of rows of machine performance data contain valuable information, but the spreadsheet format limits the speed of analysis. AI can make this data more visual and accessible.</li>
        <li><strong>Safety knowledge is stored in text-based reports</strong><br>Production incidents are thoroughly documented, but the written format limits how widely this information reaches across the organization. AI can help transform it into more accessible formats.</li>
    </ul>
</div></div><h2  class="t-redactor__h2">The Solution</h2><div class="t-redactor__text">We conducted a 2-day (14-hour) hands-on workshop led by the Founder and AI Expert at Pragmatiq AI.</div><div class="t-redactor__text"><strong>Provided Services: AI Implementation Workshop</strong></div><div class="t-redactor__embedcode"><!-- BLOCK 4: Solution Steps -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.solution-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #139782;
}

.solution-item {
    margin-bottom: 24px;
}

.solution-item:last-child {
    margin-bottom: 0;
}

.solution-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 6px;
}

.solution-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .solution-card {
        padding: 24px;
    }
}
</style>

<div class="solution-card">
    <div class="solution-item">
        <div class="solution-title">Hands-on AI tool demonstrations</div>
        </div>
    <div class="solution-item">
        <div class="solution-title">Guided prototype development</div>
       </div>
    <div class="solution-item">
        <div class="solution-title">Real-world use case implementation</div>
    </div>
    <div class="solution-item">
        <div class="solution-title">Cross-functional team collaboration</div>
      </div>
</div></div><div class="t-redactor__text"><br />Unlike a strategy session focused on analyzing and prioritizing use cases, this workshop had one goal: build something that works. Participants worked in teams, using AI tools to develop prototypes that solve real tasks from their daily operations.</div><h2  class="t-redactor__h2">Results</h2><div class="t-redactor__embedcode"><!-- BLOCK 6: Results Table - White background, full width -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.results-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.results-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #139782;
    margin-bottom: 32px;
    text-align: center;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
}

.results-table tr {
    border-bottom: 1px solid #E5E5E5;
}

.results-table tr:last-child {
    border-bottom: none;
}

.results-table td {
    padding: 20px 0;
    vertical-align: middle;
}

.results-table td:first-child {
    width: 35%;
    padding-right: 24px;
}

.result-metric {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.result-detail {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .results-card {
        padding: 24px;
    }
    .results-table td {
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .results-table td:first-child {
        padding-right: 0;
        padding-bottom: 4px;
    }
    .results-table tr {
        display: block;
        padding: 16px 0;
    }
}
</style>

<div class="results-card">
    <table class="results-table">
        <tr>
            <td><span class="result-metric">14 hours</span></td>
            <td><span class="result-detail">Of hands-on, prototype-focused training</span></td>
        </tr>
        <tr>
            <td><span class="result-metric">3 working prototypes</span></td>
            <td><span class="result-detail">Built and demonstrated within 2 days</span></td>
        </tr>
        <tr>
            <td><span class="result-metric">2nd engagement</span></td>
            <td><span class="result-detail">VKG returned after the first workshop to train a new team</span></td>
        </tr>
    </table>
</div></div><h2  class="t-redactor__h2">Prototypes</h2><div class="t-redactor__embedcode"><!-- BLOCK 6: Key Prototypes (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.prototypes-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.prototypes-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #121918;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.prototype-item {
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
}

.prototype-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.prototype-item:first-child {
    padding-top: 0;
}

.prototype-number {
    display: inline-block;
    background: #2A9D8F;
    color: #FFFFFF;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
}

.prototype-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121918;
    display: inline;
}

.prototype-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7;
    margin-top: 12px;
    margin-bottom: 12px;
}

.prototype-impact {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 1.6;
    padding-left: 16px;
    border-left: 3px solid #2A9D8F;
}

.prototype-impact strong {
    font-weight: 600;
}
</style>

<div class="prototypes-card">
    
    <div class="prototype-item">
        <span class="prototype-number">1</span>
        <span class="prototype-name">Machine Operator Training Simulator</span>
        <div class="prototype-desc">An interactive simulator for training production machine operators. The application visualizes a working machine with adjustable parameters — you can see in real time what happens when settings are changed incorrectly. In the worst case, the virtual machine explodes.</div>
        <div class="prototype-impact"><strong>Why it matters:</strong> The simulator complements the existing training system by adding a safe environment to practice different scenarios. Mistakes in simulation become part of the learning process, not risks on the production floor.</div>
    </div>
    
    <div class="prototype-item">
        <span class="prototype-number">2</span>
        <span class="prototype-name">Production Data Dashboard</span>
        <div class="prototype-desc">A participant took a large Excel file with thousands of rows of machine performance data and turned it into a visual dashboard. Instead of working with spreadsheets — charts and filters by machine, year, and other parameters.</div>
        <div class="prototype-impact"><strong>Why it matters:</strong> Data that previously required significant time to process is now available in a clear visual format. Analysis that used to take hours now takes minutes.</div>
    </div>
    
    <div class="prototype-item">
        <span class="prototype-number">3</span>
        <span class="prototype-name">Safety Incident Learning Podcasts</span>
        <div class="prototype-desc">At VKG, production incidents are thoroughly documented in internal reports. One participant proposed complementing the written reports with audio. Using AI, she created podcasts explaining what happened, why it happened, and how to avoid similar situations. AI generated the scripts, visuals, and a small application for hosting and listening to the episodes.</div>
        <div class="prototype-impact"><strong>Why it matters:</strong> The audio format extends the reach — critical safety knowledge becomes available in a convenient format to a much wider audience within the company.</div>
    </div>
</div></div><h2  class="t-redactor__h2">Key Insight</h2><div class="t-redactor__embedcode"><!-- BLOCK 7: Key Insight (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.insight-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #F8F9FA;
    border-radius: 24px;
    padding: 48px 40px;
    max-width: 800px;
    text-align: center;
    border-left: 4px solid #2A9D8F;
}

.insight-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2A9D8F;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.insight-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #121918;
    line-height: 1.7;
}

@media (max-width: 600px) {
    .insight-card {
        padding: 32px 24px;
    }
    .insight-text {
        font-size: 18px;
    }
}
</style>

<div class="insight-card">
    <div class="insight-text">"The most valuable AI applications often aren't the ones that automate existing processes — they're the ones that change the approach entirely. A written safety report is complemented by a podcast. A spreadsheet becomes a visual dashboard. A paper manual becomes an interactive simulator."</div>
</div></div><h2  class="t-redactor__h2">What Made It Work</h2><div class="t-redactor__embedcode"><!-- BLOCK 8: What Made It Work (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.worked-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    max-width: 800px;
    border: 1px solid #E5E5E5;
}

.worked-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #121918;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.worked-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.worked-list li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 36px;
    position: relative;
    line-height: 1.6;
}

.worked-list li:last-child {
    border-bottom: none;
}

.worked-list li::before {
    content: "✓";
    color: #2A9D8F;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 16px;
}

.worked-list li strong {
    font-weight: 700;
    color: #121918;
}
</style>

<div class="worked-card">
    <ul class="worked-list">
        <li><strong>Building, not just analyzing</strong><br>Participants didn't just look for opportunities — they built working prototypes. Every team left with something they could demonstrate and develop further.</li>
        <li><strong>People from different departments</strong><br>Each team brought unique knowledge of their processes — which led to prototypes that solve real, specific challenges.</li>
        <li><strong>The scaling effect</strong><br>This was VKG's second workshop. The first trained leadership; the second brought AI to the operational teams. This is what real AI adoption looks like: leadership buys in first, then the rest of the organization follows.</li>
    </ul>
</div></div><h2  class="t-redactor__h2">Client Testimonials</h2><div class="t-redactor__embedcode"><!-- BLOCK 9: Client Testimonials (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
}

.testimonial-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    border: 1px solid #E5E5E5;
}

.testimonial-author-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121918;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-author-role {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 16px;
}

.testimonial-author-role strong {
    font-weight: 700;
    color: #121918;
}

.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 20px;
}

.testimonial-star {
    width: 22px;
    height: 22px;
    fill: #F5A623;
}

.testimonial-divider {
    width: 60px;
    height: 1px;
    background: #E5E5E5;
    margin: 0 auto 20px;
}

.testimonial-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121918;
    line-height: 1.8;
}

@media (max-width: 600px) {
    .testimonial-card {
        padding: 28px 20px;
    }
    .testimonial-text {
        font-size: 15px;
    }
}
</style>

<div class="testimonials-container">
    <div class="testimonial-card">
        <div class="testimonial-author-name">Kaija Teemägi</div>
        <div class="testimonial-author-role">HR Director, <strong>Viru Keemia Grupp</strong></div>
        <div class="testimonial-rating">
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
        </div>
        <div class="testimonial-divider"></div>
        <div class="testimonial-text">
            "Very practical and highly engaging learning. The trainer is demanding — making sure that real results are produced during the training."
        </div>
    </div>
    
    <div class="testimonial-card">
        <div class="testimonial-author-name">Jekaterina Vassina</div>
        <div class="testimonial-author-role">Training Specialist, <strong>Viru Keemia Grupp</strong></div>
        <div class="testimonial-rating">
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
            <svg class="testimonial-star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
        </div>
        <div class="testimonial-divider"></div>
        <div class="testimonial-text">
            "Excellent training! Practical, well-structured, and immediately applicable — exactly what AI training should be. Plenty of ideas that we are already applying in developing learning materials. Thank you for the inspiration and real value!"
        </div>
    </div>
</div></div><hr style="color: #ffffff;"><div class="t-redactor__embedcode"><!-- BLOCK 10: CTA (VKG) -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.cta-card {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #2A9D8F;
    border-radius: 24px;
    padding: 48px 40px;
    max-width: 800px;
    text-align: center;
}

.cta-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.3;
}

.cta-subtitle {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: #FFFFFF;
    color: #E76F51;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 32px;
    border-radius: 40px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #F8F8F8;
}

@media (max-width: 600px) {
    .cta-card {
        padding: 32px 24px;
        border-radius: 20px;
    }
    .cta-title {
        font-size: 22px;
    }
    .cta-button {
        font-size: 13px;
        padding: 14px 24px;
        width: 100%;
        box-sizing: border-box;
    }
}
</style>

<div class="cta-card">
    <div class="cta-title">Want to see how AI can solve your production challenges — in just two days?</div>
    <div class="cta-subtitle">We help industrial companies go from first ideas to working prototypes.</div>
    <a href="https://pragmatiqai.com/consultation?utm_source=case_study&utm_medium=internal_link&utm_campaign=vkg&utm_content=consultation_cta" class="cta-button">Book a free consultation</a>
</div></div>]]></turbo:content>
    </item>
  </channel>
</rss>
