/* =========================================================
   ABOUT PAGE — INDUSTRIES WE SERVE
   ========================================================= */

.industries-we-serve-about {
    position: relative;
    overflow: hidden;
    padding: 88px 0 78px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 55%, #f8fcff 100%);
}

.industries-we-serve-about .container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
}

.industries-we-serve-about__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.industries-we-serve-about__shape--left {
    width: 330px;
    height: 330px;
    left: -155px;
    top: -180px;
    background: #e8f4ff;
}

.industries-we-serve-about__shape--right {
    width: 280px;
    height: 280px;
    right: -150px;
    bottom: -175px;
    background: #edf7ff;
}

.industries-we-serve-about::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 150px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, #cfe4fa 2px, transparent 3px);
    background-size: 18px 18px;
    opacity: .85;
}

.industries-we-serve-about::after {
    content: "";
    position: absolute;
    right: 45px;
    top: 25px;
    width: 170px;
    height: 100px;
    background-image: radial-gradient(circle, #d9eafb 2px, transparent 3px);
    background-size: 21px 21px;
    opacity: .85;
}

.industries-we-serve-about__header {
    max-width: 1050px;
    margin: 0 auto 43px;
    text-align: center;
}

.industries-we-serve-about__badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 17px;
    color: #126eea;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.industries-we-serve-about__badge span {
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background: #1675ef;
}

.industries-we-serve-about__header h2 {
    margin: 0 auto 14px;
    color: #091b3b;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.industries-we-serve-about__header p {
    max-width: 950px;
    margin: 0 auto;
    color: #4a5f7c;
    font-size: 19px;
    line-height: 1.55;
}

.industries-we-serve-about__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.industries-we-serve-about__card {
    position: relative;
    min-height: 285px;
    padding: 30px 25px 32px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaf0f6;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(29, 75, 125, .08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.industries-we-serve-about__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(29, 75, 125, .14);
}

.industries-we-serve-about__card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #1675ef;
}

.industries-we-serve-about__icon {
    position: relative;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 23px;
    border-radius: 50%;
    background: #eaf4ff;
    color: #176fe8;
    font-size: 42px;
}

.industries-we-serve-about__icon::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(255,255,255,.95);
    border-radius: 50%;
}

.industries-we-serve-about__icon i {
    position: relative;
    z-index: 1;
}

.industry-card-1 .industries-we-serve-about__icon { background:#eaf4ff; color:#176fe8; }
.industry-card-2 .industries-we-serve-about__icon { background:#fff0e5; color:#f47d19; }
.industry-card-3 .industries-we-serve-about__icon { background:#eaf8ff; color:#0879bd; }
.industry-card-4 .industries-we-serve-about__icon { background:#e8faf1; color:#0bb66b; }
.industry-card-5 .industries-we-serve-about__icon { background:#fff0f2; color:#e9364a; }
.industry-card-6 .industries-we-serve-about__icon { background:#f0ebff; color:#7040e5; }
.industry-card-7 .industries-we-serve-about__icon { background:#fff8df; color:#d59b00; }
.industry-card-8 .industries-we-serve-about__icon { background:#e9f7f5; color:#079c8c; }

.industry-card-1::after { background:#1675ef; }
.industry-card-2::after { background:#f47d19; }
.industry-card-3::after { background:#0879bd; }
.industry-card-4::after { background:#0bb66b; }
.industry-card-5::after { background:#e9364a; }
.industry-card-6::after { background:#7040e5; }
.industry-card-7::after { background:#d59b00; }
.industry-card-8::after { background:#079c8c; }

.industries-we-serve-about__card h3 {
    margin: 0 0 10px;
    color: #0a1c3d;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.industries-we-serve-about__card p {
    min-height: 67px;
    margin: 0 auto 18px;
    color: #4a5f7c;
    font-size: 14px;
    line-height: 1.55;
}

.industries-we-serve-about__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 8px;
    background: #1479ed;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 7px 17px rgba(20,121,237,.18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.industries-we-serve-about__link:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 23px rgba(20,121,237,.27);
}

.industry-card-2 .industries-we-serve-about__link { background:#f47d19; }
.industry-card-3 .industries-we-serve-about__link { background:#0879bd; }
.industry-card-4 .industries-we-serve-about__link { background:#0bb66b; }
.industry-card-5 .industries-we-serve-about__link { background:#e9364a; }
.industry-card-6 .industries-we-serve-about__link { background:#7040e5; }
.industry-card-7 .industries-we-serve-about__link { background:#d59b00; }
.industry-card-8 .industries-we-serve-about__link { background:#079c8c; }

.industries-we-serve-about__cta {
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    padding: 28px 38px;
    border-radius: 18px;
    background: linear-gradient(105deg, #086de7 0%, #1788f4 100%);
    box-shadow: 0 14px 31px rgba(12,108,232,.20);
}

.industries-we-serve-about__cta::before,
.industries-we-serve-about__cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

.industries-we-serve-about__cta::before {
    width: 190px;
    height: 190px;
    left: 42%;
    top: -125px;
}

.industries-we-serve-about__cta::after {
    width: 145px;
    height: 145px;
    right: 5%;
    bottom: -95px;
}

.industries-we-serve-about__cta-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 22px;
}

.industries-we-serve-about__cta-icon {
    width: 59px;
    height: 59px;
    flex: 0 0 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0,65,170,.25);
    color: #fff;
    font-size: 23px;
}

.industries-we-serve-about__cta-text {
    flex: 1;
}

.industries-we-serve-about__cta-text h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
}

.industries-we-serve-about__cta-text p {
    margin: 0;
    color: rgba(255,255,255,.91);
    font-size: 16px;
    line-height: 1.5;
}

.industries-we-serve-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 285px;
    min-height: 54px;
    padding: 0 25px;
    border-radius: 10px;
    background: #fff;
    color: #10233f !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.industries-we-serve-about__button:hover {
    color: #10233f !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 27px rgba(0,0,0,.14);
}

@media (max-width: 1199.98px) {
    .industries-we-serve-about .container { max-width:1140px; }
    .industries-we-serve-about__grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
    .industries-we-serve-about { padding:72px 0 62px; }
    .industries-we-serve-about__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .industries-we-serve-about__cta-content { flex-wrap:wrap; }
    .industries-we-serve-about__button { margin-left:81px; }
}

@media (max-width: 767.98px) {
    .industries-we-serve-about { padding:58px 0 52px; }
    .industries-we-serve-about::before,
    .industries-we-serve-about::after { display:none; }

    .industries-we-serve-about__header { margin-bottom:32px; }

    .industries-we-serve-about__badge {
        font-size:13px;
        gap:9px;
    }

    .industries-we-serve-about__badge span { width:27px; }

    .industries-we-serve-about__header h2 {
        font-size:31px;
        letter-spacing:-.7px;
    }

    .industries-we-serve-about__header p {
        font-size:15px;
        line-height:1.65;
    }

    .industries-we-serve-about__grid {
        grid-template-columns:1fr;
        gap:15px;
    }

    .industries-we-serve-about__card {
        min-height:0;
        padding:24px 20px 29px;
    }

    .industries-we-serve-about__icon {
        width:90px;
        height:90px;
        margin-bottom:19px;
        font-size:36px;
    }

    .industries-we-serve-about__card h3 { font-size:20px; }

    .industries-we-serve-about__card p {
        min-height:0;
        font-size:14px;
    }

    .industries-we-serve-about__cta {
        margin-top:25px;
        padding:23px 19px;
    }

    .industries-we-serve-about__cta-content {
        align-items:flex-start;
        gap:14px;
    }

    .industries-we-serve-about__cta-icon {
        width:49px;
        height:49px;
        flex-basis:49px;
        font-size:19px;
    }

    .industries-we-serve-about__cta-text h3 { font-size:20px; }
    .industries-we-serve-about__cta-text p { font-size:14px; }

    .industries-we-serve-about__button {
        width:100%;
        min-width:0;
        margin-left:0;
    }
}

@media (max-width: 479.98px) {
    .industries-we-serve-about__card {
        padding-left:17px;
        padding-right:17px;
    }

    .industries-we-serve-about__header h2 { font-size:28px; }
}
