.provider-mobile-section {
    padding: 90px 20px;
    background:
        radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.38), transparent 34%),
        radial-gradient(circle at 88% 78%, rgba(14, 165, 233, 0.3), transparent 36%),
        linear-gradient(135deg, #020617 0%, #061a3a 45%, #0f3b7a 100%);
    color: #ffffff;
    overflow: hidden;
}

.provider-mobile-container {
    max-width: 1200px;
    margin: 0 auto;
}

.provider-mobile-heading {
    max-width: 880px;
    margin: 0 auto 52px;
    text-align: center;
}

.provider-mobile-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.18);
    border: 1px solid rgba(96, 165, 250, 0.45);
    color: #93c5fd;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.provider-mobile-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    color: #f8fafc;
}

.provider-mobile-heading p {
    font-size: 17px;
    line-height: 1.8;
    color: #cbd5e1;
}

.provider-mobile-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 34px;
    align-items: center;
}

.provider-mobile-content {
    display: grid;
    gap: 20px;
}

.provider-mobile-card {
    position: relative;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 20px;
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15, 46, 92, 0.96), rgba(2, 6, 23, 0.94));
    border: 1px solid rgba(96, 165, 250, 0.24);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    transition: 0.35s ease;
}

.provider-mobile-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), transparent 55%);
    opacity: 0;
    transition: 0.35s ease;
}

.provider-mobile-card:hover {
    transform: translateY(-6px);
    border-color: rgba(147, 197, 253, 0.7);
    box-shadow: 0 26px 65px rgba(37, 99, 235, 0.24);
}

.provider-mobile-card:hover::before {
    opacity: 1;
}

.provider-mobile-icon,
.provider-mobile-card div {
    position: relative;
    z-index: 1;
}

.provider-mobile-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1d4ed8, #38bdf8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 14px 35px rgba(56, 189, 248, 0.3);
}

.provider-mobile-card h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 22px;
}

.provider-mobile-card p {
    color: #cbd5e1;
    font-size: 15.8px;
    line-height: 1.8;
}

.provider-mobile-phone {
    display: flex;
    justify-content: center;
}

.provider-phone-frame {
    width: 320px;
    padding: 14px;
    border-radius: 42px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(147, 197, 253, 0.3);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(37, 99, 235, 0.28);
}

.provider-phone-top {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-phone-top span {
    width: 82px;
    height: 7px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.42);
}

.provider-phone-screen {
    min-height: 520px;
    padding: 22px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top, rgba(56, 189, 248, 0.22), transparent 35%),
        linear-gradient(180deg, #061a3a 0%, #020617 100%);
    border: 1px solid rgba(96, 165, 250, 0.22);
}

.provider-phone-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.13);
    border: 1px solid rgba(125, 211, 252, 0.28);
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 800;
}

.provider-phone-screen h3 {
    margin-bottom: 8px;
    font-size: 26px;
    color: #ffffff;
}

.provider-phone-screen p {
    margin-bottom: 22px;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}

.provider-phone-card {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(96, 165, 250, 0.18);
}

.provider-phone-card strong {
    color: #ffffff;
    font-size: 16px;
}

.provider-phone-card span {
    color: #bfdbfe;
    font-size: 13px;
}

.provider-phone-card a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    margin-top: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.provider-phone-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.provider-phone-nav span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(147, 197, 253, 0.65);
}

.provider-phone-nav span:first-child {
    width: 24px;
    background: #38bdf8;
}

.provider-mobile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 46px;
}

.provider-mobile-feature {
    padding: 24px 18px;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(96, 165, 250, 0.24);
    text-align: center;
}

.provider-mobile-feature strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 30px;
}

.provider-mobile-feature span {
    color: #bfdbfe;
    font-size: 14px;
    font-weight: 700;
}

.provider-mobile-cta {
    margin-top: 46px;
    padding: 30px;
    border-radius: 28px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(96, 165, 250, 0.28);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.provider-mobile-cta h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
}

.provider-mobile-cta p {
    max-width: 760px;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.7;
}

.provider-mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 14px 35px rgba(37, 99, 235, 0.35);
    transition: 0.3s ease;
}

.provider-mobile-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(56, 189, 248, 0.45);
}

@media (max-width: 992px) {
    .provider-mobile-layout {
        grid-template-columns: 1fr;
    }

    .provider-mobile-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .provider-mobile-cta {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .provider-mobile-section {
        padding: 70px 16px;
    }

    .provider-mobile-heading {
        margin-bottom: 36px;
    }

    .provider-mobile-heading p {
        font-size: 15.5px;
    }

    .provider-mobile-card {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        border-radius: 24px;
        text-align: center;
    }

    .provider-mobile-icon {
        margin: 0 auto;
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .provider-mobile-card h3 {
        font-size: 20px;
    }

    .provider-phone-frame {
        width: 100%;
        max-width: 320px;
    }

    .provider-phone-screen {
        min-height: 460px;
    }

    .provider-mobile-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .provider-mobile-cta {
        padding: 24px 18px;
    }

    .provider-mobile-cta h3 {
        font-size: 22px;
    }

    .provider-mobile-btn {
        width: 100%;
    }
}