/* ============================================================
   Knot Networks - Provider Page Styles
   Clean, authentic, human-designed corporate layout
   ============================================================ */

/* Primary styles */
.text-primary-mid {
    color: #7c3aed !important;
}

.bg-primary-mid {
    background-color: #7c3aed !important;
    color: #ffffff !important;
}

/* Hero Section (Original Styles Restored) */
.product-hero--provider {
    position: relative;
    overflow: hidden;
    padding: 112px 0 118px;
    background: radial-gradient(circle at top left,rgba(122,234,255,.32) 0,transparent 34%),radial-gradient(circle at center right,rgba(244,114,182,.24) 0,transparent 40%),radial-gradient(circle at bottom left,rgba(250,204,21,.18) 0,transparent 30%),linear-gradient(135deg,#fdfefe 0%,#f4f8ff 48%,#eef7ff 100%);
    isolation: isolate;
}

.product-hero--provider::before {
    content: '';
    position: absolute;
    width: 620px;
    height: 620px;
    right: -170px;
    top: -250px;
    border: 1px solid rgba(3, 163, 113, 0.32);
    border-radius: 50%;
    box-shadow: 0 0 0 26px rgba(3, 163, 113, 0.08), 0 0 0 52px rgba(244, 114, 182, 0.05), 0 0 0 78px rgba(122, 234, 255, 0.03);
    z-index: -1;
}

.product-hero--provider::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(32deg, transparent 0 28px, rgba(255, 255, 255, 0.05) 29px 30px, transparent 31px 60px);
    clip-path: polygon(0 0, 48% 0, 25% 100%, 0 100%);
    pointer-events: none;
    z-index: -1;
}

.product-hero--provider .product-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
}

@media (max-width: 991.98px) {
    .product-hero--provider .product-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }
}

.product-hero--provider .kn-btn-primary-hero {
    margin-top: 28px;
    padding: 15px 23px;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(5, 27, 48, 0.24);
}

.product-hero--provider .product-hero-svg {
    filter: drop-shadow(0 24px 26px rgba(5, 27, 48, 0.22));
    animation: provider-network-float 9s ease-in-out infinite alternate;
    max-width: 100%;
    height: auto;
}

@keyframes provider-network-float {
    from { transform: translateY(0) rotate(1deg); }
    to { transform: translateY(-10px) rotate(-2deg); }
}

.provider-label {
    display: inline-block;
    padding: 6px 14px;
    background-color: rgba(124, 58, 237, 0.08);
    color: #7c3aed;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 6px;
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    line-height: 1.2;
    color: #0f172a;
}

.hero-desc {
    color: #475569;
    max-width: 540px;
    line-height: 1.6;
}

.hero-image-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

/* Step Cards */
.step-card-item {
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.step-card-item:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04) !important;
}

/* Onboarding */
.provider-onboarding {
    background-color: #f8fafc;
}

.onboarding-grid .card {
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.onboarding-grid .card:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04) !important;
}

.onboarding-grid .card p {
    line-height: 1.5;
}

/* Explanation Section */
.provider-explanation {
    background-color: #ffffff;
}

/* Readiness Section */
.provider-readiness {
    background-color: #f8fafc;
}

.provider-readiness .card {
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.provider-readiness .card:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04) !important;
}

.provider-readiness .card .text-primary {
    color: #7c3aed !important;
}

.tracking-wider {
    letter-spacing: 0.08em;
}

/* Responsiveness */
@media (max-width: 991.98px) {
    .hero-desc {
        margin: 0 auto;
    }
}
