body.portoadmin-join-us-page {
    background:
        radial-gradient(circle at top left, rgba(255, 202, 188, 0.35), transparent 24%),
        radial-gradient(circle at top right, rgba(199, 138, 230, 0.26), transparent 26%),
        linear-gradient(180deg, #f7d5cc 0%, #f3e6f6 52%, #f5efe8 100%);
}

.join-us-main {
    padding-bottom: 12px;
}

.join-us-section-heading {
    margin-bottom: 28px;
}

.join-us-section-heading .landing-eyebrow {
    margin-bottom: 14px;
}

.join-us-hero {
    padding: 34px 0 20px;
}

.join-us-hero__card,
.join-us-summary-card,
.join-us-feature-card,
.join-us-plan-card,
.join-us-testimonial-card,
.join-us-empty-state {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(36, 48, 67, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 60px rgba(26, 39, 59, 0.08);
}

.join-us-hero__card {
    padding: 38px;
    background:
        linear-gradient(135deg, rgba(123, 63, 160, 0.92), rgba(193, 127, 228, 0.88)),
        #7b3fa0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.join-us-hero__card::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.join-us-hero__card .landing-eyebrow {
    background: rgba(255, 216, 110, 0.18);
    color: #fff2b6;
}

.join-us-hero__title {
    font-size: clamp(2.1rem, 4.8vw, 3.9rem);
    line-height: 1.04;
    font-weight: 800;
    margin: 18px 0 16px;
    max-width: 640px;
}

.join-us-hero__copy {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 0;
}

.join-us-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.join-us-hero__actions .btn-primary,
.join-us-plan-card__button {
    background: linear-gradient(135deg, #7b3fa0 0%, #a768ce 55%, #c78ae6 100%);
    border-color: transparent;
    box-shadow: 0 16px 30px rgba(123, 63, 160, 0.24);
}

.join-us-hero__secondary {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
}

.join-us-hero__secondary:hover,
.join-us-hero__secondary:focus {
    background: #fff;
    color: #7b3fa0;
}

.join-us-summary-card {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.join-us-summary-card__title {
    font-size: 1.28rem;
    font-weight: 700;
    color: #1d2840;
    margin-bottom: 18px;
}

.join-us-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.join-us-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #536175;
    line-height: 1.6;
}

.join-us-checklist i {
    color: #7b3fa0;
    font-size: 1.2rem;
    margin-top: 2px;
}

.join-us-feature-card,
.join-us-testimonial-card {
    padding: 28px;
    height: 100%;
}

.join-us-feature-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.75rem;
    color: #d97117;
    background: linear-gradient(135deg, rgba(255, 180, 0, 0.14), rgba(239, 125, 26, 0.18));
}

.join-us-feature-card h3,
.join-us-testimonial-card h3,
.join-us-empty-state h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #1c2b3d;
    margin-bottom: 12px;
}

.join-us-feature-card p,
.join-us-testimonial-card p,
.join-us-empty-state p {
    color: #647388;
    line-height: 1.75;
}

.join-us-plan-card {
    padding: 30px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.join-us-plan-card--featured {
    border-color: rgba(123, 63, 160, 0.22);
    transform: translateY(-4px);
}

.join-us-plan-card--featured::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #7b3fa0, #d48734);
}

.join-us-plan-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(123, 63, 160, 0.08);
    color: #7b3fa0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.join-us-plan-card__name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1c2b3d;
    margin-bottom: 10px;
}

.join-us-plan-card__price {
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1;
    font-weight: 800;
    color: #7b3fa0;
}

.join-us-plan-card__duration {
    margin: 12px 0 22px;
    color: #7b8599;
    font-weight: 600;
}

.join-us-plan-card__button {
    width: 100%;
    border-radius: 14px;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
}

.join-us-testimonial-card {
    position: relative;
}

.join-us-testimonial-card__quote {
    font-size: 1rem;
    color: #46556a;
    line-height: 1.85;
    margin-bottom: 24px;
}

.join-us-testimonial-card__person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.join-us-testimonial-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7b3fa0, #d48734);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.join-us-tax-card {
    height: 100%;
}

.join-us-tax-visual {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(123, 63, 160, 0.12), rgba(212, 135, 52, 0.16));
    min-height: 100%;
}

.join-us-tax-visual__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    color: #7b3fa0;
    font-size: 0.84rem;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(26, 39, 59, 0.08);
    margin-bottom: 18px;
}

.join-us-tax-visual__sheet {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(36, 48, 67, 0.08);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 50px rgba(26, 39, 59, 0.08);
}

.join-us-tax-visual__sheet-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.join-us-tax-visual__sheet-top strong {
    display: block;
    color: #1c2b3d;
    font-size: 1rem;
}

.join-us-tax-visual__sheet-top span {
    display: block;
    color: #647388;
    font-size: 0.9rem;
    margin-top: 4px;
}

.join-us-tax-visual__sheet-top i {
    font-size: 2rem;
    color: #d48734;
}

.join-us-tax-visual__lines {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.join-us-tax-visual__lines span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(123, 63, 160, 0.12), rgba(123, 63, 160, 0.04));
}

.join-us-tax-visual__lines span:nth-child(1) { width: 92%; }
.join-us-tax-visual__lines span:nth-child(2) { width: 100%; }
.join-us-tax-visual__lines span:nth-child(3) { width: 84%; }
.join-us-tax-visual__lines span:nth-child(4) { width: 70%; }

.join-us-tax-visual__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(70, 184, 129, 0.12);
    color: #23845b;
    font-size: 0.88rem;
    font-weight: 700;
}

.join-us-tax-item {
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(36, 48, 67, 0.08);
}

.join-us-tax-item__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.45rem;
    color: #7b3fa0;
    background: rgba(123, 63, 160, 0.1);
}

.join-us-tax-item h3 {
    font-size: 1.04rem;
    font-weight: 700;
    color: #1c2b3d;
    margin-bottom: 10px;
}

.join-us-tax-item p {
    color: #647388;
    line-height: 1.7;
}

.join-us-empty-state {
    padding: 36px 28px;
    text-align: center;
}

.join-us-cta-band .landing-section-copy {
    max-width: none;
}

@media (max-width: 991.98px) {
    .join-us-hero__card {
        padding: 30px 24px;
    }

    .join-us-plan-card--featured {
        transform: none;
    }

    .join-us-tax-visual {
        margin-top: 4px;
    }

}

@media (max-width: 767.98px) {
    .join-us-hero {
        padding-top: 24px;
    }

    .join-us-hero__actions {
        flex-direction: column;
    }

    .join-us-hero__actions .btn,
    .join-us-hero__secondary {
        width: 100%;
    }

    .join-us-feature-card,
    .join-us-plan-card,
    .join-us-testimonial-card,
    .join-us-summary-card {
        padding: 24px 20px;
    }
}
