/* Extracted from mobile-app-development.html inline <style> block 02. */
.ws_services_alt_wrap,
.ws_services_alt_wrap * {
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ws_services_alt_wrap {
    background:
        radial-gradient(circle at 12% 8%, rgba(21, 87, 255, 0.10), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(7, 43, 136, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    padding: 96px 20px 84px;
    border-top: 1px solid #e5ecff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ws_services_alt_container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ws_services_alt_head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: end;
    margin-bottom: 38px;
}

.ws_services_alt_badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(21, 87, 255, 0.16);
    color: #07328f;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(7, 17, 31, 0.05);
    margin-bottom: 18px;
}

.ws_services_alt_badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1557ff;
    box-shadow: 0 0 0 5px rgba(21, 87, 255, 0.12);
}

.ws_services_alt_title {
    margin: 0 0 14px;
    max-width: 770px;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.18;
    letter-spacing: -0.7px;
    color: #07111f;
    font-weight: 850;
}

.ws_services_alt_title strong {
    color: #1557ff;
}

.ws_services_alt_desc {
    max-width: 760px;
    color: #51627a;
    font-size: 15.5px;
    line-height: 1.75;
    margin: 0;
    font-weight: 500;
}

.ws_services_alt_note {
    padding: 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(21, 87, 255, 0.24), transparent 38%),
        #07111f;
    color: #d8e2f0;
    box-shadow: 0 18px 50px rgba(7, 17, 31, 0.14);
    position: relative;
    overflow: hidden;
}

.ws_services_alt_note strong {
    display: block;
    color: #ffffff;
    font-size: 15.5px;
    margin-bottom: 8px;
    font-weight: 800;
}

.ws_services_alt_note p {
    margin: 0;
    font-size: 13.8px;
    line-height: 1.65;
    color: #cbd5e1;
}

.ws_services_alt_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ws_services_alt_card {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    box-shadow: 0 16px 44px rgba(7, 17, 31, 0.08);
    transition: 0.28s ease;
    isolation: isolate;
}

.ws_services_alt_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(21, 87, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(21, 87, 255, 0.04), transparent 44%);
    opacity: 0;
    transition: 0.28s ease;
    z-index: 0;
}

.ws_services_alt_card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 5px;
    background: linear-gradient(90deg, #1557ff, #072b88);
    opacity: 0;
    transition: 0.28s ease;
    z-index: 1;
}

.ws_services_alt_card:hover {
    transform: translateY(-7px);
    border-color: rgba(21, 87, 255, 0.38);
    box-shadow: 0 26px 70px rgba(7, 17, 31, 0.13);
}

.ws_services_alt_card:hover::before,
.ws_services_alt_card:hover::after {
    opacity: 1;
}

.ws_services_alt_card_inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 374px;
}

.ws_services_alt_icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1557ff, #072b88);
    color: #ffffff;
    margin-bottom: 22px;
    box-shadow: 0 12px 30px rgba(21, 87, 255, 0.24);
}

.ws_services_alt_icon svg {
    width: 27px;
    height: 27px;
    display: block;
}

.ws_services_alt_card h3 {
    margin: 0 0 10px;
    color: #07111f;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: -0.25px;
}

.ws_services_alt_card p {
    margin: 0;
    color: #51627a;
    font-size: 14.5px;
    line-height: 1.68;
    font-weight: 500;
}

.ws_services_alt_features {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ws_services_alt_features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #1e293b;
    font-size: 13.8px;
    line-height: 1.5;
    font-weight: 650;
}

.ws_services_alt_features li::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: 7px;
    border-radius: 50%;
    background: #1557ff;
    flex: 0 0 auto;
}

.ws_services_alt_price {
    margin-top: auto;
    padding-top: 24px;
}

.ws_services_alt_price small {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 11px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-weight: 850;
}

.ws_services_alt_price strong {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    color: #07111f;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}

.ws_services_alt_price strong span {
    font-size: 14px;
    color: #64748b;
    font-weight: 750;
    margin-bottom: 4px;
    letter-spacing: 0;
}

.ws_services_alt_btn {
    position: relative;
    overflow: hidden;
    margin-top: 22px;
    min-height: 50px;
    border-radius: 15px;
    background: #07111f;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 850;
    transition: 0.25s ease;
    isolation: isolate;
}

.ws_services_alt_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -125%;
    width: 62%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.20) 35%,
        rgba(255,255,255,0.62) 50%,
        rgba(255,255,255,0.20) 65%,
        transparent 100%
    );
    transform: skewX(-20deg);
    z-index: -1;
}

.ws_services_alt_btn:hover::before {
    animation: ws_services_btn_shine 0.85s ease forwards;
}

@keyframes ws_services_btn_shine {
    0% { left: -125%; }
    100% { left: 135%; }
}

.ws_services_alt_btn:hover {
    transform: translateY(-2px);
    background: #1557ff;
    box-shadow: 0 14px 30px rgba(21, 87, 255, 0.24);
}

.ws_services_alt_card_featured {
    background:
        radial-gradient(circle at top right, rgba(21, 87, 255, 0.32), transparent 34%),
        linear-gradient(135deg, #07111f, #081a38);
    border-color: rgba(255, 255, 255, 0.12);
}

.ws_services_alt_card_featured h3,
.ws_services_alt_card_featured .ws_services_alt_price strong {
    color: #ffffff;
}

.ws_services_alt_card_featured p,
.ws_services_alt_card_featured .ws_services_alt_features li,
.ws_services_alt_card_featured .ws_services_alt_price small,
.ws_services_alt_card_featured .ws_services_alt_price strong span {
    color: #d8e2f0;
}

.ws_services_alt_card_featured .ws_services_alt_features li::before {
    background: #ffffff;
}

.ws_services_alt_card_featured .ws_services_alt_btn {
    background: #ffffff;
    color: #07111f !important;
}

.ws_services_alt_card_featured .ws_services_alt_btn:hover {
    background: #1557ff;
    color: #ffffff !important;
}

.ws_services_alt_card_featured .ws_services_alt_btn::before {
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(21,87,255,0.08) 35%,
        rgba(21,87,255,0.24) 50%,
        rgba(21,87,255,0.08) 65%,
        transparent 100%
    );
}

@media (max-width: 991px) {
    .ws_services_alt_wrap {
        padding: 72px 16px 60px;
    }

    .ws_services_alt_head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ws_services_alt_grid {
        grid-template-columns: 1fr;
    }

    .ws_services_alt_card {
        min-height: auto;
    }

    .ws_services_alt_card_inner {
        min-height: auto;
    }

    .ws_services_alt_title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .ws_services_alt_title {
        font-size: 27px;
    }

    .ws_services_alt_card {
        padding: 24px;
        border-radius: 24px;
    }

    .ws_services_alt_note {
        padding: 20px;
    }
}
