/* banner section */

.section-hero-banner.section {
    width: 100%;
    min-height: 780px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 30px;
    border-bottom: none;
}


.hero-subtitle {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 18px;
    max-width: 520px;
}

.hero-text-content {
    max-width: 550px;
}

.case-study-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.case-study-tag span {
    font-size: 16px;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    border-bottom: 2px solid #2563eb;
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.14;
    letter-spacing: -0.025em;
    margin-bottom: 0.85rem;
}

.hero-title .text-blue {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title-underline {
    display: block;
    width: 100%;
    max-width: 420px;
    height: 1px;
    background: linear-gradient(to right, #cbd5e1, transparent);
    position: relative;
    margin-bottom: 1.25rem;
}

.hero-title-underline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
}

.hero-description {
    max-width: 24rem;
    margin-bottom: 1.75rem;
}

.hero-description .content-text {
    font-size: 16px;
    line-height: 1.7;
}





/* ============================================
   SECTION HEADERS
   ============================================ */


/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px;
}

.section-badge {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.section-title {
    color: #0E2640;
    letter-spacing: -0.02em;
}


.section-header-description {
    font-size: 18px;
    line-height: 1.8;
    color: #64748B;
}

.section {
    padding: 80px 0;
    border-bottom: 1px solid #E2E8F0;
}

.section:last-of-type {
    border-bottom: none;
}






/* ============================================
   CHALLENGE SECTION
   ============================================ */


.challenge-section {
    background: #FFFFFF;
    border-bottom: 1px solid #F3F4F6;
}

.challenge-full-width {
    text-align: center;
    padding: 0 0 40px 0;
}

.challenge-full-text {
    font-size: 18px;
    line-height: 1.9;
    color: #4B5563;
    margin: 0;
    max-width: 820px;
    margin: 0 auto;
}


.challenge-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}


.challenge-col-left {
    display: flex;
    flex-direction: column;
}

.challenge-text-block {
    padding: 16px 0;
}

.challenge-text {
    font-size: 16px;
    line-height: 1.9;
    color: #4B5563;
    margin: 0;
}

.challenge-text strong {
    color: #111827;
    font-weight: 600;
}


.challenge-highlight {
    padding: 20px 24px;
    background: #F0F7FF;
    border-radius: 12px;
    border-left: 4px solid #2563eb;
    margin-top: 18px;
    font-size: 16px;
    color: #1A3A5C;
    font-weight: 600;
    line-height: 1.6;
}


.challenge-highlight .challenge-text {
    color: #374151;
}



.challenge-col-right {
    display: flex;
    align-items: center;
}

.challenge-image-card {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    transition: all 0.4s ease;
}



.challenge-image-card img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.challenge-image-card:hover img {
    transform: scale(1.04);
}



/* ============================================
   SOLUTION SECTION - CLEAN PROFESSIONAL
   ============================================ */

.solution-section {
    background: #F8FAFC;

}

.solution-text-content {
    margin-bottom: 24px;
}

.solution-text-content {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 16px;
}

.solution-text-content p:last-child {
    margin-bottom: 0;
}

.solution-text-content strong {
    color: #0F172A;
    font-weight: 600;
}


/* ============================================
   TWO COLUMN LAYOUT
   ============================================ */

.solution-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* ============================================
   LEFT COLUMN
   ============================================ */

.solution-col-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ----- Capabilities ----- */
.solution-capabilities {
    padding-top: 8px;
}

.solution-capabilities-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.solution-capabilities-label {
    font-size: 13px;
    font-weight: 600;
    color: #4F46E5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.solution-capabilities-line {
    flex: 1;
    height: 1px;
    background: #E2E8F0;
}

.cap-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cap-pills span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    padding: 14px 20px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    transition: all 0.2s ease;
    cursor: default;
}

.cap-pills span::before {
    content: "✓";
    color: #4F46E5;
    font-weight: 700;
    font-size: 16px;
}

.cap-pills span:hover {
    border-color: #4F46E5;
    background: #FAFBFF;
}

.cap-pills span:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

/* ============================================
   RIGHT COLUMN - AGENTS
   ============================================ */

.solution-col-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solution-agents-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
}

.solution-agents-label {
    font-size: 14px;
    font-weight: 600;
    color: #4F46E5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    flex-shrink: 0;
}

.solution-agents-line {
    flex: 1;
    height: 1px;
    background: #E2E8F0;
}

/* ============================================
   AGENT CARDS - CLEAN
   ============================================ */

.solution-agent-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px;
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid #E2E8F0;
    transition: all 0.25s ease;
}


.solution-agent-card:hover {
    border-color: #bcc5cf;
    background: #FCFCFD;
}



/* Icon */
.solution-agent-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.25s ease;
}

.solution-agent-card:hover .solution-agent-icon {
    background: #EEF2FF;
    color: #4F46E5;
}



.solution-agent-icon svg {
    width: 22px;
    height: 22px;
}

/* Content */
.solution-agent-content {
    flex: 1;
    min-width: 0;
}

.solution-agent-name {
    font-size: 17px;
    font-weight: 600;
    color: #0F172A;
    margin: 0 0 3px 0;
    letter-spacing: -0.01em;
}

.solution-agent-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748B;
    margin: 0 0 12px 0;
}

.solution-agent-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.solution-agent-tags span {
    font-size: 11px;
    font-weight: 500;
    color: #64748B;
    padding: 4px 14px;
    background: #F1F5F9;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.solution-agent-card:hover .solution-agent-tags span {
    color: #4F46E5;
    background: #EEF2FF;
}









/* ============================================
   IMPACT SECTION
   ============================================ */

.impact-section {
    background: #F8FAFC;
}


.impact-content {
    max-width: 1000px;
    margin: 0 auto;
}

.impact-text {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 48px;
}

.impact-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #475569;
    margin: 0;
}

.impact-text p strong {
    color: #0F172A;
    font-weight: 600;
}

/* ============================================
   IMPACT GRID
   ============================================ */

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 48px;
}

.impact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E8EDF4;
    transition: all 0.2s ease;
}

.impact-item:hover {
    border-color: #CBD5E1;
    background: #FCFCFD;
}

.impact-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #EEF2FF;
    color: #4F46E5;
    flex-shrink: 0;
}

.impact-item-icon svg {
    width: 16px;
    height: 16px;
}

.impact-item-text {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    line-height: 1.4;
}

/* ============================================
   IMPACT QUOTE
   ============================================ */

.impact-quote {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    margin-top: 8px;
}

.impact-quote-line {
    flex: 1;
    height: 1px;
    background: #E2E8F0;
}

.impact-quote blockquote {
    margin: 0;
    text-align: center;
    max-width: 600px;
}

.impact-quote blockquote p {
    font-size: 18px;
    line-height: 1.7;
    color: #0F172A;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}





/* ============================================
   NEXT STEPS SECTION - UNIQUE ICONS
   ============================================ */

.nextsteps-section {
    background: #FFFFFF;
}

.nextsteps-content {
    max-width: 900px;
    margin: 0 auto;
}

.nextsteps-text {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 44px;
}

.nextsteps-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #475569;
    margin: 0;
}

/* ============================================
   NEXT STEPS TAGS
   ============================================ */

.nextsteps-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.nextsteps-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #F8FAFC;
    border-radius: 50px;
    border: 1px solid #E8EDF4;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    transition: all 0.25s ease;
}

.nextsteps-tag:hover {
    border-color: #4F46E5;
    background: #EEF2FF;
    color: #4F46E5;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.06);
}

.nextsteps-tag svg {
    flex-shrink: 0;
    color: #4F46E5;
    transition: all 0.25s ease;
}

.nextsteps-tag:hover svg {
    transform: scale(1.05);
}





/* ============================================
   RELATED CASE STUDIES - PROFESSIONAL PREMIUM
   ============================================ */

.related-case-section.section {
    background: #F8FAFC;
}

/* ----- Grid ----- */
.related-case-grid {
    margin-bottom: 48px;
}

.related-case-card {
    margin-bottom: 24px;
}

/* ----- Card Link ----- */
.related-case-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.related-case-link:hover {
    text-decoration: none;
}

/* ----- Card Inner ----- */
.related-case-inner {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8ecf0;
    transition: all 0.3s ease;
    height: 100%;
}

.related-case-link:hover .related-case-inner {
    border-color: #2563eb;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

/* ----- Case Image ----- */
.case-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #e8ecf0;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-case-link:hover .case-image img {
    transform: scale(1.03);
}

/* ----- Image Overlay ----- */
.case-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 40%,
            rgba(0, 0, 0, 0.2) 80%,
            rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}

/* ----- Case Content ----- */
.case-content {
    padding: 24px 28px 28px;
}


/* ----- Title ----- */
.case-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a0e1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
    transition: color 0.2s ease;
}

.related-case-link:hover .case-title {
    color: #2563eb;
}

/* ----- Excerpt ----- */
.case-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 16px 0;
}

/* ----- Tags ----- */
.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.case-tags span {
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    padding: 3px 14px;
    background: #f1f4f8;
    border-radius: 4px;
}

/* ----- Read More ----- */
.case-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #0a0e1a;
    transition: color 0.2s ease;
}

.related-case-link:hover .case-readmore {
    color: #2563eb;
}

/* ============================================
   VIEW ALL LINK
   ============================================ */

.view-all-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    padding: 12px 32px;
    border: 1px solid #dce0e5;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.view-all-link:hover {
    color: #2563eb;
    border-color: #2563eb;
    text-decoration: none;
    background: #fafbff;
}



/* contact section */




/* ============================================
   CONTACT SECTION - CONSISTENT STYLING
   ============================================ */


/* ----- 3. CONTACT GRID ----- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

/* ----- 4. PROFILE CARD ----- */
.contact-profile {
    height: 100%;
}

.profile-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px 36px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
}

.profile-card:hover {
    border-color: #2563eb;


}

/* ----- 5. PROFILE IMAGE ----- */
.profile-image-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.profile-image {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #eef2f6;
    transition: all 0.3s ease;
}


.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- 6. PROFILE INFO ----- */
.profile-info {
    width: 100%;
}

.profile-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #2563eb;
    margin-bottom: 6px;
}

.profile-name {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
    letter-spacing: -0.02em;
}

.profile-title {
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    margin: 0 0 16px 0;
}

.profile-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 24px 0;
}

/* ----- 7. CONTACT LINKS ----- */
.profile-contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    flex: 1;
    min-width: 140px;
    justify-content: center;
}

.contact-link:hover {
    text-decoration: none;

}

.contact-link.email {
    background: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
}

.contact-link.email:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
}

.contact-link.linkedin {
    background: #f0f4f9;
    color: #0a66c2;
    border-color: #b3d0e8;
}

.contact-link.linkedin:hover {
    background: #0a66c2;
    color: #ffffff;
    border-color: #0a66c2;
    box-shadow: 0 4px 20px rgba(10, 102, 194, 0.25);
}

.contact-link svg {
    flex-shrink: 0;
}

/* ----- 8. CTA CARD ----- */
.contact-cta {
    height: 100%;
}

.cta-card {
    background: linear-gradient(160deg, #f8fafc, #ffffff);
    border-radius: 20px;
    padding: 40px 36px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cta-card:hover {
    border-color: #2563eb;

}

/* ----- 9. CTA ICON ----- */
.cta-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.cta-card:hover .cta-icon-wrap {
    background: rgba(37, 99, 235, 0.12);
    transform: scale(1.05);
}

.cta-icon-wrap svg {
    stroke: #2563eb;
}

/* ----- 10. CTA CONTENT ----- */
.cta-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.cta-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 20px 0;
    max-width: 400px;
}

/* ----- 11. BENEFITS TAGS ----- */
.cta-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.benefit-tag {
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    padding: 5px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-card:hover .benefit-tag {
    border-color: #bfdbfe;
    color: #2563eb;
    background: #fafbff;
}

/* ----- 12. CTA BUTTON ----- */
.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
    width: 100%;
    justify-content: center;
}

.cta-btn-primary:hover {
    color: #ffffff;
    text-decoration: none;

}

.cta-btn-primary svg {
    transition: transform 0.3s ease;
}

.cta-btn-primary:hover svg {
    transform: translateX(4px);
}

/* ----- 13. CTA NOTE ----- */
.cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #94a3b8;
    margin: 16px 0 0 0;
}

.cta-note svg {
    flex-shrink: 0;
    color: #059669;
}




@media (max-width: 1400px) {
    .section-hero-banner.section {
        min-height: 700px;
        padding-bottom: 50px;
    }

}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 46px;
    }

    .hero-text-content {
        max-width: 450px;
    }

    .section-hero-banner.section {
        min-height: 620px;
    }


}

@media(max-width:991px) {

    .section-hero-banner.section {
        min-height: 900px;
        padding-top: 3rem;
        padding-bottom: 3rem;
        align-items: flex-start;
        background-position: 0 50%;


    }

    .hero-text-content {
        max-width: 100%;
        text-align: center;
        padding-top: 40px
    }


    .hero-title {
        font-size: 38px;
    }

    .hero-title-underline {
        margin: 0 auto 1.25rem;
    }

    .hero-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description .content-text p {
        font-size: 15px;
        max-width: 600px;
        margin: 0 auto;
    }


    .challenge-two-col {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .challenge-col-right {
        order: -1;
    }

    .challenge-image-card img {
        min-height: 280px;
        max-height: 320px;
    }

    .challenge-full-text {
        font-size: 16px;
    }

    .solution-two-col {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .tech-groups {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* impact  */

    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .impact-text p {
        font-size: 17px;
    }

    .impact-quote blockquote p {
        font-size: 17px;
    }



    .nextsteps-text p {
        font-size: 17px;
    }

    .nextsteps-tag {
        padding: 10px 20px;
        font-size: 14px;
    }

    .nextsteps-tag svg {
        width: 16px;
        height: 16px;
    }



    .case-image {
        height: 180px;
    }

    .case-content {
        padding: 20px 22px 24px;
    }

    .case-title {
        font-size: 18px;
    }

    .section-header-center {
        text-align: center;
        max-width: 800px;
        margin: 0px auto 40px;
    }

    /* contact section */

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .profile-card,
    .cta-card {
        padding: 32px 28px 28px;
    }

    .profile-image {
        width: 120px;
        height: 120px;
    }

    .profile-name {
        font-size: 26px;
    }
}

@media(max-width:767px) {

    .section {
        padding: 50px 0;
    }

    .section-hero-banner {

        min-height: 900px;
        padding: 70px 0;
    }

    .hero-subtitle {
        font-size: 18px;
    }


    .challenge-full-width {
        padding: 0 0 28px 0;
        margin-bottom: 36px;
    }

    .challenge-full-text {
        font-size: 16px;
        line-height: 1.8;
    }

    .challenge-two-col {
        gap: 24px;
    }

    .challenge-image-card img {
        min-height: 220px;
        max-height: 260px;
    }

    .challenge-text-block {
        padding: 14px 0;
    }

    .challenge-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .challenge-highlight {
        padding: 16px 20px;
    }




    .solution-two-col {
        gap: 32px;
    }

    .cap-pills {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .cap-pills span {
        font-size: 13px;
        padding: 12px 16px;
    }

    .solution-col-left {
        gap: 16px;
    }

    .solution-agent-card {
        padding: 16px 20px;
        gap: 16px;
        border-radius: 12px;
    }

    .solution-agent-icon {
        width: 44px;
        height: 44px;
    }

    .solution-agent-icon svg {
        width: 20px;
        height: 20px;
    }

    .solution-agent-name {
        font-size: 16px;
    }

    .solution-agent-desc {
        font-size: 13px;
    }

    .solution-agent-tags span {
        font-size: 10px;
        padding: 3px 12px;
    }

    .section-badge {
        font-size: 12px;
    }

    .solution-agents-label {
        font-size: 12px;
    }



    /* impact */



    .impact-text {
        margin-bottom: 36px;
    }

    .impact-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .impact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 36px;
    }

    .impact-item {
        padding: 12px 14px;
        gap: 10px;
        border-radius: 8px;
    }

    .impact-item-icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

    .impact-item-icon svg {
        width: 14px;
        height: 14px;
    }

    .impact-item-text {
        font-size: 13px;
    }

    .impact-quote {
        gap: 16px;
        padding: 16px 0;
        flex-direction: column;
    }

    .impact-quote-line {
        width: 60px;
        height: 2px;
        flex: none;
    }

    .impact-quote blockquote p {
        font-size: 16px;
        line-height: 1.6;
    }




    .nextsteps-text {
        margin-bottom: 36px;
    }

    .nextsteps-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .nextsteps-tags {
        gap: 10px;
        margin-bottom: 36px;
    }

    .nextsteps-tag {
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 40px;
    }

    .nextsteps-tag svg {
        width: 15px;
        height: 15px;
    }



    /* case study */

    .related-case-card {
        margin-bottom: 30px;
    }

    .case-image {
        height: 160px;
    }

    .case-content {
        padding: 18px 18px 20px;
    }

    .case-title {
        font-size: 17px;
    }

    .case-excerpt {
        font-size: 13px;
    }


    .view-all-link {
        padding: 10px 24px;
        font-size: 14px;
    }

    /* contact section */


    .case-tag-label {
        font-size: 10px;
    }

    .profile-card,
    .cta-card {
        padding: 24px 20px 20px;
        border-radius: 16px;
    }

    .profile-image {
        width: 100px;
        height: 100px;
    }

    .profile-name {
        font-size: 22px;
    }

    .profile-title {
        font-size: 14px;
    }

    .profile-contact {
        flex-direction: column;
    }

    .contact-link {
        min-width: auto;
        padding: 10px 20px;
    }

    .cta-title {
        font-size: 20px;
    }

    .cta-btn-primary {
        padding: 14px 24px;
        font-size: 14px;
    }

    .cta-benefits {
        gap: 6px;
    }

    .benefit-tag {
        font-size: 11px;
        padding: 4px 12px;
    }



}

@media (max-width: 575px) {

    .challenge-full-width {
        padding: 0 0 20px 0;
        margin-bottom: 28px;
    }

    .challenge-full-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .challenge-two-col {
        gap: 20px;
    }

    .challenge-image-card img {
        min-height: 180px;
        max-height: 220px;
    }


    .challenge-text-block {
        padding: 12px 0;
    }

    .challenge-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .challenge-highlight {
        padding: 14px 16px;
        border-left-width: 3px;
        border-radius: 8px;
    }

    .solution-two-col {
        gap: 24px;
    }

    .cap-pills {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cap-pills span {
        font-size: 13px;
        padding: 12px 16px;
    }

    .solution-agent-card {
        padding: 14px 16px;
        border-radius: 10px;
        gap: 14px;
        flex-wrap: wrap;
    }

    .solution-agent-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .solution-agent-icon svg {
        width: 18px;
        height: 18px;
    }

    .solution-agent-name {
        font-size: 15px;
    }

    .solution-agent-desc {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .solution-agent-tags span {
        font-size: 9px;
        padding: 2px 10px;
    }

    .solution-agents-label {
        font-size: 11px;
    }

    .solution-capabilities-header {
        gap: 12px;
        margin-bottom: 16px;
    }

    .solution-agents-header {
        gap: 12px;
    }

    .solution-text-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* impact  */

    .impact-section {
        padding: 40px 0 50px;
    }

    .impact-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .impact-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 28px;
    }

    .impact-item {
        padding: 12px 16px;
        border-radius: 8px;
    }

    .impact-item-icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

    .impact-item-icon svg {
        width: 14px;
        height: 14px;
    }

    .impact-item-text {
        font-size: 13px;
    }

    .impact-quote {
        gap: 12px;
        padding: 12px 0;
    }

    .impact-quote-line {
        width: 40px;
        height: 2px;
    }

    .impact-quote blockquote p {
        font-size: 14px;
        line-height: 1.6;
    }



    .nextsteps-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .nextsteps-tags {
        gap: 8px;
        margin-bottom: 28px;
    }

    .nextsteps-tag {
        padding: 8px 16px;
        font-size: 13px;
        border-radius: 30px;
        gap: 8px;
    }

    .nextsteps-tag svg {
        width: 14px;
        height: 14px;
    }

    .nextsteps-divider {
        max-width: 200px;
    }


    /* case-stdy */

    .case-image {
        height: 140px;
    }

    .case-content {
        padding: 16px 16px 18px;
    }

    .case-title {
        font-size: 16px;
    }

    .case-excerpt {
        font-size: 13px;
        margin-bottom: 12px;
    }


    .case-tags span {
        font-size: 11px;
        padding: 2px 10px;
    }

    .case-readmore {
        font-size: 13px;
    }

    .view-all-link {
        font-size: 13px;
        padding: 10px 20px;
    }

    .hero-title {
        font-size: 32px;
    }


    /* contact */

    .profile-card,
    .cta-card {
        padding: 20px 16px 16px;
        border-radius: 14px;
    }

    .profile-image {
        width: 80px;
        height: 80px;
    }

    .profile-name {
        font-size: 20px;
    }

    .profile-desc {
        font-size: 14px;
    }

    .cta-title {
        font-size: 18px;
    }

    .cta-desc {
        font-size: 14px;
    }

    .cta-icon-wrap {
        width: 60px;
        height: 60px;
    }

    .cta-icon-wrap svg {
        width: 32px;
        height: 32px;
    }

    .cta-btn-primary {
        font-size: 13px;
        padding: 12px 20px;
    }

    .cta-note {
        font-size: 12px;
    }


}




/* ============================================
   STACK SECTION
   ============================================ */
.stack-section {
    background: #FFFFFF;
    padding: 80px 0 100px;
    border-bottom: 1px solid #F3F4F6;
}

/* Uses the site's existing .section-header-center / .section-badge /
   .section-title / .section-header-description â€” no local header overrides. */

/* ============================================
   DESKTOP: SEGMENTED PILL TABS
   (self-contained control â€” no full-width underline
   that stretches beyond the actual tab content)
   ============================================ */
.stack-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 44px;
    padding: 5px;
    gap: 4px;
    background: #F1F5F9;
    border-radius: 12px;
}

.stack-tab {
    position: relative;
    background: none;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
    cursor: pointer;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
    font-family: inherit;
}

.stack-tab:hover {
    color: #0F172A;
}

.stack-tab:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #4F46E5;
}

.stack-tab.active {
    color: #0F172A;
    font-weight: 600;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .10);
}

/* ============================================
   MOBILE: CUSTOM DROPDOWN (fully styleable, no native <select>)
   ============================================ */
.stack-dropdown {
    display: none;
    position: relative;
    margin-bottom: 28px;
}

.stack-dropdown-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: inherit;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px 18px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: border-color .25s ease;
    -webkit-tap-highlight-color: transparent;
}

.stack-dropdown-trigger:hover {
    border-color: #C7D2FE;
}

.stack-dropdown-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.18);
}

.stack-dropdown.open .stack-dropdown-trigger {
    border-color: #4F46E5;
}

.stack-dropdown-label {
    flex: 1;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
}

.stack-dropdown-chevron {
    color: #94A3B8;
    flex-shrink: 0;
    transition: transform .25s ease;
}

.stack-dropdown.open .stack-dropdown-chevron {
    transform: rotate(180deg);
    color: #4F46E5;
}

/* ----- options list ----- */
.stack-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    z-index: 20;

    opacity: 0;
    transform: translateY(-6px) scale(0.98);
    pointer-events: none;
    transform-origin: top center;
    transition: opacity .18s ease, transform .18s ease;
}

.stack-dropdown.open .stack-dropdown-list {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.stack-dropdown-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s ease;
}

.stack-dropdown-option:hover {
    background: #F8FAFC;
}

.stack-dropdown-option:focus-visible {
    outline: none;
    background: #F8FAFC;
    box-shadow: inset 0 0 0 2px #4F46E5;
}

.stack-dropdown-option.active {
    background: #EEF2FF;
}

.stack-dropdown-option-text {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

.stack-dropdown-option.active .stack-dropdown-option-text {
    color: #0F172A;
    font-weight: 600;
}

.stack-dropdown-check {
    color: #4F46E5;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity .15s ease, transform .15s ease;
}

.stack-dropdown-option.active .stack-dropdown-check {
    opacity: 1;
    transform: scale(1);
}

/* ============================================
   PANELS â€” content centered under the centered header/tabs
   ============================================ */
.stack-panel {
    display: none;
}

.stack-panel.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: stackFade .3s ease;
}

@keyframes stackFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stack-section .panel-role {
    font-size: 14px;
    line-height: 1.7;
    color: #64748B;
    text-align: center;
    margin: 0 0 28px;
    max-width: 560px;
}

.stack-section .icon-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.stack-section .icon-card {
    width: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.stack-section .icon-box {
    width: 104px;
    height: 104px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .03);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.stack-section .icon-card:hover .icon-box {
    border-color: #4F46E5;
    background: #FAFBFF;
}

.stack-section .icon-box svg {
    width: 44px;
    height: 44px;
}

.stack-section .icon-box img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.stack-section .icon-label {
    font-size: 12.5px;
    font-weight: 500;
    color: #475569;
    text-align: center;
    transition: color .2s ease;
}

.stack-section .icon-card:hover .icon-label {
    color: #4F46E5;
}


.stack-tab:focus {
    outline: none;
}

/* ============================================
   RESPONSIVE â€” dropdown replaces tabs, grid replaces wrap
   ============================================ */
@media (max-width:991px) {
    .stack-section {
        padding: 60px 0 70px;
    }
}

@media (max-width:767px) {
    .stack-tabs {
        display: none;
    }

    .stack-dropdown {
        display: block;
    }

    .stack-panel.active {
        display: block;
    }

    .stack-section .icon-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        justify-items: center;
    }

    .stack-section .icon-card,
    .stack-section .icon-box {
        width: 100%;
    }

    .stack-section .icon-box {
        aspect-ratio: 1/1;
        height: auto;
        border-radius: 12px;
    }

    .stack-section .icon-box svg {
        width: 30px;
        height: 30px;
    }

    .stack-section .icon-box img {
        width: 32px;
        height: 32px;
    }

    .stack-section .icon-label {
        font-size: 11.5px;
    }
}

@media (max-width:480px) {
    .stack-section {
        padding: 50px 0 60px;
    }

    .stack-dropdown-trigger {
        padding: 14px 16px;
        border-radius: 10px;
    }

    .stack-dropdown-label {
        font-size: 14px;
    }

    .stack-dropdown-list {
        border-radius: 12px;
    }

    .stack-section .icon-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .stack-section .icon-box {
        border-radius: 10px;
    }

    .stack-section .icon-box svg {
        width: 26px;
        height: 26px;
    }

    .stack-section .icon-box img {
        width: 28px;
        height: 28px;
    }

    .stack-section .icon-label {
        font-size: 10px;
    }
}