/*
 * Develancer R212 — Freelancers directory premium UI
 * Scope: /freelancers only through .r212-freelancers-page
 */

.r212-freelancers-page {
    --r212-navy: #071526;
    --r212-blue: #2563eb;
    --r212-violet: #4f46e5;
    --r212-cyan: #06b6d4;
    --r212-green: #059669;
    --r212-text: #0f172a;
    --r212-muted: #64748b;
    --r212-line: #dbe7f5;
    --r212-soft: #f5f9ff;

    min-height: 100vh;
    padding: 26px 16px 64px;
    color: var(--r212-text);
    background:
        radial-gradient(circle at 9% 3%, rgba(37, 99, 235, .11), transparent 28%),
        radial-gradient(circle at 90% 16%, rgba(6, 182, 212, .08), transparent 26%),
        linear-gradient(180deg, #edf4ff 0%, #f7faff 44%, #ffffff 100%);
}

.r212-freelancers-page,
.r212-freelancers-page * {
    box-sizing: border-box;
}

.r212-shell {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.r212-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, .68fr);
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(125, 211, 252, .18);
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 9% 2%, rgba(34, 211, 238, .20), transparent 30%),
        radial-gradient(circle at 94% 96%, rgba(99, 102, 241, .23), transparent 34%),
        linear-gradient(135deg, #071526 0%, #102d59 57%, #0b5962 100%);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .19);
}

.r212-hero::after {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(255, 255, 255, .025),
        0 0 0 75px rgba(255, 255, 255, .018);
    pointer-events: none;
}

.r212-hero-copy,
.r212-hero-side {
    position: relative;
    z-index: 1;
}

.r212-eyebrow,
.r212-section-kicker,
.r212-search-copy > span,
.r212-final-cta > div > span {
    display: block;
    margin-bottom: 8px;
    color: #38bdf8;
    font-size: 13px;
    font-weight: 950;
}

.r212-hero h1 {
    max-width: 790px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5.3vw, 66px);
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: -.045em;
}

.r212-hero h1 span {
    color: #67e8f9;
}

.r212-hero-copy > p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(226, 232, 240, .94);
    font-size: 17px;
    font-weight: 720;
    line-height: 2.05;
}

.r212-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 25px;
}

.r212-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 17px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.r212-btn:hover {
    transform: translateY(-2px);
}

.r212-btn-primary {
    border: 1px solid rgba(255, 255, 255, .86);
    background: #fff;
    color: #0f172a;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .20);
}

.r212-btn-ghost {
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .09);
    color: #fff;
}

.r212-hero-side {
    display: grid;
    align-content: center;
    gap: 14px;
}

.r212-hero-count,
.r212-trust-list {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.r212-hero-count {
    padding: 24px;
    border-radius: 27px;
}

.r212-hero-count span,
.r212-hero-count strong,
.r212-hero-count small {
    display: block;
}

.r212-hero-count span {
    color: #bae6fd;
    font-size: 13px;
    font-weight: 900;
}

.r212-hero-count strong {
    margin-top: 4px;
    color: #fff;
    font-size: 52px;
    font-weight: 950;
    line-height: 1.25;
}

.r212-hero-count small {
    margin-top: 3px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 750;
}

.r212-trust-list {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 23px;
}

.r212-trust-list span {
    position: relative;
    padding-right: 25px;
    color: #e0f2fe;
    font-size: 12.5px;
    font-weight: 850;
}

.r212-trust-list span::before {
    content: "✓";
    position: absolute;
    top: 0;
    right: 0;
    color: #5eead4;
    font-weight: 950;
}

.r212-search-panel {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.55fr);
    gap: 28px;
    align-items: center;
    margin-top: 20px;
    padding: 27px 30px;
    border: 1px solid rgba(191, 219, 254, .92);
    border-radius: 30px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 60px rgba(15, 23, 42, .075);
}

.r212-search-copy h2,
.r212-results-head h2,
.r212-final-cta h2 {
    margin: 0;
    color: var(--r212-text);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 950;
    line-height: 1.45;
    letter-spacing: -.035em;
}

.r212-search-copy p,
.r212-results-head p,
.r212-final-cta p {
    margin: 8px 0 0;
    color: var(--r212-muted);
    font-size: 13.5px;
    font-weight: 740;
    line-height: 1.95;
}

.r212-search-form {
    min-width: 0;
}

.r212-search-form > label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
}

.r212-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 9px;
}

.r212-search-row input {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 17px;
    border: 1px solid #cbdcf2;
    border-radius: 17px;
    outline: none;
    background: #f8fbff;
    color: var(--r212-text);
    font: inherit;
    font-size: 13.5px;
    font-weight: 760;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.r212-search-row input:focus {
    border-color: #60a5fa;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}

.r212-search-submit,
.r212-search-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 17px;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    text-decoration: none;
}

.r212-search-submit {
    border: 0;
    background: linear-gradient(135deg, var(--r212-blue), var(--r212-violet));
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .20);
    cursor: pointer;
}

.r212-search-reset {
    border: 1px solid #d7e4f3;
    background: #fff;
    color: #475569;
}

.r212-quick-searches {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-top: 11px;
}

.r212-quick-searches > span {
    color: #64748b;
    font-size: 11.5px;
    font-weight: 800;
}

.r212-quick-searches a {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 3px 10px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.r212-results-section {
    margin-top: 26px;
}

.r212-results-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    padding: 0 5px;
}

.r212-section-kicker {
    color: #2563eb;
}

.r212-result-count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 5px 15px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.r212-freelancers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.r212-freelancer-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 500px;
    flex-direction: column;
    overflow: hidden;
    padding: 22px;
    border: 1px solid #dbe7f5;
    border-radius: 29px;
    background:
        radial-gradient(circle at 4% 0%, rgba(59, 130, 246, .06), transparent 27%),
        #fff;
    box-shadow: 0 20px 52px rgba(15, 23, 42, .075);
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.r212-freelancer-card:hover {
    transform: translateY(-3px);
    border-color: #a9c9f5;
    box-shadow: 0 28px 68px rgba(30, 64, 175, .12);
}

.r212-card-accent {
    position: absolute;
    top: 0;
    right: 26px;
    left: 26px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #06b6d4, #2563eb, #7c3aed);
    opacity: .85;
}

.r212-card-top {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: start;
}

.r212-avatar {
    position: relative;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .52);
    border-radius: 23px;
    background:
        radial-gradient(circle at 28% 18%, rgba(103, 232, 249, .32), transparent 30%),
        linear-gradient(145deg, #071526, #1e3a8a 58%, #4f46e5);
    box-shadow:
        0 15px 32px rgba(37, 99, 235, .20),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    color: #fff;
    text-decoration: none;
}

.r212-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.r212-avatar-initial {
    color: #fff;
    font-size: 25px;
    font-weight: 950;
}

.r212-person {
    min-width: 0;
}

.r212-name-row {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.r212-name-row h3 {
    min-width: 0;
    margin: 0;
    color: var(--r212-text);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.r212-name-row h3 a {
    color: inherit;
    text-decoration: none;
}

.r212-verified {
    flex: 0 0 22px;
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    font-size: 12px;
    font-weight: 950;
}

.r212-username {
    display: block;
    margin-top: 2px;
    color: #7c8ba1;
    font-size: 11.5px;
    font-weight: 800;
    direction: ltr;
    text-align: right;
    unicode-bidi: plaintext;
    overflow-wrap: anywhere;
}

.r212-headline {
    margin: 7px 0 0;
    color: #334155;
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1.8;
}

.r212-availability {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 950;
    white-space: nowrap;
}

.r212-availability i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.r212-availability.is-available {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.r212-availability.is-available i {
    background: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, .10);
}

.r212-availability.is-busy {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
}

.r212-availability.is-busy i {
    background: #94a3b8;
}

.r212-bio {
    display: -webkit-box;
    min-height: 72px;
    margin: 17px 0 0;
    overflow: hidden;
    color: #64748b;
    font-size: 12.7px;
    font-weight: 720;
    line-height: 1.95;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.r212-skill-list,
.r212-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.r212-skill-list {
    min-height: 66px;
    align-content: flex-start;
    margin-top: 15px;
}

.r212-skill-list span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 4px 10px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #f4f8ff;
    color: #1e40af;
    font-size: 10.8px;
    font-weight: 900;
    line-height: 1.5;
}

.r212-skill-list.is-empty span {
    color: #94a3b8;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.r212-badge-list {
    min-height: 36px;
    margin-top: 10px;
}

.r212-badge-list span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 31px;
    padding: 4px 10px;
    border: 1px solid #fde68a;
    border-radius: 999px;
    background: #fffbeb;
    color: #92400e;
    font-size: 10.5px;
    font-weight: 900;
}

.r212-badge-list i {
    color: #d97706;
    font-style: normal;
}

.r212-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.r212-stats > div {
    min-width: 0;
    padding: 11px 9px;
    border: 1px solid #e4edf8;
    border-radius: 16px;
    background: #f8fbff;
    text-align: center;
}

.r212-stats span,
.r212-stats strong {
    display: block;
    min-width: 0;
}

.r212-stats span {
    color: #7c8ba1;
    font-size: 9.5px;
    font-weight: 850;
}

.r212-stats strong {
    margin-top: 5px;
    color: #172033;
    font-size: 11.5px;
    font-weight: 950;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.r212-rating b {
    color: #f59e0b;
    font-size: 14px;
}

.r212-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #e5edf7;
}

.r212-trust-note {
    min-width: 0;
    color: #047857;
    font-size: 10.3px;
    font-weight: 850;
    line-height: 1.7;
}

.r212-trust-note.is-muted {
    color: #7c8ba1;
}

.r212-profile-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 41px;
    padding: 0 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #fff;
    font-size: 11.5px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .18);
}

.r212-profile-link > span {
    font-size: 16px;
}

.r212-profile-link.is-disabled {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    box-shadow: none;
    color: #94a3b8;
}

.r212-empty-state {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 28px;
    border: 1px dashed #93c5fd;
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
}

.r212-empty-icon {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 19px;
    background:
        radial-gradient(circle at 32% 30%, #fff 0 8%, transparent 9%),
        linear-gradient(135deg, #dbeafe, #e0f2fe);
    box-shadow: inset 0 0 0 1px #bfdbfe;
}

.r212-empty-state strong {
    display: block;
    font-size: 18px;
    font-weight: 950;
}

.r212-empty-state p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1.9;
}

.r212-empty-state a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 17px;
    border-radius: 15px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.r212-pagination {
    margin-top: 22px;
    padding: 16px;
    border: 1px solid #dbe7f5;
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 40px rgba(15, 23, 42, .055);
}

.r212-pagination nav {
    width: 100%;
}

.r212-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 31px 34px;
    border: 1px solid #bfdbfe;
    border-radius: 31px;
    background:
        radial-gradient(circle at 5% 0%, rgba(34, 211, 238, .10), transparent 34%),
        linear-gradient(135deg, #eff6ff, #ffffff 58%, #ecfeff);
    box-shadow: 0 22px 58px rgba(15, 23, 42, .07);
}

.r212-final-cta > div > span {
    color: #059669;
}

.r212-final-cta > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 51px;
    padding: 0 23px;
    border-radius: 17px;
    background: linear-gradient(135deg, #059669, #0d9488);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 15px 34px rgba(5, 150, 105, .20);
}

@media (max-width: 1080px) {
    .r212-freelancers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r212-hero {
        grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
    }
}

@media (max-width: 800px) {
    .r212-freelancers-page {
        padding: 12px 10px calc(138px + env(safe-area-inset-bottom, 0px));
        overflow-x: hidden;
    }

    .r212-hero {
        display: block;
        padding: 28px 22px;
        border-radius: 30px;
    }

    .r212-hero h1 {
        font-size: clamp(31px, 9vw, 42px);
        line-height: 1.45;
    }

    .r212-hero-copy > p {
        margin-top: 13px;
        font-size: 13.5px;
        line-height: 2;
    }

    .r212-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 20px;
    }

    .r212-btn {
        width: 100%;
        min-height: 48px;
    }

    .r212-hero-side {
        grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
        gap: 9px;
        margin-top: 18px;
    }

    .r212-hero-count {
        padding: 17px 15px;
        border-radius: 21px;
    }

    .r212-hero-count strong {
        font-size: 36px;
    }

    .r212-trust-list {
        padding: 15px;
        border-radius: 21px;
    }

    .r212-trust-list span {
        padding-right: 21px;
        font-size: 10.5px;
        line-height: 1.7;
    }

    .r212-search-panel {
        display: block;
        margin-top: 13px;
        padding: 20px 17px;
        border-radius: 25px;
    }

    .r212-search-copy h2,
    .r212-results-head h2,
    .r212-final-cta h2 {
        font-size: 25px;
    }

    .r212-search-copy p,
    .r212-results-head p,
    .r212-final-cta p {
        font-size: 12.5px;
    }

    .r212-search-form {
        margin-top: 16px;
    }

    .r212-search-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .r212-search-row input {
        min-height: 49px;
        font-size: 12.5px;
    }

    .r212-search-submit,
    .r212-search-reset {
        min-height: 49px;
        padding: 0 15px;
    }

    .r212-search-reset {
        grid-column: 1 / -1;
    }

    .r212-quick-searches {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .r212-quick-searches::-webkit-scrollbar {
        display: none;
    }

    .r212-quick-searches > span,
    .r212-quick-searches a {
        flex: 0 0 auto;
    }

    .r212-results-section {
        margin-top: 22px;
    }

    .r212-results-head {
        align-items: flex-start;
        margin-bottom: 13px;
        padding: 0 3px;
    }

    .r212-result-count {
        min-height: 34px;
        padding: 4px 11px;
        font-size: 10.5px;
    }

    .r212-freelancers-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .r212-freelancer-card {
        min-height: 0;
        padding: 18px 16px;
        border-radius: 25px;
        transform: none !important;
    }

    .r212-card-top {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 11px;
    }

    .r212-avatar {
        width: 58px;
        height: 58px;
        border-radius: 20px;
    }

    .r212-avatar-initial {
        font-size: 21px;
    }

    .r212-name-row h3 {
        font-size: 16px;
    }

    .r212-headline {
        font-size: 11.5px;
    }

    .r212-availability {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 2px;
    }

    .r212-bio {
        min-height: 0;
        margin-top: 13px;
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .r212-skill-list {
        min-height: 0;
        margin-top: 12px;
    }

    .r212-skill-list span,
    .r212-badge-list span {
        font-size: 10px;
    }

    .r212-stats {
        gap: 6px;
        margin-top: 13px;
    }

    .r212-stats > div {
        padding: 9px 6px;
        border-radius: 14px;
    }

    .r212-stats span {
        font-size: 8.8px;
    }

    .r212-stats strong {
        font-size: 10.5px;
    }

    .r212-card-footer {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        padding-top: 14px;
    }

    .r212-profile-link {
        width: 100%;
        min-height: 43px;
    }

    .r212-empty-state {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 20px 17px;
        border-radius: 24px;
    }

    .r212-empty-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .r212-empty-state a {
        grid-column: 1 / -1;
        width: 100%;
    }

    .r212-pagination {
        margin-top: 15px;
        padding: 12px;
        border-radius: 19px;
        overflow-x: auto;
    }

    .r212-final-cta {
        display: block;
        margin-top: 16px;
        padding: 23px 19px;
        border-radius: 26px;
    }

    .r212-final-cta > a {
        width: 100%;
        margin-top: 17px;
    }
}

@media (max-width: 420px) {
    .r212-freelancers-page {
        padding-right: 8px;
        padding-left: 8px;
    }

    .r212-hero {
        padding: 25px 18px;
    }

    .r212-hero-side {
        grid-template-columns: 1fr;
    }

    .r212-search-row {
        grid-template-columns: 1fr;
    }

    .r212-search-submit,
    .r212-search-reset {
        width: 100%;
        grid-column: auto;
    }

    .r212-results-head {
        display: block;
    }

    .r212-result-count {
        margin-top: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .r212-freelancer-card,
    .r212-btn {
        transition: none;
    }
}
