/* GQNET Training Providers — Accredited Providers (Figma) */
.gq-providers-page {
    background: #f5f7fa;
}

/* Hero */
.gq-providers-hero {
    background: #0c1f3d;
    padding: 2.75rem 0 2.5rem;
}

.gq-providers-hero h1 {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 0.85rem;
    letter-spacing: -0.01em;
}

.gq-providers-hero__lead {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 1.35rem;
    max-width: 820px;
}

.gq-providers-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.gq-providers-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.gq-providers-badge svg {
    color: #b59461;
    flex-shrink: 0;
}

/* Filters */
.gq-providers-filters {
    background: #f5f7fa;
    padding: 1.25rem 0 0.5rem;
}

.gq-providers-filter-form {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(140px, 1fr));
    gap: 0.75rem;
    align-items: center;
}

.gq-directory-hero {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 2.25rem 0 2rem;
}

.gq-directory-hero__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.gq-directory-hero__text {
    flex: 1;
    min-width: min(100%, 520px);
}

.gq-directory-hero h1 {
    font-size: clamp(1.75rem, 3vw, 2.125rem);
    font-weight: 700;
    color: #0c1f3d;
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.gq-directory-hero__text p {
    margin: 0;
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
    max-width: 560px;
}

.gq-directory-hero__stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

.gq-directory-hero__stats > div:not(.gq-directory-hero__divider) {
    text-align: center;
}

.gq-directory-hero__stats strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0c1f3d;
    line-height: 1.1;
}

.gq-directory-hero__stats span {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.2rem;
}

.gq-directory-hero__divider {
    width: 1px;
    height: 48px;
    background: #e2e8f0;
}

.gq-directory-filters {
    background: #f5f7fa;
    border-bottom: none;
    padding: 0 0 1.5rem;
    margin-top: -0.5rem;
}

.gq-directory-filters .gq-container {
    background: #eef1f5;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.85rem;
}

.gq-directory-filter-form {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(140px, 1fr) minmax(140px, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.gq-directory-filter-search {
    position: relative;
}

.gq-directory-filter-search svg {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.gq-directory-filter-search input,
.gq-directory-filter-form select {
    width: 100%;
    height: 42px;
    padding: 0 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-family: inherit;
    color: #0c1f3d;
    background: #fff;
}

.gq-directory-filter-search input {
    padding-left: 2.5rem;
}

.gq-directory-filter-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%2364748b' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
    cursor: pointer;
}

.gq-directory-filter-btn {
    height: 42px;
    padding: 0 1.35rem;
    border: none;
    border-radius: 4px;
    background: #0c1f3d;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.gq-directory-filter-btn:hover {
    background: #152a45;
}

.gq-directory-listing {
    padding: 2rem 0 3rem;
}

.gq-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.gq-directory-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem 1.2rem 1.15rem;
    box-shadow: 0 1px 3px rgba(12, 31, 61, 0.05);
    display: flex;
    flex-direction: column;
}

.gq-directory-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.gq-directory-card__logo {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0c1f3d;
    flex-shrink: 0;
}

.gq-directory-card__badge {
    text-align: right;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #967622;
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 4px;
    padding: 0.35rem 0.5rem;
    line-height: 1.35;
    max-width: 55%;
}

.gq-directory-card__badge small {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    color: #92400e;
    margin-top: 0.15rem;
    text-transform: none;
    letter-spacing: 0;
}

.gq-directory-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0c1f3d;
    margin: 0 0 0.45rem;
    line-height: 1.35;
}

.gq-directory-card__location {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0 0 0.75rem;
    line-height: 1.45;
}

.gq-directory-card__location svg {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.gq-directory-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.gq-directory-card__tags span {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
}

.gq-directory-card__rating {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.gq-directory-star {
    color: #e2e8f0;
}

.gq-directory-star.is-filled {
    color: #d4a017;
}

.gq-directory-card__rating strong {
    color: #0c1f3d;
    margin-left: 0.25rem;
}

.gq-directory-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.65rem 1rem;
    border: 1px solid #0c1f3d;
    border-radius: 4px;
    background: #fff;
    color: #0c1f3d;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    transition: background 0.2s, color 0.2s;
}

.gq-directory-card__btn:hover {
    background: #0c1f3d;
    color: #fff;
}

.gq-directory-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.gq-directory-pagination__btn,
.gq-directory-pagination__num {
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    color: #475569;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.gq-directory-pagination__num.is-active {
    background: #0c1f3d;
    border-color: #0c1f3d;
    color: #fff;
}

.gq-directory-pagination__btn.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.gq-directory-pagination__ellipsis {
    padding: 0 0.25rem;
    color: #94a3b8;
}

.gq-directory-empty {
    text-align: center;
    padding: 3rem 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.gq-directory-empty p {
    color: #64748b;
    margin-bottom: 1rem;
}

.gq-page--provider-directory {
    background: #f5f7fa;
}

@media (max-width: 1024px) {
    .gq-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gq-directory-filter-form {
        grid-template-columns: 1fr 1fr;
    }

    .gq-directory-filter-search {
        grid-column: 1 / -1;
    }

    .gq-directory-filter-btn {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .gq-directory-grid {
        grid-template-columns: 1fr;
    }

    .gq-directory-hero__stats {
        width: 100%;
        justify-content: center;
    }

    .gq-directory-filter-form {
        grid-template-columns: 1fr;
    }

    .gq-providers-hero {
        padding: 2rem 0 1.75rem;
    }

    .gq-providers-filter-form {
        grid-template-columns: 1fr;
    }

    .gq-providers-listing__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .gq-provider-card h3 {
        padding-right: 0;
    }

    .gq-providers-partner__grid {
        grid-template-columns: 1fr;
    }

    .gq-providers-partner__media {
        min-height: 220px;
    }
}

/* GQNET Training Providers Page (legacy profile styles) */
.gq-providers-page {
    background: #f4f6f9;
}

/* Hero */
.gq-providers-hero {
    background: #0c1f3d;
    padding: 3.5rem 0 3rem;
}

.gq-providers-hero__inner {
    max-width: none;
}

.gq-providers-hero h1 {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.gq-providers-hero__lead {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    max-width: 900px;
}

.gq-providers-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gq-providers-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

/* Filters */
.gq-providers-filters {
    background: #eef1f5;
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 0;
}

.gq-providers-filter-form {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 0.75rem;
    align-items: center;
}

.gq-providers-filter-search {
    position: relative;
}

.gq-providers-filter-search svg {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.gq-providers-filter-search input,
.gq-providers-filter-form select {
    width: 100%;
    height: 42px;
    padding: 0 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-family: inherit;
    color: #0c1f3d;
    background: #fff;
}

.gq-providers-filter-search input {
    padding-left: 2.5rem;
}

.gq-providers-filter-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%2364748b' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
    cursor: pointer;
}

.gq-providers-filter-search input:focus,
.gq-providers-filter-form select:focus {
    outline: none;
    border-color: #4a8fd4;
    box-shadow: 0 0 0 3px rgba(74, 143, 212, 0.15);
}

.gq-providers-listing {
    padding: 1.25rem 0 3rem;
}

.gq-providers-listing__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.gq-providers-listing__head h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0c1f3d;
    margin-bottom: 0.2rem;
}

.gq-providers-listing__head p {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.gq-providers-sort {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gq-providers-sort label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #64748b;
    white-space: nowrap;
}

.gq-providers-sort select {
    height: 36px;
    padding: 0 2rem 0 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-family: inherit;
    color: #0c1f3d;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%2364748b' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    cursor: pointer;
}

/* Cards */
.gq-providers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.gq-provider-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #cbd5e1;
    border-radius: 8px;
    padding: 1.25rem 1.2rem 1.15rem;
    box-shadow: 0 2px 8px rgba(12, 31, 61, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.gq-provider-card--gold {
    border-left-color: #b59461;
}

.gq-provider-card--silver {
    border-left-color: #94a3b8;
}

.gq-provider-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.gq-provider-card__tier {
    position: static;
    max-width: 52%;
    text-align: right;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    line-height: 1.35;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.gq-provider-card__tier--gold {
    background: rgba(181, 148, 97, 0.18);
    color: #967622;
}

.gq-provider-card__tier--silver {
    background: #f1f5f9;
    color: #64748b;
}

.gq-provider-card__tier--standard {
    background: #eef2ff;
    color: #4338ca;
}

.gq-provider-card__logo {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #eef1f5;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0c1f3d;
    flex-shrink: 0;
    overflow: hidden;
}

.gq-provider-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.25rem;
}

.gq-provider-card__logo--lg {
    width: 72px;
    height: 72px;
    font-size: 1.25rem;
}

.gq-provider-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0c1f3d;
    line-height: 1.35;
    margin-bottom: 0.45rem;
    padding-right: 0;
}

.gq-provider-card__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.gq-provider-card__schemes {
    flex: 1;
    margin-bottom: 1.15rem;
}

.gq-provider-card__schemes-label {
    display: block;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.gq-provider-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.gq-provider-card__tags span {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 0.25rem 0.55rem;
    border-radius: 3px;
}

.gq-provider-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

/* Buttons */
.gq-providers-btn-outline,
.gq-providers-btn-primary,
.gq-providers-btn-gold,
.gq-providers-btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.85rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    cursor: pointer;
    border: 1px solid transparent;
}

.gq-providers-btn-outline {
    background: #fff;
    color: #0c1f3d;
    border-color: #cbd5e1;
}

.gq-providers-btn-outline:hover {
    border-color: #0c1f3d;
}

.gq-providers-btn-primary {
    background: #0c1f3d;
    color: #fff;
}

.gq-providers-btn-primary:hover {
    background: #071428;
}

.gq-providers-btn-primary--block {
    width: 100%;
    margin-top: 1rem;
    padding: 0.65rem 1rem;
}

.gq-providers-btn-gold {
    background: #b59461;
    color: #fff;
    padding: 0.75rem 1.25rem;
    font-size: 0.8125rem;
}

.gq-providers-btn-gold:hover {
    background: #a38352;
}

.gq-providers-btn-light {
    background: #fff;
    color: #0c1f3d;
    border-color: #cbd5e1;
    padding: 0.75rem 1.25rem;
    font-size: 0.8125rem;
}

.gq-providers-btn-light:hover {
    border-color: #4a8fd4;
    color: #4a8fd4;
}

/* Pagination */
.gq-providers-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 2rem;
}

.gq-providers-pagination__btn,
.gq-providers-pagination__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.gq-providers-pagination__num.is-active {
    background: #0c1f3d;
    color: #fff;
    border-color: #0c1f3d;
}

.gq-providers-pagination__btn.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.gq-providers-pagination__btn:not(.is-disabled):hover,
.gq-providers-pagination__num:not(.is-active):hover {
    border-color: #0c1f3d;
    color: #0c1f3d;
}

/* Empty state */
.gq-providers-empty {
    text-align: center;
    padding: 3rem 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.gq-providers-empty p {
    color: #64748b;
    margin-bottom: 1rem;
}

/* Partner CTA */
.gq-providers-partner {
    background: #f5f7fa;
    border-top: 1px solid #e2e8f0;
    padding: 3.5rem 0;
}

.gq-providers-partner__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.gq-providers-partner__content h2 {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 700;
    color: #0c1f3d;
    margin-bottom: 0.85rem;
}

.gq-providers-partner__content p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.gq-providers-partner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gq-providers-partner__visual img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(12, 31, 61, 0.08);
}

/* Provider profile page (Figma) */
.gq-page--provider-profile {
    background: #f5f7fa;
}

.gq-provider-profile {
    background: #f5f7fa;
}

.gq-provider-profile__hero {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 0 2rem;
}

.gq-provider-profile__back {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 1.25rem;
    text-decoration: none;
}

.gq-provider-profile__back:hover {
    color: #0c1f3d;
}

.gq-provider-profile__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 2rem;
    align-items: start;
}

.gq-provider-profile__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.gq-provider-profile__verified {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #967622;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gq-provider-profile__accred-id {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.gq-provider-profile__hero-main h1 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #0c1f3d;
    margin: 0 0 0.85rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.gq-provider-profile__meta {
    list-style: none;
    margin: 0 0 1.35rem;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.gq-provider-profile__meta li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.875rem;
    color: #64748b;
}

.gq-provider-profile__meta a {
    color: #0c1f3d;
    font-weight: 600;
    text-decoration: none;
}

.gq-provider-profile__meta a:hover {
    color: #b59461;
}

.gq-provider-profile__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gq-provider-profile__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.25rem;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.gq-provider-profile__btn--primary {
    background: #0c1f3d;
    color: #fff;
}

.gq-provider-profile__btn--primary:hover {
    background: #071428;
}

.gq-provider-profile__btn--outline {
    background: #fff;
    color: #0c1f3d;
    border-color: #0c1f3d;
}

.gq-provider-profile__btn--outline:hover {
    background: #f8fafc;
}

.gq-provider-profile__hero-logo {
    width: 220px;
    height: 220px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    box-shadow: 0 1px 3px rgba(12, 31, 61, 0.06);
}

.gq-provider-profile__hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.gq-provider-profile__hero-logo span {
    font-size: 2rem;
    font-weight: 700;
    color: #0c1f3d;
    letter-spacing: 0.04em;
}

.gq-provider-profile__hero-logo small {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #94a3b8;
}

.gq-provider-profile__stats {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 0;
}

.gq-provider-profile__stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gq-provider-profile__stats-grid article {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem 1.1rem;
    text-align: center;
}

.gq-provider-profile__stats-grid strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0c1f3d;
    line-height: 1.1;
}

.gq-provider-profile__stats-grid span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #64748b;
}

.gq-provider-profile__stats-globe {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #0c1f3d;
}

.gq-provider-profile__body {
    padding: 2rem 0 3rem;
}

.gq-provider-profile__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 380px);
    gap: 1.75rem;
    align-items: start;
}

.gq-provider-profile__section h2,
.gq-provider-profile__programs-head h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0c1f3d;
    margin: 0 0 0.85rem;
}

.gq-provider-profile__section p {
    margin: 0 0 0.85rem;
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.75;
}

.gq-provider-profile__status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.75rem 0;
}

.gq-provider-profile__standing {
    background: #0c1f3d;
    border-radius: 8px;
    padding: 1.25rem 1.35rem;
    color: #fff;
}

.gq-provider-profile__standing-label {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.65rem;
}

.gq-provider-profile__standing-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.gq-provider-profile__standing-status strong {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gq-provider-profile__standing-status svg {
    color: #d4a017;
}

.gq-provider-profile__standing-sub {
    margin: 0 0 1rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.78);
}

.gq-provider-profile__standing-dates {
    display: grid;
    gap: 0.55rem;
    margin: 0 0 1rem;
}

.gq-provider-profile__standing-dates div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.75rem;
}

.gq-provider-profile__standing-dates dt {
    color: rgba(255, 255, 255, 0.55);
}

.gq-provider-profile__standing-dates dd {
    margin: 0;
    font-weight: 600;
}

.gq-provider-profile__standing-link {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #d4a017;
    text-decoration: none;
}

.gq-provider-profile__standing-link:hover {
    color: #f0c14a;
}

.gq-provider-profile__audit {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem 1.35rem;
}

.gq-provider-profile__audit h3 {
    margin: 0 0 0.85rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0c1f3d;
}

.gq-provider-profile__audit-score {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.gq-provider-profile__audit-score strong {
    font-size: 1rem;
    color: #0c1f3d;
}

.gq-provider-profile__audit-bar {
    height: 6px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.gq-provider-profile__audit-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #b59461, #d4a017);
}

.gq-provider-profile__audit-history {
    list-style: none;
    margin: 0 0 0.85rem;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.gq-provider-profile__audit-history li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.gq-provider-profile__audit-history svg {
    flex-shrink: 0;
    color: #16a34a;
    margin-top: 0.1rem;
}

.gq-provider-profile__audit-history strong {
    display: block;
    font-size: 0.8125rem;
    color: #0c1f3d;
}

.gq-provider-profile__audit-history span {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
}

.gq-provider-profile__audit-bullets {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.6;
}

.gq-provider-profile__programs-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.gq-provider-profile__programs-head span {
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
}

.gq-provider-profile__table-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.gq-provider-profile__table {
    width: 100%;
    border-collapse: collapse;
}

.gq-provider-profile__table th,
.gq-provider-profile__table td {
    padding: 0.85rem 1rem;
    text-align: left;
    font-size: 0.8125rem;
    border-bottom: 1px solid #eef2f6;
}

.gq-provider-profile__table th {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    background: #f8fafc;
}

.gq-provider-profile__table tbody tr:last-child td {
    border-bottom: none;
}

.gq-provider-profile__table td {
    color: #475569;
}

.gq-provider-profile__table td:first-child {
    color: #0c1f3d;
    font-weight: 600;
}

.gq-provider-profile__table a {
    color: #0c1f3d;
    font-weight: 700;
    text-decoration: none;
}

.gq-provider-profile__table a:hover {
    color: #b59461;
}

.gq-provider-profile__status-pill {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #967622;
    text-transform: capitalize;
}

.gq-provider-profile__empty {
    text-align: center;
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

.gq-provider-profile__inquiry-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.35rem;
    box-shadow: 0 4px 16px rgba(12, 31, 61, 0.06);
    position: sticky;
    top: 1.25rem;
}

.gq-provider-profile__inquiry-card h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #0c1f3d;
    margin: 0 0 1rem;
}

.gq-provider-profile__inquiry-note {
    margin: -0.35rem 0 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #64748b;
}

.gq-provider-profile__field {
    margin-bottom: 0.85rem;
}

.gq-provider-profile__field label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.35rem;
}

.gq-provider-profile__field input,
.gq-provider-profile__field select,
.gq-provider-profile__field textarea {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-family: inherit;
    color: #0c1f3d;
    background: #fff;
}

.gq-provider-profile__field textarea {
    resize: vertical;
    min-height: 96px;
}

.gq-provider-profile__field input:focus,
.gq-provider-profile__field select:focus,
.gq-provider-profile__field textarea:focus {
    outline: none;
    border-color: #b59461;
    box-shadow: 0 0 0 3px rgba(181, 148, 97, 0.15);
}

.gq-provider-profile__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 4px;
    background: #b59461;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    margin-top: 0.25rem;
}

.gq-provider-profile__submit:hover {
    background: #a38352;
}

.gq-provider-profile__direct-contact {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f6;
}

.gq-provider-profile__direct-contact p {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.45rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.gq-provider-profile__direct-contact a {
    color: #0c1f3d;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .gq-provider-profile__hero-grid,
    .gq-provider-profile__grid {
        grid-template-columns: 1fr;
    }

    .gq-provider-profile__hero-logo {
        width: 100%;
        max-width: 220px;
        height: 180px;
    }

    .gq-provider-profile__stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gq-provider-profile__status-grid {
        grid-template-columns: 1fr;
    }

    .gq-provider-profile__inquiry-card {
        position: static;
    }
}

@media (max-width: 640px) {
    .gq-provider-profile__stats-grid {
        grid-template-columns: 1fr;
    }

    .gq-provider-profile__hero-actions {
        flex-direction: column;
    }

    .gq-provider-profile__hero-actions .gq-provider-profile__btn {
        width: 100%;
    }

    .gq-provider-profile__table-wrap {
        overflow-x: auto;
    }

    .gq-provider-profile__table {
        min-width: 560px;
    }
}

/* Legacy profile aliases */
.gq-providers-page--profile {
    background: #f5f7fa;
}

/* Responsive */
@media (max-width: 1024px) {
    .gq-providers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gq-providers-filter-form {
        grid-template-columns: 1fr 1fr;
    }

    .gq-providers-filter-search {
        grid-column: 1 / -1;
    }

    .gq-providers-partner__grid,
    .gq-providers-profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .gq-providers-grid {
        grid-template-columns: 1fr;
    }

    .gq-providers-filter-form {
        grid-template-columns: 1fr;
    }

    .gq-providers-listing__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .gq-provider-card h3 {
        padding-right: 0;
        padding-top: 1.75rem;
    }

    .gq-provider-card__tier {
        max-width: 70%;
    }

    .gq-providers-partner__actions {
        flex-direction: column;
    }

    .gq-providers-partner__actions a {
        width: 100%;
    }
}
