/* ============================================================
   AI Sections — scoped styles for the AI-first content blocks.
   Loaded site-wide via header.php after styles.css.
   Theme color: #f57e00 (orange) | Alt accent: #f7942b
   ============================================================ */

/* ---- Homepage hero sub-paragraph ---------------------------- */
.new_home_banner_sub {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    max-width: 720px;
    margin: 18px 0 24px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* ---- Slim banner strip used on services.php ----------------- */
.ai-augment-strip {
    background: linear-gradient(90deg, #f57e00 0%, #f7942b 100%);
    color: #fff;
    padding: 14px 0;
    text-align: center;
}
.ai-augment-strip p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.ai-augment-strip a {
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: underline;
    white-space: nowrap;
}
.ai-augment-strip a:hover {
    color: #ffe7cf;
}

/* ---- Three Pillars (Workflow / Modernization / Governed AI) - */
.ai-pillars {
    padding: 70px 0 60px;
}
.ai-pillars .ai-pillars-intro {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}
.ai-pillars .ai-pillars-intro h2 {
    margin-bottom: 16px;
}
.ai-pillars .ai-pillars-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.ai-pillar-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 32px 26px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    margin-bottom: 24px;
}
.ai-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(245, 126, 0, 0.12);
    border-color: #f57e00;
}
.ai-pillar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(245, 126, 0, 0.12);
    color: #f57e00;
    font-size: 26px;
    margin-bottom: 18px;
}
.ai-pillar-card h3 {
    font-size: 22px;
    color: #222;
    margin: 0 0 14px;
    font-weight: 600;
}
.ai-pillar-card p {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

/* ---- AI Governance grid ------------------------------------- */
.ai-governance-section {
    padding: 70px 0;
}
.ai-governance-section .governance-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}
.ai-governance-section .governance-intro h2 {
    margin-bottom: 16px;
}
.ai-governance-section .governance-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.ai-governance-principle {
    background: #fff;
    border-left: 4px solid #f57e00;
    padding: 22px 24px;
    margin-bottom: 22px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.ai-governance-principle h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 8px;
    font-weight: 600;
}
.ai-governance-principle p {
    color: #555;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/* ---- Human-in-the-Loop tier cards --------------------------- */
.ai-hitl-section {
    padding: 70px 0;
}
.ai-hitl-section .hitl-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}
.ai-hitl-section .hitl-intro h2 {
    margin-bottom: 16px;
}
.ai-hitl-section .hitl-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.ai-hitl-tier {
    background: #fff;
    border: 1px solid #ececec;
    border-top: 4px solid #f57e00;
    border-radius: 6px;
    padding: 26px 22px;
    height: 100%;
    margin-bottom: 24px;
    transition: box-shadow 0.25s ease;
}
.ai-hitl-tier:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.ai-hitl-tier-label {
    display: inline-block;
    background: #f57e00;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 14px;
}
.ai-hitl-tier h4 {
    font-size: 20px;
    color: #222;
    margin: 0 0 12px;
    font-weight: 600;
}
.ai-hitl-tier p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

/* ---- "vs Pure AI Labs" 4-card section ----------------------- */
.ai-vs-labs {
    padding: 70px 0;
}
.ai-vs-labs .vs-labs-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}
.ai-vs-labs .vs-labs-intro h2 {
    margin-bottom: 12px;
}
.ai-vs-labs .vs-labs-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.ai-vs-labs-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 28px 22px;
    height: 100%;
    margin-bottom: 24px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ai-vs-labs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.ai-vs-labs-card .vs-labs-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 36px;
    color: rgba(245, 126, 0, 0.18);
    font-weight: 700;
    line-height: 1;
}
.ai-vs-labs-card h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 14px;
    font-weight: 600;
    padding-right: 40px;
}
.ai-vs-labs-card p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.ai-vs-labs-card a.vs-labs-link {
    display: inline-block;
    margin-top: 14px;
    color: #f57e00;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.ai-vs-labs-card a.vs-labs-link:hover {
    text-decoration: underline;
}

/* ---- Engagement model (Audit / Map / Pilot / Scale) --------- */
.ai-engagement-section {
    padding: 70px 0;
    background: #F2F4f4;
}
.ai-engagement-section .engagement-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}
.ai-engagement-section .engagement-intro h2 {
    margin-bottom: 16px;
}
.ai-engagement-section .engagement-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.ai-engagement-step {
    background: #fff;
    border-radius: 8px;
    padding: 26px 20px;
    text-align: center;
    height: 100%;
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.ai-engagement-step .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f57e00;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}
.ai-engagement-step h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 6px;
    font-weight: 600;
}
.ai-engagement-step .step-duration {
    color: #f57e00;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.ai-engagement-step p {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.ai-engagement-cta {
    text-align: center;
    margin-top: 20px;
}

/* ---- What Sets Us Apart (6-pillar grid) -------------------- */
.what-sets-apart-section {
    padding: 70px 0;
    background: #fff;
}
.what-sets-apart-section .vs-labs-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}
.what-sets-apart-section .vs-labs-intro h2 {
    margin-bottom: 12px;
}
.what-sets-apart-section .vs-labs-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.wsa-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 30px 24px;
    height: 100%;
    margin-bottom: 24px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.wsa-card:hover {
    transform: translateY(-4px);
    border-color: #f57e00;
    box-shadow: 0 12px 28px rgba(245, 126, 0, 0.12);
}
.wsa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: rgba(245, 126, 0, 0.12);
    color: #f57e00;
    font-size: 24px;
    margin-bottom: 18px;
}
.wsa-card h4 {
    font-size: 19px;
    color: #222;
    margin: 0 0 12px;
    font-weight: 600;
}
.wsa-card p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

/* When .wsa-card is also used as a nested ai-vs-labs-card on ai-solutions */
.ai-vs-labs-card.wsa-card .vs-labs-num { display: none; }
.ai-vs-labs-card.wsa-card h4 { padding-right: 0; }

/* ---- Homepage Industries & Capabilities (mini-poster grid) - */
.home-industries-section {
    padding: 70px 0 50px;
    background: #F2F4f4;
}
.home-capabilities-section {
    padding: 70px 0 50px;
    background: #fff;
}
.home-section-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 44px;
}
.home-section-eyebrow {
    display: inline-block;
    color: #f57e00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home-section-intro h2 {
    margin: 0;
}
.home-section-cta {
    text-align: center;
    margin-top: 16px;
}
.mini-poster {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 28px 22px;
    height: 100%;
    margin-bottom: 24px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.mini-poster:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f57e00 0%, #f7942b 100%);
    border-radius: 12px 0 0 12px;
}
.mini-poster:hover {
    transform: translateY(-4px);
    border-color: #f57e00;
    box-shadow: 0 12px 28px rgba(245, 126, 0, 0.12);
}
.mini-poster-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #f57e00 0%, #f7942b 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(245, 126, 0, 0.25);
}
.mini-poster-icon.mini-icon-blue {
    background: linear-gradient(135deg, #00a1e0 0%, #1798c1 100%);
    box-shadow: 0 4px 12px rgba(0, 161, 224, 0.25);
}
.mini-poster h4 {
    font-size: 17px;
    color: #222;
    margin: 0 0 10px;
    font-weight: 600;
}
.mini-poster p {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.mini-cap-salesforce {
    background: linear-gradient(180deg, #fff 0%, #f5fbff 100%);
}
.mini-partner-badge {
    display: inline-block;
    background: #00a1e0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 3px 9px;
    border-radius: 10px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* ---- Industries & Capabilities preview on homepage (legacy)  */
.ind-cap-preview-section {
    padding: 70px 0;
    background: #F2F4f4;
}
.ind-cap-preview-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 32px;
    height: 100%;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border-top: 4px solid #f57e00;
}
.ind-cap-preview-card h3 {
    font-size: 26px;
    color: #222;
    margin: 0 0 8px;
    font-weight: 700;
}
.ind-cap-preview-card > p {
    color: #f57e00;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ind-cap-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.ind-cap-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    color: #444;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #f5f5f5;
}
.ind-cap-list li:last-child {
    border-bottom: none;
}
.ind-cap-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f57e00;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 13px;
}

/* ---- Industries / Capabilities listing pages (poster cards) - */
.posters-section {
    padding: 70px 0 50px;
}
.posters-section .posters-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}
.posters-section .posters-intro h2 {
    margin-bottom: 14px;
}
.posters-section .posters-intro p {
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.poster-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 34px 28px;
    height: 100%;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.poster-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #f57e00 0%, #f7942b 100%);
}
.poster-card:hover {
    transform: translateY(-6px);
    border-color: #f57e00;
    box-shadow: 0 16px 36px rgba(245, 126, 0, 0.14);
}
.poster-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #f57e00 0%, #f7942b 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 22px;
    box-shadow: 0 6px 16px rgba(245, 126, 0, 0.28);
}
.poster-card h3 {
    font-size: 22px;
    color: #222;
    margin: 0 0 8px;
    font-weight: 700;
}
.poster-card .poster-tag {
    display: inline-block;
    color: #f57e00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.poster-card .poster-desc {
    color: #555;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 18px;
}
.poster-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.poster-bullets li {
    position: relative;
    padding: 8px 0 8px 26px;
    color: #444;
    font-size: 14px;
    line-height: 22px;
}
.poster-bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 12px;
    height: 12px;
    background: #f57e00;
    transform: rotate(45deg);
    border-radius: 2px;
}
.poster-card .poster-cta {
    color: #f57e00;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.poster-card .poster-cta:hover {
    text-decoration: underline;
}

/* Salesforce partner highlight on capabilities page */
.poster-card.poster-salesforce {
    background: linear-gradient(180deg, #fff 0%, #fff8f1 100%);
}
.poster-card.poster-salesforce .poster-partner-badge {
    display: inline-block;
    background: #00a1e0;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* ---- Mobile rules ------------------------------------------- */
@media (max-width: 991px) {
    .new_home_banner_sub {
        font-size: 15px;
        line-height: 24px;
        margin: 14px 0 18px;
    }
    .ai-augment-strip p {
        font-size: 14px;
        line-height: 22px;
    }
    .ai-augment-strip a {
        display: inline-block;
        margin-left: 6px;
    }
    .ai-pillars,
    .ai-governance-section,
    .ai-hitl-section,
    .ai-vs-labs,
    .ai-engagement-section {
        padding: 50px 0 40px;
    }
    .ai-pillar-card,
    .ai-vs-labs-card,
    .ai-hitl-tier {
        padding: 22px 20px;
    }
    .ai-pillar-card h3 {
        font-size: 20px;
    }
    .ai-vs-labs-card h4 {
        font-size: 17px;
        padding-right: 36px;
    }
    .ai-vs-labs-card .vs-labs-num {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .what-sets-apart-section { padding: 50px 0; }
    .wsa-card { padding: 24px 20px; }
    .wsa-card h4 { font-size: 17px; }
    .home-industries-section,
    .home-capabilities-section { padding: 50px 0 30px; }
    .home-section-intro { margin-bottom: 32px; }
    .mini-poster { padding: 24px 20px; }
    .mini-poster h4 { font-size: 16px; }
    .mini-poster-icon { width: 46px; height: 46px; font-size: 19px; }
    .posters-section { padding: 50px 0 30px; }
    .poster-card { padding: 26px 22px; }
    .poster-card h3 { font-size: 19px; }
    .poster-icon-wrap { width: 60px; height: 60px; font-size: 24px; margin-bottom: 16px; }
}

@media (max-width: 575px) {
    .ai-augment-strip {
        padding: 12px 14px;
    }
    .ai-augment-strip a {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }
    .ai-pillars .ai-pillars-intro p,
    .ai-governance-section .governance-intro p,
    .ai-hitl-section .hitl-intro p,
    .ai-vs-labs .vs-labs-intro p,
    .ai-engagement-section .engagement-intro p,
    .what-sets-apart-section .vs-labs-intro p,
    .posters-section .posters-intro p {
        font-size: 15px;
        line-height: 25px;
    }
}
