.provider-profile-page{
    background:linear-gradient(180deg,#f3f8f6 0,#fcfefd 18%,#f3f7fb 100%);
    padding:0 0 40px;
}
.provider-shell{
    max-width:1280px;
    margin:0 auto;
    padding:0 18px;
}
.provider-hero-shell{position:relative;padding-bottom:26px}
.cover-image-wrapper.cover-image-wrapper--provider-hero{
    position:relative;
    width:100%;
    height:clamp(200px,38vw,360px);
    overflow:hidden;
    border-radius:0 0 32px 32px;
    background:linear-gradient(135deg,#0f172a,#1e293b);
}
.cover-image-wrapper.cover-image-wrapper--provider-hero > img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
.provider-cover-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(8,28,41,.10),rgba(8,28,41,.52));
    border-radius:0 0 32px 32px;
}
.provider-header-card{
    margin-top:-110px;
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:22px;
    align-items:end;
    padding:26px;
    border-radius:30px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(220,232,228,.9);
    box-shadow:0 28px 60px rgba(15,23,42,.12);
    backdrop-filter:blur(14px);
}
.provider-identity{display:grid;grid-template-columns:140px minmax(0,1fr);gap:22px;align-items:end}
.provider-avatar-wrap{display:flex;align-items:flex-end;justify-content:flex-start}
.provider-avatar,.provider-avatar-fallback{
    width:clamp(80px,10vw,120px);
    height:clamp(80px,10vw,120px);
    border-radius:999px;
    border:4px solid #fff;
    box-shadow:0 18px 36px rgba(15,23,42,.16);
}
.provider-avatar{object-fit:cover;object-position:center;background:#f1f5f9;overflow:hidden;flex-shrink:0}
.provider-avatar-fallback{
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0f4f53,#15766b);
    color:#fff;
    font-size:42px;
    font-weight:900;
}
.provider-chip-row,.provider-utility-actions,.provider-primary-actions,.provider-location-row,.provider-stat-row,.provider-two-column,.provider-spec-grid,.provider-gallery-grid,.provider-post-grid,.provider-review-list,.provider-price-list,.provider-bullet-list,.provider-info-list,.provider-compact-specs{
    display:grid;
    gap:14px;
}
.provider-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}
.provider-chip{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 14px;
    border-radius:999px;
    background:#edf7f4;
    color:#155e56;
    font-size:12px;
    font-weight:800;
}
.provider-chip-verified{background:#dff5ff;color:#0b6aa8}
.provider-chip-muted{background:#f7efe0;color:#946200}
.provider-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.provider-name-row h1{
    font-size:44px;
    line-height:1.02;
    color:#10233f;
    margin:0;
}
.provider-verified-dot{color:#0e95ff;font-size:18px;line-height:1}
.provider-location-row span,.provider-summary{
    color:#526273;
    line-height:1.75;
}
.provider-location-row{display:flex;gap:12px;margin:10px 0 4px}
.provider-summary{max-width:760px}
.provider-stat-row{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.provider-stat-card,.provider-spec-card,.provider-compact-spec,.provider-price-item,.provider-bullet-item,.provider-info-item{
    border-radius:20px;
    background:#fff;
    border:1px solid #dde7e1;
    box-shadow:0 12px 28px rgba(15,23,42,.05);
}
.provider-stat-card{padding:16px 18px;display:grid;gap:6px}
.provider-stat-card strong{font-size:24px;color:#10233f}
.provider-stat-card span{font-size:13px;color:#587082}
.provider-action-panel{display:grid;gap:12px}
.provider-primary-actions{display:grid;gap:10px}
.provider-primary-actions .btn,.provider-utility-actions .btn,.provider-utility-actions form,.provider-utility-actions button{width:100%}
.provider-utility-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.provider-utility-actions form{display:block}
.provider-main-layout{
    display:grid;
    grid-template-columns:320px minmax(0,1fr);
    gap:22px;
    align-items:start;
}
.provider-sidebar{display:grid;gap:20px;position:sticky;top:92px}
.provider-main-content{display:grid;gap:20px}
.provider-panel{
    padding:24px;
    border-radius:28px;
    background:#fff;
    border:1px solid rgba(220,232,228,.9);
    box-shadow:0 18px 40px rgba(15,23,42,.06);
}
.provider-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:18px}
.provider-section-head h2{font-size:28px;line-height:1.08;color:#10233f}
.provider-section-head p{color:#64748b;line-height:1.65;max-width:440px}
.provider-info-item,.provider-compact-spec{padding:16px 18px}
.provider-info-item strong,.provider-compact-spec span,.provider-spec-card span{display:block;font-size:13px;color:#176f66;margin-bottom:8px}
.provider-info-item span,.provider-compact-spec strong,.provider-spec-card strong{color:#10233f;line-height:1.65;font-weight:800}
.provider-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.provider-form-grid .field-span-full{grid-column:1 / -1}
.provider-full-btn{width:100%;justify-content:center}
.provider-map{width:100%;height:220px;border:0;border-radius:20px;background:#e2e8f0;margin-bottom:14px}
.provider-rich-text p{color:#425466;line-height:1.9}
.provider-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.provider-bullet-list,.provider-price-list{grid-template-columns:1fr}
.provider-bullet-item,.provider-price-item{padding:16px 18px;color:#17324d;line-height:1.7;font-weight:700}
.provider-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.provider-spec-card{padding:18px}
.provider-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.provider-gallery-card{margin:0;padding:0;border:none;background:transparent;overflow:visible}
.provider-gallery-card .card-image{border-radius:22px}
.provider-review-overview{
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    gap:22px;
    align-items:start;
    padding:0 0 22px;
}
.provider-review-score{
    padding:22px;
    border-radius:24px;
    background:linear-gradient(135deg,#0f4f53,#15766b);
    color:#fff;
    display:grid;
    gap:6px;
}
.provider-review-score strong{font-size:56px;line-height:1}
.provider-rating-bars{display:grid;gap:10px}
.provider-rating-row{display:grid;grid-template-columns:44px 1fr 48px;gap:10px;align-items:center}
.provider-rating-row span,.provider-rating-row strong{font-size:13px;color:#425466}
.provider-rating-track{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}
.provider-rating-fill{height:100%;background:linear-gradient(90deg,#0f4f53,#1ea08d)}
.provider-review-list{grid-template-columns:1fr 1fr}
.provider-review-card,.provider-post-card{
    border-radius:22px;
    background:#f9fcfb;
    border:1px solid #e0ebe6;
    overflow:hidden;
}
.provider-review-card{padding:18px}
.provider-review-head,.provider-post-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.provider-review-head strong,.provider-post-meta strong{color:#10233f}
.provider-review-head span,.provider-post-meta span{font-size:13px;color:#66788a}
.provider-review-head em{
    padding:7px 11px;
    border-radius:999px;
    background:#fff3d6;
    color:#946200;
    font-style:normal;
    font-weight:800;
}
.provider-review-card h3{font-size:18px;color:#10233f;margin-bottom:8px}
.provider-review-card p{color:#4b5e6f;line-height:1.75}
.provider-review-form-wrap{margin-top:24px;padding-top:24px;border-top:1px solid #e6efeb}
.provider-post-composer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}
.provider-post-composer .field-span-full{grid-column:1 / -1}
.provider-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.provider-post-card{overflow:hidden}
.provider-post-card .card-image{border-radius:22px 22px 0 0}
.provider-post-card .card-image img{display:block}
.provider-post-body{display:grid;gap:12px;padding:18px}
.provider-post-body p{color:#4b5e6f;line-height:1.75}
.provider-post-stats{display:flex;gap:14px;flex-wrap:wrap;color:#627383;font-size:13px;font-weight:700}
.provider-pagination-wrap{margin-top:18px}
.provider-pagination-wrap .category-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:18px 0}
.provider-pagination-wrap .category-pagination a,.provider-pagination-wrap .category-pagination .pagination-muted{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;border-radius:12px;padding:0 14px;font-size:14px;text-decoration:none}
.provider-pagination-wrap .category-pagination a{border:1px solid #d1d5db;color:#334155}
.provider-pagination-wrap .category-pagination a.active{background:#078f8b;color:#fff;border-color:#078f8b}
.provider-pagination-wrap .category-pagination a:hover{background:#0b7277;color:#fff;border-color:#0b7277}
.provider-pagination-wrap .category-pagination .pagination-muted{border:1px solid #e2e8f0;color:#94a3b8;cursor:default}
.provider-pagination-wrap svg{display:none!important;width:0!important;height:0!important}
.is-disabled{pointer-events:none;opacity:.55}

@media (max-width: 1180px){
    .provider-header-card,
    .provider-main-layout,
    .provider-two-column,
    .provider-review-overview{
        grid-template-columns:1fr;
    }
    .provider-sidebar{position:static}
    .provider-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .provider-gallery-grid,
    .provider-post-grid,
    .provider-review-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 860px){
    .provider-shell{padding:0 14px}
    .cover-image-wrapper.cover-image-wrapper--provider-hero{min-height:220px;height:clamp(180px,48vw,300px);border-radius:0 0 24px 24px}
    .provider-cover-overlay{border-radius:0 0 24px 24px}
    .provider-header-card{margin-top:-72px;padding:20px;border-radius:24px}
    .provider-identity{grid-template-columns:1fr;align-items:start}
    .provider-avatar-wrap{justify-content:center}
    .provider-copy{text-align:left}
    .provider-name-row h1{font-size:34px}
    .provider-stat-row,
    .provider-spec-grid,
    .provider-gallery-grid,
    .provider-post-grid,
    .provider-review-list,
    .provider-utility-actions,
    .provider-form-grid,
    .provider-post-composer{grid-template-columns:1fr}
    .provider-primary-actions{grid-template-columns:1fr}
    .provider-panel{padding:20px;border-radius:24px}
    .provider-section-head{flex-direction:column;align-items:flex-start}
}

@media (max-width: 640px){
    .provider-summary{font-size:14px}
    .provider-stat-card strong{font-size:20px}
    .provider-review-score strong{font-size:42px}
    .provider-gallery-card{min-height:170px}
    .provider-post-card img{height:200px}
}
