/* 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: 0px;
    border-bottom: none;
}

.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-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;
}





/* ============================================
   SECTION 1: BUSINESS CHALLENGE
   ============================================ */
.challenge-section {
    background: #ffffff;
}

.challenge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.challenge-content {
    font-size: 16px;
    line-height: 1.8;
    color: #64748B;
}

.challenge-lead {
    font-size: 20px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.7;
    margin-bottom: 16px;
}

.challenge-content p {
    margin-bottom: 16px;
}

.challenge-content p:last-of-type {
    margin-bottom: 0;
}

.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-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.challenge-highlight-line {
    display: block;
}



/* Infographic */
.challenge-infographic {
    background: #F7F8FA;
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
}

.challenge-infographic:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.06);
}

.infographic-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.source-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.source-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
    cursor: default;
}

.source-item:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.08);
}

.source-item i {
    font-size: 18px;
    color: #2563eb;
}

.source-item span {
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
}

.flow-arrow {
    width: 100%;
    max-width: 200px;
}

.flow-arrow svg {
    width: 100%;
    height: auto;
}

.platform-result {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 28px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #2563eb;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.10);
    transition: all 0.3s ease;
}

.platform-result:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15);
}

.platform-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
}

.platform-label {
    font-size: 16px;
    font-weight: 700;
    color: #1A3A5C;
}


/* ============================================
   SECTION 2: STRATEGIC APPROACH
   ============================================ */
.approach-section {
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}


.approach-lead,
.impact-lead {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    text-align: center;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 48px;
    font-weight: 600;
}


.approach-lead-text,
.impact-lead-text {
    font-size: 18px;
    line-height: 1.6;
    color: #1A3A5C;
    margin-bottom: 4px;
}


.our-role-header {
    text-align: center;
    margin: 0 0 25px;
}

.our-role-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.eyebrow-line {
    width: 28px;
    height: 2px;
    background: #2563eb;
    opacity: 0.35;
    border-radius: 2px;
}

.our-role-desc {
    font-size: 15px;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

.lifecycle-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    padding: 16px 0;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.lifecycle-timeline::-webkit-scrollbar {
    display: none;
}

.lifecycle-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 110px;
}

.stage-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2563eb;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.lifecycle-stage:hover .stage-icon {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.15);
}

.stage-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
    text-align: center;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
    min-height: 32px;
}

.lifecycle-stage:hover .stage-label {
    color: #2563eb;
}

.lifecycle-connector {
    flex-shrink: 0;
    width: 32px;
    height: 2px;
    background: #dce2eb;
    position: relative;
    margin-top: 28px;
    border-radius: 2px;
}

.lifecycle-connector::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
    opacity: 0.3;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08);
}



/* ============================================
   SECTION 3: ENGINEERING HIGHLIGHTS
   ============================================ */

.engineering-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.engineering-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px 28px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
}

.engineering-card:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.06);
}

/* ============================================
   ICON
   ============================================ */

.engineering-card .card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2563eb;
    background: #eff6ff;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.engineering-card:hover .card-icon {
    background: #2563eb;
    color: #ffffff;
}

/* ============================================
   CONTENT
   ============================================ */

.engineering-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    flex: 1;
}


.engineering-card .card-content .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.engineering-card .card-content-text {
    font-size: 16px;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
    flex: 1;
}

.engineering-card .card-content-text p {
    margin: 0;
}



.engineering-card .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    width: 100%;
    margin-top: auto;
}


.engineering-card .card-tags span {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    background: #f1f5f9;
    padding: 4px 14px;
    border-radius: 4px;
    letter-spacing: 0.04em;
    transition: all 0.3s ease;
}

.engineering-card:hover .card-tags span {
    color: #2563eb;
    background: #f0f7ff;
}



/* ============================================
   SECTION 4: BUSINESS IMPACT
   ============================================ */


.impact-section {
    background: #F7F8FA;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.impact-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.impact-card:hover {
    border-color: #2563eb;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08);
    transform: translateY(-3px);
}

.impact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 20px;
    color: #2563eb;
    transition: all 0.3s ease;
}

.impact-card:hover .impact-icon {
    background: #2563eb;
    color: #ffffff;
}

.impact-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
}

.impact-card .content-text {
    font-size: 12px;
    line-height: 1.5;
    color: #64748B;
    margin: 0;
}

.impact-closing {
    text-align: center;
    padding: 20px 0;
}

.impact-closing {
    padding: 20px 24px;
    background: #ffffff;
    border-radius: 12px;
    border-left: 4px solid #2563eb;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1A3A5C;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}


/* project matter section */

.matters-section {
    background: #ffffff;
}

.matters-statement {
    margin-bottom: 50px;
}


.matters-quote {
    position: relative;
    margin: 0;
    padding: 70px 70px 40px;
    border-radius: 20px;
    background: linear-gradient(180deg, #F9FCFF 0%, #EEF6FF 100%);
    border: 1px solid #DCE9FB;
    text-align: center;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
}

.quote-mark {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 130px;
    line-height: 1;
    opacity: .1;
    color: #2563eb;
    font-family: Georgia, serif;
    display: block;
}




.matters-quote::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .05);
    top: -80px;
    right: -80px;
}




.matters-quote strong {
    display: block;
    margin-top: 20px;
}


.matters-text {
    margin-bottom: 40px;
}


.matters-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.cap-block-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}


.cap-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}

/* ============================================
   RIGHT: TECHNOLOGY CARD
   ============================================ */
.tech-glance-card {
    background: #F0F7FF;
    border: 1px solid #E8EDF4;
    border-radius: 16px;
    padding: 28px 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.tech-glance-card:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.06);
}

.tech-glance-title {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 20px 0;
    padding-bottom: 14px;
    border-bottom: 2px solid #E8EDF4;
    letter-spacing: -0.01em;
}

.tech-glance-rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.tech-glance-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #EDF2F7;
    transition: all 0.2s ease;
    gap: 5px;

}

.tech-glance-row:hover {
    border-color: #2563eb;
    background: #F8FAFF;
}

.tech-item-full {
    grid-column: 1 / -1;
}

.tech-glance-key {
    font-size: 13px;
    color: #64748B;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.tech-glance-value {
    font-size: 14px;
    color: #0F172A;
    font-weight: 600;
    text-align: right;
    letter-spacing: -0.01em;
}



.cap-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1E293B;
    padding: 12px 20px;
    border-radius: 10px;
    background: white;
    border: 1px solid #E6EDF6;
    transition: all 0.25s ease;
    cursor: default;
    background: #F0F7FF;

}




.cap-pills span::before {
    content: "✓";
    color: #2563eb;
    font-weight: 700;
}

.cap-pills span:hover {
    background: #fff;
    border-color: #2563eb;
    color: #2563eb;


}

.cap-block small {
    display: block;
    margin-top: 6px;
    color: #64748B;
    font-size: 14px;

}




.tech-glance-row {
    border-left: 3px solid transparent;
}

.tech-glance-row:hover {

    border-left-color: #2563eb;

}







/* ============================================
   RELATED CASE STUDIES - PROFESSIONAL PREMIUM
   ============================================ */

.related-case-section.section {
    background: #f7f8fa;
}

/* ----- 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;
}


/* project snapshot */

.project-snapshot-bar {
    background: #0f172a;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(37, 99, 235, 0.12);
    border-bottom: 1px solid rgba(37, 99, 235, 0.12);
    padding: 0px;
    margin-bottom: 30px;
}

/* Subtle Background Glow - No Animation */
.project-snapshot-bar::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 60%;
    height: 160%;
    background: radial-gradient(ellipse, rgba(37, 99, 235, 0.05), transparent 70%);
    pointer-events: none;
}

.project-snapshot-bar::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 60%;
    height: 160%;
    background: radial-gradient(ellipse, rgba(59, 130, 246, 0.03), transparent 70%);
    pointer-events: none;
}

/* ============================================
   SNAPSHOT GRID - 5 EQUAL COLUMNS
   ============================================ */
.snapshot-bar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.015);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* ============================================
   SNAPSHOT CARD
   ============================================ */
.snapshot-bar-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    cursor: default;
}

.snapshot-bar-card:last-child {
    border-right: none;
}

/* Simple Hover - No Glow Effects */
.snapshot-bar-card:hover {
    background: rgba(37, 99, 235, 0.04);
}

/* Card Icon */
.snapshot-bar-card .card-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.snapshot-bar-card .card-icon svg {
    stroke: #60a5fa;
    width: 19px;
    height: 19px;
    transition: all 0.3s ease;
}

.snapshot-bar-card:hover .card-icon {
    background: #2563eb;
    transform: scale(1.02);
}

.snapshot-bar-card:hover .card-icon svg {
    stroke: #ffffff;
}

/* Card Content */
.snapshot-bar-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.snapshot-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(148, 163, 184, 0.7);
    display: block;
    transition: color 0.3s ease;
}

.snapshot-bar-card:hover .snapshot-label {
    color: rgba(148, 163, 184, 0.7);
}

.snapshot-value {
    font-size: 12px;
    font-weight: 500;
    color: #f1f5f9;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: color 0.3s ease;
}

.snapshot-bar-card:hover .snapshot-value {
    color: #ffffff;
}


.snapshot-bar-card .dot-sep {
    color: rgba(37, 99, 235, 0.3);
    padding: 0 4px;
    font-weight: 300;
}



@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;
    }


    .impact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-bottom: 32px;
    }

    .impact-card {
        padding: 24px 16px;
    }

    .impact-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin-bottom: 12px;
    }


    .impact-card .content-text {
        font-size: 12px;
    }

    .impact-closing {
        font-size: 17px;
    }

    .matters-quote {
        padding: 60px 40px 30px;
        font-size: 18px;
    }

    .quote-mark {
        font-size: 120px;
    }


    /* project snapshot */

    .snapshot-bar-card {
        padding: 16px 16px;
        gap: 12px;
    }

    .snapshot-value {
        font-size: 11px;
    }


    .snapshot-bar-card .card-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .snapshot-bar-card .card-icon svg {
        width: 17px;
        height: 17px;
    }

}

@media(max-width:991px) {

    .section-hero-banner.section {
        min-height: 850px;
        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: 40px;
    }

    .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;
    }


    /* Bussinees challenge */

    .challenge-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .challenge-content {
        order: 1;
    }

    .challenge-infographic {
        order: 2;
        padding: 30px 24px;
    }

    .challenge-lead {
        font-size: 18px;
    }

    .challenge-highlight {
        padding: 18px 20px;
    }

    .challenge-highlight {
        font-size: 16px;
    }

    .source-items {
        gap: 10px;
    }

    .source-item {
        padding: 8px 14px;
    }

    .source-item i {
        font-size: 16px;
    }

    .source-item span {
        font-size: 13px;
    }

    .platform-result {
        padding: 14px 20px;
        gap: 12px;
    }

    .platform-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .platform-label {
        font-size: 15px;
    }

    .flow-arrow {
        max-width: 160px;
    }

    /* approach */


    .lifecycle-timeline {
        padding: 8px 4px;
        justify-content: center;
    }

    .lifecycle-stage {
        width: 90px;
        gap: 6px;
    }

    .stage-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
        border-width: 2px;
    }

    .stage-label {
        font-size: 10px;
        min-height: 24px;
    }

    .lifecycle-connector {
        width: 16px;
        margin-top: 18px;
    }

    .lifecycle-connector::after {
        width: 5px;
        height: 5px;
        right: -3px;
        border-width: 1.5px;
    }



    /* enginnerring card */

    .engineering-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 0 16px;
    }

    .engineering-card {
        padding: 28px 24px 24px;
        gap: 14px;
    }

    .engineering-card .card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .engineering-card .card-content .card-title {
        font-size: 17px;
    }

    .engineering-card .card-content .card-content-text {
        font-size: 14px;
    }

    /* matter section */

    .matters-statement {
        margin-bottom: 35px;
    }



    .quote-mark {
        font-size: 110px;
    }


    .matters-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .tech-glance-row {
        padding: 8px 14px;
    }

    /* case study */


    .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;
    }


    /* project snapshot */

    .snapshot-bar-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .snapshot-bar-card {
        padding: 14px 16px;
        gap: 12px;
        border-right: 1px solid rgba(255, 255, 255, 0.04);
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .snapshot-bar-card:nth-child(4) {
        border-right: none;
    }

    .snapshot-bar-card:last-child {
        grid-column: 1 / -1;
        border-right: none;
        border-bottom: none;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        padding: 12px 18px;
    }


    .snapshot-value {
        font-size: 12px;
    }

    .snapshot-bar-card .card-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .snapshot-bar-card .card-icon svg {
        width: 16px;
        height: 16px;
    }

    .snapshot-label {
        font-size: 8px;
    }


}

@media(max-width:767px) {

    .section {
        padding: 50px 0;
    }

    .section-hero-banner {

        min-height: 900px;
        padding: 70px 0;
    }


    /* bussinees challenge  */
    .challenge-grid {
        gap: 32px;
    }

    .challenge-infographic {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .challenge-lead {
        font-size: 17px;
        line-height: 1.6;
    }

    .challenge-content {
        font-size: 15px;
    }

    .challenge-highlight {
        padding: 16px 18px;
        border-left-width: 3px;
    }

    .challenge-highlight {
        font-size: 14px;
    }

    .source-items {
        gap: 8px;
    }

    .source-item {
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 12px;
    }

    .source-item i {
        font-size: 14px;
    }

    .source-item span {
        font-size: 12px;
    }

    .platform-result {
        padding: 12px 16px;
        gap: 10px;
        border-radius: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .platform-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .platform-label {
        font-size: 14px;
        text-align: center;
    }

    .flow-arrow {
        max-width: 140px;
    }

    .infographic-wrapper {
        gap: 16px;
    }




    /* engineering highlight */


    .engineering-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 12px;
    }

    .engineering-card {
        padding: 24px 20px 20px;
        gap: 12px;
        border-radius: 14px;
    }

    .engineering-card .card-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        border-radius: 10px;
    }

    .engineering-card .card-content .card-title {
        font-size: 16px;
    }

    .engineering-card .card-content .card-content-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .engineering-card .card-tag span {
        font-size: 10px;
        padding: 3px 12px;
    }

    /* bussiness impact */


    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 28px;
    }

    .impact-card {
        padding: 20px 14px;
    }

    .impact-closing {

        text-align: left;
    }



    /* matter section */


    .matters-statement {
        margin-bottom: 30px;
    }


    .matters-text {
        font-size: 14px;
    }

    .cap-pills span {
        font-size: 12px;
        padding: 8px 16px;
    }

    .tech-glance-card {
        padding: 20px 18px 16px;
        border-radius: 14px;
    }

    .tech-glance-title {
        font-size: 17px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .tech-glance-rows {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .tech-glance-row {
        padding: 9px 14px;
        border-radius: 6px;
    }

    .tech-glance-key {
        font-size: 13px;
    }

    .tech-glance-value {
        font-size: 13px;
    }


    .matters-quote {
        padding: 50px 20px 35px;
        font-size: 18px;
    }

    .quote-mark {
        font-size: 80px;
    }


    /* 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;
    }


    /* project snapshot */

    .snapshot-bar-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .snapshot-bar-card {
        padding: 14px 16px;
        gap: 12px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .snapshot-bar-card:nth-child(4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .snapshot-bar-card:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        border-bottom: none;
        padding: 12px 16px;
    }



    .snapshot-bar-card .card-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .snapshot-bar-card .card-icon svg {
        width: 15px;
        height: 15px;
    }

}

/* Small Mobile */
@media (max-width: 575px) {
    .challenge-grid {
        gap: 24px;
    }

    .challenge-infographic {
        padding: 20px 12px;
        border-radius: 14px;
    }

    .challenge-lead {
        font-size: 16px;
    }

    .challenge-content {
        font-size: 14px;
        line-height: 1.7;
    }

    .challenge-highlight {
        padding: 14px 16px;
        border-left-width: 3px;
        border-radius: 8px;
    }


    .source-items {
        gap: 6px;
    }

    .source-item {
        padding: 5px 10px;
        border-radius: 6px;
        gap: 5px;
    }

    .source-item i {
        font-size: 12px;
    }

    .source-item span {
        font-size: 11px;
    }

    .platform-result {
        padding: 10px 14px;
        gap: 8px;
        border-radius: 8px;
        border-width: 2px;
    }

    .platform-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .platform-label {
        font-size: 12px;
    }

    .flow-arrow {
        max-width: 100px;
    }

    .infographic-wrapper {
        gap: 12px;
    }

    /* approach section */

    .approach-lead {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 24px;
        padding: 0 8px;
    }



    .approach-lead-text,
    .impact-lead-text {
        font-size: 15px;
        line-height: 1.6;
        color: #1A3A5C;
        margin-bottom: 4px;
    }


    .our-role-header {
        margin-bottom: 28px;
    }

    .our-role-eyebrow {
        font-size: 12px;
        gap: 8px;
    }

    .our-role-desc {
        font-size: 14px;
        padding: 0 8px;
    }

    .lifecycle-timeline {
        padding: 8px 4px;
        justify-content: flex-start;
    }

    .lifecycle-stage {
        width: 80px;
        gap: 6px;
    }

    .stage-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
        border-width: 2px;
    }

    .stage-label {
        font-size: 10px;
        min-height: 24px;
    }

    .lifecycle-connector {
        width: 14px;
        margin-top: 18px;
    }



    /* engineering highlight */

    .engineering-card-grid {
        gap: 16px;
        padding: 0 8px;
        max-width: 100%;
    }

    .engineering-card {
        padding: 20px 16px 16px;
        gap: 10px;
        border-radius: 12px;
    }

    /* bussiness impact */

    .impact-grid {
        grid-template-columns: 1fr;
        margin: 0 auto 32px;
    }

    .matters-quote {
        padding: 50px 20px 40px;
        font-size: 16px;
    }

    .matters-quote::after {
        display: none;
    }

    /* 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;
    }



    /* 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;
    }


    /* project snapshot */

    .project-snapshot-bar {
        border-top: 1px solid rgba(37, 99, 235, 0.08);
        border-bottom: 1px solid rgba(37, 99, 235, 0.08);
    }

    .snapshot-bar-grid {
        grid-template-columns: repeat(2, 1fr);
        border-top: none;
        border-bottom: none;
    }

    .snapshot-bar-card {
        padding: 10px 12px;
        gap: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        border-right: none;
    }

    /* 4th item - no bottom border (last in 2-col) */
    .snapshot-bar-card:nth-child(4) {
        border-bottom: none;
    }

    /* 5th item (Services) - Full Width */
    .snapshot-bar-card:last-child {
        grid-column: 1 / -1;
        padding: 10px 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        border-bottom: none;
        border-right: none;
    }

    .snapshot-value {
        font-size: 10px;
    }

    .snapshot-bar-card .card-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 8px;
    }

    .snapshot-bar-card .card-icon svg {
        width: 13px;
        height: 13px;
    }

    .snapshot-label {
        font-size: 7px;
        letter-spacing: 0.08em;
    }

    .snapshot-bar-card .dot-sep {
        padding: 0 2px;
    }

    /* Remove hover effects on mobile for performance */
    .snapshot-bar-card:hover {
        background: transparent;
    }

    .snapshot-bar-card:hover .card-icon {
        background: rgba(37, 99, 235, 0.1);
        transform: none;
    }

    .snapshot-bar-card:hover .card-icon svg {
        stroke: #60a5fa;
    }

}

@media (max-width: 360px) {
    .lifecycle-stage {
        min-width: 32px;
        gap: 3px;
    }

    .stage-icon {
        width: 28px;
        height: 28px;
        font-size: 10px;
        border-width: 1.5px;
    }

    .stage-label {
        font-size: 7px;
    }

    .lifecycle-connector {
        width: 8px;
        margin-bottom: 8px;
        height: 1.5px;
    }

    .lifecycle-connector::after {
        width: 3px;
        height: 3px;
        right: -2px;
        border-width: 1px;
    }


    .snapshot-bar-card {
        padding: 9px;
        gap: 6px;
    }

    .snapshot-value {
        font-size: 9px;
    }

    .snapshot-bar-card .card-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        border-radius: 4px;
    }

    .snapshot-bar-card .card-icon svg {
        width: 10px;
        height: 10px;
    }

    .snapshot-label {
        font-size: 6px;
        letter-spacing: 0.05em;
    }
}
