.qz-profile-page {
    padding: 5.75rem 0 0;
    min-height: 75vh;
}

.qz-profile-hero {
    padding: 3.25rem 0;
    background: linear-gradient(135deg, rgba(245, 128, 62, .12), rgba(42, 123, 228, .08));
}

.qz-profile-section {
    padding: 3.5rem 0;
}

.qz-profile-section-soft {
    background: rgba(245, 128, 62, .045);
}

.qz-profile-heading {
    max-width: 800px;
    margin: 0 auto 2rem;
}

.qz-profile-cta {
    padding: 3.5rem 0;
    background: rgba(42, 123, 228, .06);
}

.qz-profile-hero-icon {
    display: inline-flex;
    width: 4.5rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(245, 128, 62, .14);
    color: var(--qz-brand, #f5803e);
    font-size: 2.25rem;
}

.qz-profile-page .qz-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .8rem;
    font-weight: 700;
    color: var(--qz-brand, #f5803e);
    background: rgba(245, 128, 62, .12);
    padding: .35rem .75rem;
    border-radius: 999px;
}

.qz-profile-card {
    height: 100%;
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 .35rem 1.25rem rgba(28, 39, 60, .05);
}

.qz-profile-card-icon {
    color: var(--qz-brand, #f5803e);
    font-size: 1.35rem;
}

.qz-profile-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.qz-profile-step-number {
    display: inline-flex;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--qz-brand, #f5803e);
    color: #fff;
    font-weight: 700;
}

.qz-action-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.qz-action-link {
    display: inline-flex;
    min-width: 15rem;
    align-items: center;
    gap: .75rem;
    padding: .8rem 1rem;
    color: var(--bs-body-color);
    text-decoration: none;
    cursor: pointer;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .85rem;
    box-shadow: 0 .35rem 1rem rgba(28, 39, 60, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.qz-action-link:hover {
    color: var(--bs-body-color);
    text-decoration: none;
    transform: translateY(-2px);
    border-color: rgba(245, 128, 62, .65);
    box-shadow: 0 .6rem 1.4rem rgba(245, 128, 62, .16);
}

.qz-action-link-icon {
    display: inline-flex;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--qz-brand, #f5803e);
    border-radius: .7rem;
    font-size: 1.1rem;
}

.qz-action-link:nth-child(2) .qz-action-link-icon {
    background: #2a7be4;
}

.qz-action-link-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: left;
}

.qz-action-link-copy strong {
    font-size: .95rem;
}

.qz-action-link-copy small {
    margin-top: .1rem;
    color: var(--bs-secondary-color);
}

.qz-action-link-arrow {
    color: var(--qz-brand, #f5803e);
}

[data-bs-theme="dark"] .qz-action-link {
    background: #172235;
    border-color: #465670;
    box-shadow: 0 .45rem 1.2rem rgba(0, 0, 0, .22);
}

[data-bs-theme="dark"] .qz-action-link:hover {
    border-color: #f5803e;
}

@media (max-width: 575.98px) {
    .qz-profile-page {
        padding-top: 5.25rem;
    }

    .qz-profile-hero {
        padding: 2.25rem 0;
    }

    .qz-profile-section,
    .qz-profile-cta {
        padding: 2.5rem 0;
    }
}
