@font-face {
    font-family: "TalentzNunito";
    src: url("../../backend/fonts/nunito-v9-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TalentzNunito";
    src: url("../../backend/fonts/nunito-v9-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TalentzNunito";
    src: url("../../backend/fonts/nunito-v9-latin-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --talentz-navy: #031d40;
    --talentz-navy-2: #052a60;
    --talentz-deep: #001532;
    --talentz-green: #23a015;
    --talentz-green-2: #58c60e;
    --talentz-lime: #8fd92f;
    --talentz-text: #071b37;
    --talentz-muted: #687286;
    --talentz-border: #e9eef5;
    --talentz-bg: #ffffff;
    --talentz-soft: #f7fbff;
    --talentz-shadow: 0 18px 42px rgba(7, 27, 55, .1);
    --talentz-radius: 18px;
    --talentz-font: "TalentzNunito", "Nunito", "Roboto", Arial, sans-serif;
}

body.talentz-home-page {
    background: var(--talentz-bg);
    color: var(--talentz-text);
    font-family: var(--talentz-font);
}

body.talentz-home-page #app {
    overflow-x: hidden;
}

body.talentz-home-page h1,
body.talentz-home-page h2,
body.talentz-home-page h3,
body.talentz-home-page h4,
body.talentz-home-page h5,
body.talentz-home-page h6,
body.talentz-home-page p,
body.talentz-home-page span,
body.talentz-home-page a,
body.talentz-home-page button,
body.talentz-home-page input {
    font-family: var(--talentz-font);
}

body.talentz-home-page a {
    text-decoration: none;
}

.talentz-site-header {
    position: relative;
    z-index: 50;
    background: #fff;
}

.talentz-topbar {
    min-height: 38px;
    background: var(--talentz-deep);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.talentz-topbar__inner,
.talentz-topbar__contact,
.talentz-topbar__links,
.talentz-topbar__socials {
    display: flex;
    align-items: center;
}

.talentz-topbar__inner {
    min-height: 38px;
    justify-content: space-between;
    gap: 18px;
}

.talentz-topbar a,
.talentz-topbar span {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.talentz-topbar__contact,
.talentz-topbar__links {
    gap: 22px;
}

.talentz-topbar__contact a,
.talentz-topbar__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.talentz-topbar i {
    color: var(--talentz-lime);
    font-size: 12px;
}

.talentz-topbar__links > a + a {
    position: relative;
}

.talentz-topbar__links > a + a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .32);
    transform: translateY(-50%);
}

.talentz-topbar__socials {
    gap: 8px;
}

.talentz-topbar__socials a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .14);
    transition: .2s ease;
}

.talentz-topbar__socials a:hover {
    background: var(--talentz-green);
}

.talentz-topbar__socials a i {
    color: #fff;
    font-size: 11px;
}

.talentz-navbar {
    min-height: 78px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eef2f6;
    box-shadow: 0 8px 28px rgba(6, 25, 56, .06);
}

.talentz-navbar__brand {
    width: 168px;
    height: 54px;
    display: flex;
    align-items: center;
    margin: 0;
}

.talentz-navbar__brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.talentz-navbar__links {
    align-items: center;
    gap: 7px;
}

.talentz-navbar__links .nav-link {
    color: var(--talentz-text);
    font-size: 14px;
    font-weight: 800;
    padding: 30px 12px;
    transition: color .2s ease;
}

.talentz-navbar__links .nav-link:hover,
.talentz-navbar__links .nav-link.active,
.talentz-navbar__links .show > .nav-link {
    color: var(--talentz-green);
}

.talentz-navbar .dropdown-menu {
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    box-shadow: var(--talentz-shadow);
    padding: 10px;
}

.talentz-navbar .dropdown-item {
    color: var(--talentz-text);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
}

.talentz-navbar .dropdown-item:hover {
    background: #eef9ec;
    color: var(--talentz-green);
}

.talentz-services-nav__row {
    display: flex;
    align-items: center;
}

.talentz-services-nav__link {
    padding-right: 4px !important;
}

.talentz-services-nav__toggle {
    border: 0;
    background: transparent;
    padding-left: 2px !important;
    padding-right: 12px !important;
}

.talentz-services-nav__toggle::after {
    margin-left: 0;
}

.talentz-navbar__actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.talentz-search-toggle {
    width: 50px;
    height: 50px;
    border: 1px solid var(--talentz-border);
    border-radius: 8px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 18px;
    transition: .2s ease;
}

.talentz-search-toggle:hover {
    border-color: var(--talentz-green);
    color: var(--talentz-green);
}

.talentz-search-form {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    width: min(360px, 45vw);
    display: flex;
    padding: 6px;
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--talentz-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(12px);
    transition: .2s ease;
}

.talentz-navbar__actions.is-searching .talentz-search-form {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
}

.talentz-search-form input {
    height: 38px;
    border: 0;
    padding: 0 12px;
    font-size: 14px;
}

.talentz-search-form button {
    width: 40px;
    border-radius: 9px;
    background: var(--talentz-green);
    color: #fff;
}

.talentz-login-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px;
    border-radius: 7px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 22px rgba(35, 160, 21, .22);
    transition: .2s ease;
    white-space: nowrap;
}

.talentz-login-button:hover {
    color: #fff;
    background: #167d0e;
    transform: translateY(-1px);
}

.talentz-navbar__toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    background: #fff;
    color: var(--talentz-text);
    box-shadow: 0 8px 20px rgba(7, 27, 55, .08);
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.talentz-navbar__toggle:focus {
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .12);
}

.talentz-navbar__toggle.is-open,
.talentz-navbar__toggle[aria-expanded="true"] {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

.talentz-navbar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.talentz-navbar__icon--close,
.talentz-navbar__toggle.is-open .talentz-navbar__icon--open,
.talentz-navbar__toggle[aria-expanded="true"] .talentz-navbar__icon--open {
    display: none;
}

.talentz-navbar__toggle.is-open .talentz-navbar__icon--close,
.talentz-navbar__toggle[aria-expanded="true"] .talentz-navbar__icon--close {
    display: inline-flex;
}

.talentz-home {
    background: #fff;
}

.talentz-hero {
    position: relative;
    overflow: hidden;
    min-height: 585px;
    padding: 58px 0 52px;
    background:
        radial-gradient(circle at 75% 18%, rgba(23, 101, 184, .34), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(0, 115, 255, .24), transparent 28%),
        linear-gradient(135deg, #001832 0%, #04285b 52%, #031d40 100%);
}

.talentz-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0 58%, rgba(255, 255, 255, .05) 58% 59%, transparent 59%),
        radial-gradient(circle at 21% 66%, rgba(33, 151, 244, .45) 0 2px, transparent 3px),
        radial-gradient(circle at 92% 73%, rgba(123, 200, 255, .35) 0 6px, transparent 7px);
    opacity: .7;
    pointer-events: none;
}

.talentz-hero__pattern {
    position: absolute;
    top: 76px;
    left: 50%;
    width: 220px;
    height: 180px;
    background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: .65;
    pointer-events: none;
}

.talentz-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-areas:
        "copy visual"
        "stats visual";
    grid-template-columns: minmax(0, 1fr) minmax(470px, 1fr);
    grid-template-rows: auto auto;
    gap: 28px 52px;
    align-items: center;
}

.talentz-hero__copy {
    grid-area: copy;
    max-width: 620px;
    align-self: end;
}

.talentz-hero__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 24px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(45, 145, 32, .45);
    border: 1px solid rgba(147, 225, 87, .35);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.talentz-hero__eyebrow i {
    color: #a7f05d;
}

.talentz-hero h1 {
    color: #fff;
    max-width: 600px;
    font-size: clamp(38px, 4.1vw, 58px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.035em;
}

.talentz-hero h1 span {
    position: relative;
    display: inline-block;
    color: #52d126;
    font-size: inherit;
    font-weight: inherit;
}

.talentz-hero h1 span::after {
    content: "";
    position: absolute;
    left: 4px;
    right: -34px;
    bottom: -7px;
    height: 5px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--talentz-green-2), transparent);
}

.talentz-hero p {
    max-width: 510px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .91);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}

.talentz-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 900;
    transition: .2s ease;
}

.talentz-btn--primary {
    background: var(--talentz-green);
    color: #fff;
    box-shadow: 0 15px 30px rgba(35, 160, 21, .26);
}

.talentz-btn--primary:hover {
    background: #167d0e;
    color: #fff;
    transform: translateY(-2px);
}

.talentz-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .7);
    color: #fff;
    background: rgba(255, 255, 255, .03);
}

.talentz-btn--ghost:hover {
    border-color: var(--talentz-green-2);
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.talentz-btn--light {
    min-height: 44px;
    padding: 0 20px;
    background: #fff;
    color: var(--talentz-green);
}

.talentz-btn--light:hover {
    color: #167d0e;
    transform: translateY(-1px);
}

.talentz-hero__stats {
    grid-area: stats;
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 22px;
    max-width: 620px;
    margin-top: 0;
    align-self: start;
}

.talentz-hero__stat {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    align-items: center;
    min-width: 0;
}

.talentz-hero__stat i {
    grid-row: 1 / 3;
    color: #e2ed9d;
    font-size: 24px;
}

.talentz-hero__stat strong {
    color: #72dc1d;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.talentz-hero__stat span {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.talentz-hero__visual {
    grid-area: visual;
    position: relative;
    height: 500px;
    min-width: 0;
}

.talentz-hero__slides {
    position: absolute;
    inset: 0 0 66px;
}

.talentz-hero__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: translate3d(34px, 0, 0) scale(.96);
    transition: opacity .85s ease, transform 1.05s cubic-bezier(.2, .7, .2, 1);
    pointer-events: none;
}

.talentz-hero__slide.is-active {
    z-index: 2;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.talentz-hero__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .24));
}

.talentz-hero__badge {
    position: absolute;
    left: 18px;
    bottom: 4px;
    z-index: 7;
    width: 215px;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #196b13, #38ad1c);
    border: 2px solid rgba(170, 245, 112, .38);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .26);
    color: #fff;
}

.talentz-hero__badge i {
    position: absolute;
    right: 16px;
    top: 11px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #6ddc26;
}

.talentz-hero__badge strong {
    color: #fff;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.talentz-hero__badge span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.talentz-hero__dots {
    position: absolute;
    right: 22px;
    bottom: 28px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.talentz-hero__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: rgba(255, 255, 255, .24);
    transition: width .25s ease, border-radius .25s ease, background .25s ease;
}

.talentz-hero__dots button.is-active {
    width: 30px;
    border-color: #8fda42;
    border-radius: 10px;
    background: #8fda42;
}

.talentz-hero__dots button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .45);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .talentz-hero__slide {
        transition: none;
    }
}

.talentz-section {
    padding: 48px 0 0;
}

.talentz-section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.talentz-section-heading > span {
    display: block;
    color: var(--talentz-green);
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .06em;
}

.talentz-section-heading h2 {
    margin-top: 4px;
    color: var(--talentz-text);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.02em;
}

.talentz-section-heading p {
    margin-top: 10px;
    color: var(--talentz-muted);
    font-size: 15px;
    font-weight: 700;
}

.talentz-category-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}

.talentz-category-card {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 16px 10px;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(7, 27, 55, .05);
    color: var(--talentz-text);
    transition: .2s ease;
}

.talentz-category-card:hover {
    color: var(--talentz-green);
    border-color: rgba(35, 160, 21, .32);
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(7, 27, 55, .1);
}

.talentz-category-card i {
    color: var(--talentz-navy-2);
    font-size: 34px;
    line-height: 1;
}

.talentz-category-card > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform .2s ease;
}

.talentz-category-card:hover i {
    color: var(--talentz-green);
}

.talentz-category-card:hover > img {
    transform: scale(1.08);
}

.talentz-category-card span {
    color: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.talentz-category-card--view-all i {
    font-size: 32px;
    color: var(--talentz-green);
}

.talentz-featured {
    padding-top: 42px;
}

.talentz-service-wrap {
    position: relative;
}

.talentz-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.talentz-service-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(7, 27, 55, .085);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.talentz-service-card:hover {
    border-color: rgba(35, 160, 21, .24);
    transform: translateY(-5px);
    box-shadow: 0 23px 44px rgba(7, 27, 55, .14);
}

.talentz-service-card__image {
    position: relative;
    display: block;
    height: 205px;
    overflow: hidden;
    background: #e8eef4;
}

.talentz-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.talentz-service-card:hover .talentz-service-card__image img {
    transform: scale(1.05);
}

.talentz-service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 21, 50, .02) 40%, rgba(0, 21, 50, .52) 100%);
    pointer-events: none;
}

.talentz-service-card__badges {
    position: absolute;
    inset: 13px 13px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.talentz-service-card__badges span,
.talentz-service-card__badges strong {
    max-width: 70%;
    overflow: hidden;
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.talentz-service-card__badges span {
    background: rgba(255, 255, 255, .94);
    color: var(--talentz-navy);
}

.talentz-service-card__badges strong {
    margin-left: auto;
    background: var(--talentz-green);
    color: #fff;
}

.talentz-service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 19px;
}

.talentz-service-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 11px;
    color: var(--talentz-text);
    font-size: 12px;
}

.talentz-service-card__rating > i {
    color: #ffb91d;
}

.talentz-service-card__rating strong {
    font-weight: 900;
}

.talentz-service-card__rating span {
    color: #8a95a7;
    font-size: 10px;
    font-weight: 700;
}

.talentz-service-card__body h3 {
    min-height: 54px;
    margin: 0 0 18px;
}

.talentz-service-card__body h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--talentz-text);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.talentz-service-card__body h3 a:hover {
    color: var(--talentz-green);
}

.talentz-service-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--talentz-border);
}

.talentz-service-card__price {
    min-width: 0;
}

.talentz-service-card__price small,
.talentz-service-card__price strong {
    display: block;
}

.talentz-service-card__price small {
    margin-bottom: 3px;
    color: #8c96a8;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.talentz-service-card__price strong {
    overflow: hidden;
    color: var(--talentz-green);
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talentz-service-card__footer > a {
    min-height: 39px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid var(--talentz-green);
    border-radius: 9px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    transition: .2s ease;
}

.talentz-service-card__footer > a:hover {
    border-color: var(--talentz-navy);
    background: var(--talentz-navy);
    color: #fff;
}

.talentz-service-card__image:focus-visible,
.talentz-service-card__body h3 a:focus-visible,
.talentz-service-card__footer > a:focus-visible {
    outline: 3px solid rgba(35, 160, 21, .28);
    outline-offset: 3px;
}

.talentz-slider-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    border: 1px solid var(--talentz-border);
    border-radius: 50%;
    background: #fff;
    color: var(--talentz-green);
    box-shadow: 0 14px 24px rgba(7, 27, 55, .08);
    transform: translateY(-50%);
    transition: .2s ease;
}

.talentz-slider-btn:hover {
    color: #fff;
    background: var(--talentz-green);
}

.talentz-slider-btn--prev {
    left: -78px;
}

.talentz-slider-btn--next {
    right: -78px;
}

.talentz-choice {
    padding: 32px 0 0;
}

.talentz-choice__panel {
    display: grid;
    grid-template-columns: 1.35fr .9fr;
    gap: 28px;
    min-height: 198px;
    padding: 34px 42px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 70% 10%, rgba(54, 151, 255, .32), transparent 26%),
        linear-gradient(135deg, #062966, #001f4c 58%, #02173a);
    color: #fff;
    box-shadow: 0 16px 36px rgba(3, 29, 64, .18);
}

.talentz-choice__benefits {
    min-width: 0;
}

.talentz-choice__benefits h2 {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

.talentz-choice__line {
    display: inline-block;
    width: 150px;
    height: 2px;
    margin-left: 22px;
    margin-bottom: 7px;
    background: linear-gradient(90deg, #fff, transparent);
    opacity: .7;
}

.talentz-choice__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 34px;
}

.talentz-choice__items div {
    text-align: center;
}

.talentz-choice__items i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(146, 234, 110, .68);
    border-radius: 50%;
    color: #7de732;
    font-size: 26px;
}

.talentz-choice__items span {
    display: block;
    max-width: 95px;
    margin: 10px auto 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.talentz-choice__metric {
    position: relative;
    overflow: hidden;
    min-height: 140px;
    padding: 24px 28px;
    border: 1px solid rgba(155, 211, 255, .35);
    border-radius: 15px;
    background: rgba(2, 30, 71, .62);
}

.talentz-choice__metric > span,
.talentz-choice__metric p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 900;
}

.talentz-choice__metric > span {
    font-size: 14px;
}

.talentz-choice__metric strong {
    position: relative;
    z-index: 2;
    display: block;
    margin: 2px 0;
    color: #2fd617;
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
}

.talentz-choice__metric p {
    font-size: 16px;
}

.talentz-choice__metric svg {
    position: absolute;
    right: 10px;
    bottom: 6px;
    width: 58%;
    height: auto;
}

.talentz-choice__metric > i {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #fff;
    font-size: 28px;
}

.talentz-steps {
    padding-top: 46px;
}

.talentz-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 34px;
}

.talentz-step {
    position: relative;
    text-align: center;
}

.talentz-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 52px;
    left: calc(50% + 62px);
    width: calc(100% - 85px);
    border-top: 2px dashed #cbd6e5;
}

.talentz-step__icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #eaf2ff;
    color: var(--talentz-navy);
    font-size: 30px;
}

.talentz-step > span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--talentz-green);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.talentz-step h3 {
    color: var(--talentz-text);
    font-size: 15px;
    font-weight: 900;
}

.talentz-step p {
    max-width: 170px;
    margin: 9px auto 0;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
}

.talentz-pro-cta {
    padding: 32px 0 0;
}

.talentz-pro-cta__card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 162px;
    border-radius: 12px;
    background: var(--talentz-navy);
    box-shadow: 0 16px 34px rgba(3, 29, 64, .15);
}

.talentz-pro-cta__half {
    position: relative;
    min-height: 162px;
    padding: 34px 62px;
    color: #fff;
}

.talentz-pro-cta__half h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.talentz-pro-cta__half p {
    max-width: 360px;
    margin: 8px 0 18px;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.talentz-pro-cta__half--green {
    background:
        radial-gradient(circle at 18% 15%, rgba(118, 218, 58, .24), transparent 30%),
        linear-gradient(135deg, #0b7d06, #0f6f05);
}

.talentz-pro-cta__half--blue {
    background:
        radial-gradient(circle at 80% 40%, rgba(27, 132, 237, .38), transparent 35%),
        linear-gradient(135deg, #06265c, #001e49);
    padding-left: 92px;
}

.talentz-pro-cta__person {
    position: absolute;
    left: 50%;
    bottom: -16px;
    z-index: 3;
    width: 190px;
    height: 190px;
    transform: translateX(-50%);
    pointer-events: none;
}

.talentz-pro-cta__person img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.talentz-pro-cta__rocket {
    position: absolute;
    right: 64px;
    top: 36px;
    color: #fff;
    font-size: 76px;
    transform: rotate(38deg);
    opacity: .92;
}

.talentz-news {
    padding-top: 44px;
}

.talentz-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto;
}

.talentz-news-card {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(7, 27, 55, .08);
    transition: .2s ease;
}

.talentz-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(7, 27, 55, .12);
}

.talentz-news-card__image {
    display: block;
    height: 154px;
    overflow: hidden;
}

.talentz-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentz-news-card__body {
    padding: 18px 20px 20px;
}

.talentz-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #a0a8b6;
    font-size: 11px;
    font-weight: 800;
}

.talentz-news-card__meta span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.talentz-news-card h3 {
    min-height: 58px;
    margin: 8px 0 15px;
}

.talentz-news-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--talentz-text);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.talentz-news-card h3 a:hover,
.talentz-read-more:hover {
    color: var(--talentz-green);
}

.talentz-read-more {
    color: var(--talentz-green);
    font-size: 13px;
    font-weight: 900;
}

.talentz-newsletter {
    padding: 48px 0 18px;
}

.talentz-newsletter__card {
    display: grid;
    grid-template-columns: 1fr minmax(360px, 520px);
    gap: 28px;
    align-items: center;
    min-height: 92px;
    padding: 18px 24px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 34% 10%, rgba(34, 116, 255, .25), transparent 32%),
        linear-gradient(135deg, #073172, #001e49);
    color: #fff;
}

.talentz-newsletter__copy {
    display: flex;
    align-items: center;
    gap: 22px;
}

.talentz-newsletter__copy > i {
    width: 72px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 46px;
}

.talentz-newsletter h2 {
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
}

.talentz-newsletter p {
    margin-top: 4px;
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    font-weight: 700;
}

.talentz-newsletter__form {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0;
    border-radius: 6px;
    background: #fff;
}

.talentz-newsletter__form input {
    height: 48px;
    border: 0;
    border-radius: 6px 0 0 6px;
    padding: 0 18px;
    color: var(--talentz-text);
    font-size: 14px;
}

.talentz-newsletter__form button {
    min-width: 132px;
    height: 48px;
    border-radius: 0 6px 6px 0;
    background: var(--talentz-green);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    transition: .2s ease;
}

.talentz-newsletter__form button:hover {
    background: #167d0e;
}

.talentz-footer {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px;
    background:
        radial-gradient(circle at 8% 35%, rgba(27, 114, 196, .18), transparent 29%),
        linear-gradient(145deg, #001329 0%, #001b3a 58%, #002449 100%);
    color: #fff;
}

.talentz-footer::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 24px 24px;
    content: "";
    opacity: .28;
    pointer-events: none;
}

.talentz-footer > .container {
    position: relative;
    z-index: 1;
}

.talentz-footer__cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-bottom: 52px;
    padding: 27px 30px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(105deg, #15970b 0%, #23a015 62%, #72c52a 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.talentz-footer__cta-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 23px;
}

.talentz-footer__cta-copy span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-footer__cta-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-footer__cta-copy p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
}

.talentz-footer__cta-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.talentz-footer__cta-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    transition: .2s ease;
}

.talentz-footer__cta-actions .talentz-footer__cta-primary {
    border-color: #fff;
    background: #fff;
    color: var(--talentz-navy);
}

.talentz-footer__cta-actions a:hover {
    border-color: var(--talentz-navy);
    background: var(--talentz-navy);
    color: #fff;
}

.talentz-footer__main {
    display: grid;
    grid-template-columns: minmax(340px, 1.25fr) minmax(0, 2.75fr);
    align-items: start;
    gap: 52px;
}

.talentz-footer__about {
    min-width: 0;
    padding-right: 42px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.talentz-footer__logo {
    width: 176px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 7px 10px;
    border-radius: 9px;
    background: #fff;
}

.talentz-footer__logo img {
    width: 100%;
    max-height: 43px;
    object-fit: contain;
}

.talentz-footer__about p {
    max-width: 440px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

.talentz-footer__contact-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.talentz-footer__contact-list > a,
.talentz-footer__contact-list > div {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 37px minmax(0, 1fr);
    align-items: center;
    column-gap: 11px;
    color: #fff;
}

.talentz-footer__contact-list > a > span,
.talentz-footer__contact-list > div > span {
    width: 37px;
    height: 37px;
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(143, 217, 47, .13);
    color: #a8ec76;
    font-size: 13px;
}

.talentz-footer__contact-list small,
.talentz-footer__contact-list strong {
    min-width: 0;
    display: block;
}

.talentz-footer__contact-list small {
    align-self: end;
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.talentz-footer__contact-list strong {
    align-self: start;
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
}

.talentz-footer__contact-list a:hover strong {
    color: #a8ec76;
}

.talentz-footer__socials {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 24px;
}

.talentz-footer__socials > span {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.talentz-footer__socials > div {
    display: flex;
    gap: 7px;
}

.talentz-footer__socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: 13px;
    transition: .2s ease;
}

.talentz-footer__socials a:hover {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    transform: translateY(-2px);
}

.talentz-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.talentz-footer__column {
    min-width: 0;
}

.talentz-footer__column h2 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.talentz-footer__column h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 3px;
    border-radius: 3px;
    background: var(--talentz-green-2);
    content: "";
}

.talentz-footer__column a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
    transition: .2s ease;
}

.talentz-footer__column a::before {
    color: #81d84f;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    content: "\f054";
    opacity: .75;
    transition: transform .2s ease;
}

.talentz-footer__column a:hover {
    color: #fff;
}

.talentz-footer__column a:hover::before {
    transform: translateX(3px);
}

.talentz-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.talentz-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
}

.talentz-footer__legal {
    display: flex;
    gap: 15px;
    margin-top: 7px;
}

.talentz-footer__legal a {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 800;
}

.talentz-footer__legal a:hover {
    color: #a8ec76;
}

.talentz-footer__payments {
    display: flex;
    align-items: center;
    gap: 13px;
}

.talentz-footer__payments span {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.talentz-footer__payments img {
    width: 230px;
    max-width: 35vw;
    max-height: 40px;
    object-fit: contain;
}

.talentz-footer a:focus-visible {
    outline: 3px solid rgba(143, 217, 47, .42);
    outline-offset: 3px;
}

body.talentz-home-page .wsus__scroll_btn {
    background: var(--talentz-green);
    border-radius: 50%;
}

body.talentz-home-page .wsus__scroll_btn span {
    color: #fff;
}

@media (max-width: 1399px) {
    .talentz-slider-btn--prev {
        left: -28px;
    }

    .talentz-slider-btn--next {
        right: -28px;
    }
}

@media (max-width: 1199px) {
    .talentz-topbar__contact,
    .talentz-topbar__links {
        gap: 14px;
    }

    .talentz-navbar__links .nav-link {
        padding-inline: 8px;
        font-size: 13px;
    }

    .talentz-login-button {
        padding-inline: 15px;
    }

    .talentz-hero__grid {
        grid-template-columns: 1fr 450px;
        gap: 32px;
    }

    .talentz-category-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .talentz-service-grid {
        gap: 18px;
    }

    .talentz-service-card__image {
        height: 180px;
    }

    .talentz-choice__panel {
        grid-template-columns: 1fr;
    }

    .talentz-footer__main {
        grid-template-columns: 330px minmax(0, 1fr);
        gap: 36px;
    }

    .talentz-footer__about {
        padding-right: 30px;
    }

    .talentz-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 30px;
    }
}

@media (max-width: 991px) {
    .talentz-topbar {
        display: none;
    }

    .talentz-navbar {
        min-height: 72px;
    }

    .talentz-navbar .container {
        position: relative;
    }

    .talentz-navbar__brand {
        width: 148px;
    }

    .talentz-navbar .navbar-collapse {
        position: absolute;
        left: 12px;
        right: 12px;
        top: calc(100% + 10px);
        z-index: 1000;
        max-height: calc(100vh - 95px);
        overflow-y: auto;
        padding: 16px;
        border: 1px solid var(--talentz-border);
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--talentz-shadow);
    }

    .talentz-navbar__links {
        align-items: stretch;
        gap: 0;
    }

    .talentz-navbar__links .nav-item {
        border-bottom: 1px solid #eef2f6;
    }

    .talentz-navbar__links .nav-item:last-child {
        border-bottom: 0;
    }

    .talentz-services-nav__row {
        justify-content: space-between;
    }

    .talentz-services-nav__link {
        flex: 1;
    }

    .talentz-services-nav__toggle {
        width: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 11px 0 !important;
    }

    .talentz-navbar__links .nav-link {
        min-height: 46px;
        display: flex;
        align-items: center;
        padding: 11px 8px;
        border-radius: 10px;
        font-size: 15px;
    }

    .talentz-navbar__links .nav-link:hover,
    .talentz-navbar__links .nav-link.active {
        background: #eef9ec;
    }

    .talentz-navbar .dropdown-menu {
        position: static;
        width: 100%;
        margin: 4px 0 10px;
        border-radius: 14px;
        box-shadow: none;
        transform: none !important;
    }

    .talentz-navbar .dropdown-item {
        white-space: normal;
    }

    .talentz-navbar__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 10px;
    }

    .talentz-search-toggle {
        display: none;
    }

    .talentz-search-form {
        position: static;
        width: 100%;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
    }

    .talentz-login-button {
        width: 100%;
    }

    .talentz-hero {
        min-height: auto;
        padding: 52px 0 46px;
    }

    .talentz-hero__grid {
        grid-template-areas:
            "copy"
            "visual"
            "stats";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 26px;
    }

    .talentz-hero__copy {
        max-width: 100%;
        text-align: center;
    }

    .talentz-hero__eyebrow,
    .talentz-hero__actions {
        margin-inline: auto;
        justify-content: center;
    }

    .talentz-hero p,
    .talentz-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .talentz-hero__stats {
        margin-inline: auto;
    }

    .talentz-hero__visual {
        width: min(520px, 100%);
        margin: 0 auto;
    }

    .talentz-service-grid {
        display: flex;
        overflow-x: auto;
        gap: 18px;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 4px;
        -webkit-overflow-scrolling: touch;
        padding: 4px 4px 18px;
    }

    .talentz-service-grid::-webkit-scrollbar {
        display: none;
    }

    .talentz-service-card {
        flex: 0 0 310px;
        scroll-snap-align: start;
    }

    .talentz-service-card__image {
        height: 195px;
    }

    .talentz-slider-btn {
        display: none;
    }

    .talentz-choice__items,
    .talentz-step-grid,
    .talentz-news-grid,
    .talentz-newsletter__card,
    .talentz-pro-cta__card {
        grid-template-columns: 1fr 1fr;
    }

    .talentz-step:nth-child(2)::after {
        display: none;
    }

    .talentz-step:not(:last-child)::after {
        width: calc(100% - 100px);
    }

    .talentz-pro-cta__person {
        display: none;
    }

    .talentz-pro-cta__half--blue {
        padding-left: 42px;
    }

    .talentz-newsletter__card {
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .talentz-hero {
        padding: 36px 0 38px;
    }

    .talentz-hero__eyebrow {
        font-size: 12px;
    }

    .talentz-hero h1 {
        font-size: 36px;
    }

    .talentz-hero p {
        font-size: 15px;
    }

    .talentz-hero__actions {
        gap: 12px;
    }

    .talentz-btn {
        width: 100%;
        max-width: 310px;
    }

    .talentz-hero__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        width: 100%;
        margin-top: 4px;
    }

    .talentz-hero__visual {
        height: 340px;
    }

    .talentz-hero__badge {
        left: 10px;
        bottom: 3px;
        width: 180px;
        min-height: 68px;
    }

    .talentz-hero__badge strong {
        font-size: 27px;
    }

    .talentz-hero__badge span {
        font-size: 12px;
    }

    .talentz-hero__dots {
        right: 10px;
        bottom: 24px;
    }

    .talentz-section {
        padding-top: 38px;
    }

    .talentz-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .talentz-category-card {
        min-height: 108px;
    }

    .talentz-category-card > img {
        width: 46px;
        height: 46px;
    }

    .talentz-choice__panel {
        padding: 26px 20px;
    }

    .talentz-choice__benefits h2 {
        font-size: 24px;
    }

    .talentz-choice__line {
        display: block;
        margin: 12px 0 0;
    }

    .talentz-choice__items,
    .talentz-step-grid,
    .talentz-news-grid,
    .talentz-newsletter__card,
    .talentz-pro-cta__card {
        grid-template-columns: 1fr;
    }

    .talentz-choice__items {
        gap: 20px;
    }

    .talentz-choice__metric {
        padding: 22px 22px 120px;
    }

    .talentz-choice__metric svg {
        width: 88%;
    }

    .talentz-step:not(:last-child)::after {
        display: none;
    }

    .talentz-pro-cta__half,
    .talentz-pro-cta__half--blue {
        padding: 28px 22px;
        text-align: center;
    }

    .talentz-pro-cta__half p {
        margin-inline: auto;
    }

    .talentz-pro-cta__rocket {
        position: static;
        display: block;
        margin: 18px auto 0;
        font-size: 46px;
    }

    .talentz-newsletter__copy {
        align-items: flex-start;
    }

    .talentz-newsletter__form {
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .talentz-newsletter__form input,
    .talentz-newsletter__form button {
        width: 100%;
        border-radius: 0;
    }

    .talentz-footer__cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .talentz-footer__cta-actions {
        grid-column: 2;
        justify-self: start;
    }

    .talentz-footer__main {
        grid-template-columns: 1fr;
    }

    .talentz-footer__about {
        display: block;
        padding: 0 0 34px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .talentz-footer__about p {
        max-width: none;
    }

    .talentz-footer__contact-list {
        margin-top: 24px;
    }

    .talentz-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .talentz-footer__payments img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .talentz-navbar__brand {
        width: 132px;
    }

    .talentz-hero h1 {
        font-size: 30px;
        line-height: 1.16;
    }

    .talentz-hero__visual {
        height: 285px;
    }

    .talentz-hero__slides {
        inset: 0 0 60px;
    }

    .talentz-hero__badge {
        width: 165px;
        min-height: 62px;
    }

    .talentz-hero__badge i {
        width: 28px;
        height: 28px;
        right: 9px;
        top: 7px;
        font-size: 11px;
    }

    .talentz-hero__badge strong {
        font-size: 23px;
    }

    .talentz-hero__badge span {
        font-size: 10px;
    }

    .talentz-hero__dots button.is-active {
        width: 24px;
    }

    .talentz-service-card {
        flex-basis: min(310px, calc(100vw - 42px));
    }

    .talentz-service-card__image {
        height: 188px;
    }

    .talentz-service-card__body {
        padding: 17px;
    }

    .talentz-service-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .talentz-service-card__footer > a {
        width: 100%;
    }

    .talentz-newsletter__copy > i {
        display: none;
    }

    .talentz-footer {
        padding-bottom: 16px;
    }

    .talentz-footer__cta {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
        padding: 23px 19px;
        border-radius: 0 0 16px 16px;
    }

    .talentz-footer__cta-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 19px;
    }

    .talentz-footer__cta-copy h2 {
        font-size: 19px;
    }

    .talentz-footer__cta-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .talentz-footer__cta-actions a {
        width: 100%;
    }

    .talentz-footer__main {
        gap: 34px;
    }

    .talentz-footer__about {
        display: block;
        padding-bottom: 31px;
    }

    .talentz-footer__logo {
        width: 165px;
    }

    .talentz-footer__about p {
        max-width: none;
    }

    .talentz-footer__contact-list {
        margin-top: 23px;
    }

    .talentz-footer__socials {
        flex-wrap: wrap;
    }

    .talentz-footer__nav {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .talentz-footer__column h2 {
        margin-bottom: 17px;
    }

    .talentz-footer__bottom {
        margin-top: 38px;
    }

    .talentz-footer__payments {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .talentz-footer__payments img {
        width: min(230px, 100%);
    }
}

/* Existing frontend page theme compatibility */
body.talentz-theme-page {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 46%, #fff 100%);
    color: var(--talentz-text);
    font-family: var(--talentz-font);
}

body.talentz-theme-page #app {
    overflow-x: hidden;
}

body.talentz-theme-page h1,
body.talentz-theme-page h2,
body.talentz-theme-page h3,
body.talentz-theme-page h4,
body.talentz-theme-page h5,
body.talentz-theme-page h6,
body.talentz-theme-page p,
body.talentz-theme-page span,
body.talentz-theme-page a,
body.talentz-theme-page button,
body.talentz-theme-page input,
body.talentz-theme-page textarea,
body.talentz-theme-page select {
    font-family: var(--talentz-font);
}

body.talentz-theme-page a {
    text-decoration: none;
}

body.talentz-theme-page.home_2 > .wsus__topbar,
body.talentz-theme-page.home_2 > .main_menu,
body.talentz-theme-page.home_2 > footer:not(.talentz-footer),
body.talentz-theme-page.home_3 > .main_menu,
body.talentz-theme-page.home_3 > footer:not(.talentz-footer) {
    display: none !important;
}

body.talentz-theme-page .wsus__services_page,
body.talentz-theme-page .wsus__blog_page,
body.talentz-theme-page .wsus__blog_details,
body.talentz-theme-page .wsus__service_details,
body.talentz-theme-page .wsus__booking_service,
body.talentz-theme-page .wsus__booking_info,
body.talentz-theme-page .wsus__booking_confirm,
body.talentz-theme-page .wsus__contact,
body.talentz-theme-page .wsus__sign_in,
body.talentz-theme-page .wsus__dashboard,
body.talentz-theme-page .wsus__faq,
body.talentz-theme-page .wsus__privacy_policy,
body.talentz-theme-page .wsus__terms_condition,
body.talentz-theme-page .wsus__seller_join,
body.talentz-theme-page .wsus__about,
body.talentz-theme-page .wsus__team,
body.talentz-theme-page .wsus__counter,
body.talentz-theme-page .wsus__testimonial,
body.talentz-theme-page .wsus__work {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 72px 0;
}

body.talentz-theme-page .wsus__breadcrumb {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 74%, rgba(32, 160, 255, .24), transparent 26%),
        radial-gradient(circle at 82% 22%, rgba(99, 209, 38, .18), transparent 23%),
        linear-gradient(135deg, #001532 0%, #042a5e 58%, #031d40 100%) !important;
    background-size: cover !important;
    background-position: center !important;
}

body.talentz-theme-page .wsus__breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .28;
    pointer-events: none;
}

body.talentz-theme-page .wsus__breadcrumb_overlay,
body.talentz-theme-page .wsus__breadcrumb_overlay2 {
    position: relative;
    z-index: 1;
    min-height: 240px;
    display: flex;
    align-items: center;
    background: rgba(0, 21, 50, .76);
    padding: 70px 0 !important;
}

body.talentz-theme-page .wsus__breadcrumb nav {
    width: 100%;
    text-align: center;
}

body.talentz-theme-page .wsus__breadcrumb nav h1 {
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.035em;
    text-transform: none;
}

body.talentz-theme-page .wsus__breadcrumb nav ol {
    justify-content: center;
    margin-top: 14px;
}

body.talentz-theme-page .wsus__breadcrumb nav ol li,
body.talentz-theme-page .wsus__breadcrumb nav ol li a {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 800;
}

body.talentz-theme-page .wsus__breadcrumb nav ol li a:hover {
    color: var(--talentz-lime);
}

body.talentz-theme-page .wsus__section_heading h5,
body.talentz-theme-page .wsus__section_heading h4,
body.talentz-theme-page .section_heading h5 {
    color: var(--talentz-green);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.talentz-theme-page .wsus__section_heading h2,
body.talentz-theme-page .section_heading h2,
body.talentz-theme-page .wsus__heading_area h2 {
    color: var(--talentz-text);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -.03em;
}

body.talentz-theme-page .common_btn,
body.talentz-theme-page .common_btn2,
body.talentz-theme-page .read_btn,
body.talentz-theme-page button.common_btn,
body.talentz-theme-page button.common_btn2 {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 9px;
    padding: 0 22px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(35, 160, 21, .22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

body.talentz-theme-page .common_btn:hover,
body.talentz-theme-page .common_btn2:hover,
body.talentz-theme-page .read_btn:hover {
    background: #167d0e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(35, 160, 21, .28);
}

body.talentz-theme-page .btn-danger.common_btn,
body.talentz-theme-page .btn-danger.common_btn:hover {
    background: #dc3545;
}

body.talentz-theme-page .btn-warning.common_btn,
body.talentz-theme-page .btn-warning.common_btn:hover {
    background: #f59e0b;
}

body.talentz-theme-page .btn-info.common_btn,
body.talentz-theme-page .btn-info.common_btn:hover {
    background: #0ea5e9;
}

body.talentz-theme-page .common_btn:disabled,
body.talentz-theme-page .common_btn2:disabled,
body.talentz-theme-page button:disabled {
    cursor: not-allowed;
    opacity: .72;
    transform: none;
}

body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) textarea,
body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) select,
body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) .form-control,
body.talentz-theme-page .select2-container--default .select2-selection--single {
    min-height: 48px;
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.talentz-theme-page textarea {
    min-height: 140px;
    padding: 14px 16px;
    resize: vertical;
}

body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) textarea:focus,
body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) select:focus,
body.talentz-theme-page :is(#search_service_form, .wsus__review_input, .blog_sidebar, .wsus__booking_area, .wsus__booking_pic_up, .wsus__booking_calendar, .wsus__booking_cost, .wsus__sign_in_area, .wsus__dashboard_content, .wsus__contact, .wsus__sidebar, .wsus__blog_newsletter, .wsus__booking_service) .form-control:focus,
body.talentz-theme-page .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: rgba(35, 160, 21, .55);
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .1);
}

body.talentz-theme-page .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    color: var(--talentz-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 48px;
}

body.talentz-theme-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 10px;
}

body.talentz-theme-page .wsus__review_input,
body.talentz-theme-page .contact_input,
body.talentz-theme-page .blog_sidebar,
body.talentz-theme-page .wsus__sidebar,
body.talentz-theme-page .wsus__booking_area,
body.talentz-theme-page .wsus__dashboard_content,
body.talentz-theme-page .wsus__dashboard_menu,
body.talentz-theme-page .wsus__service_details_content,
body.talentz-theme-page .wsus_dash_personal_info,
body.talentz-theme-page .wsus__invoice,
body.talentz-theme-page .wsus__support_time {
    border: 1px solid var(--talentz-border);
    border-radius: var(--talentz-radius);
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

body.talentz-theme-page .wsus__review_input,
body.talentz-theme-page .contact_input {
    padding: 32px;
}

body.talentz-theme-page .wsus__review_input h4,
body.talentz-theme-page .wsus__sign_in_text h2,
body.talentz-theme-page .blog_sidebar h3,
body.talentz-theme-page .wsus__booking_text h2,
body.talentz-theme-page .wsus__booking_info h3,
body.talentz-theme-page .wsus__dashboard_content h3,
body.talentz-theme-page .wsus_dash_personal_info h4 {
    color: var(--talentz-text);
    font-weight: 900;
    letter-spacing: -.02em;
}

body.talentz-theme-page .wsus__review_input p,
body.talentz-theme-page .wsus__sign_in_text p,
body.talentz-theme-page .wsus__booking_text p,
body.talentz-theme-page .wsus_dashboard_body p {
    color: var(--talentz-muted);
    font-weight: 700;
    line-height: 1.65;
}

body.talentz-theme-page .wsus__review_input fieldset {
    position: relative;
    margin-top: 18px;
    border: 0;
}

body.talentz-theme-page .wsus__review_input fieldset legend {
    width: auto;
    margin-bottom: 8px;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__review_input fieldset input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    padding: 0 15px;
}

body.talentz-theme-page .wsus__login_check {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.talentz-theme-page .wsus__login_check a,
body.talentz-theme-page .create_account a {
    color: var(--talentz-green);
    font-weight: 900;
}

body.talentz-theme-page #search_service_form {
    margin-bottom: 36px;
    padding: 24px;
    border: 1px solid var(--talentz-border);
    border-radius: var(--talentz-radius);
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

body.talentz-theme-page .wsus__service_search {
    margin-bottom: 0;
}

body.talentz-theme-page .wsus__service_search label {
    margin-bottom: 8px;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__service_search input,
body.talentz-theme-page .wsus__service_search select {
    width: 100%;
    padding: 0 15px;
}

body.talentz-theme-page .wsus__single_services,
body.talentz-theme-page .wsus__single_services2,
body.talentz-theme-page .wsus__single_blog {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: var(--talentz-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(7, 27, 55, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.talentz-theme-page .wsus__single_services:hover,
body.talentz-theme-page .wsus__single_services2:hover,
body.talentz-theme-page .wsus__single_blog:hover {
    border-color: rgba(35, 160, 21, .24);
    box-shadow: 0 22px 42px rgba(7, 27, 55, .13);
    transform: translateY(-5px);
}

body.talentz-theme-page .wsus__services_img,
body.talentz-theme-page .wsus__services_img2,
body.talentz-theme-page .wsus__single_blog_img,
body.talentz-theme-page .wsus__blog_details_img,
body.talentz-theme-page .wsus__service_details_img,
body.talentz-theme-page .wsus__booking_img {
    overflow: hidden;
    border-radius: 0;
    background: #edf4fb;
}

body.talentz-theme-page .wsus__services_img,
body.talentz-theme-page .wsus__services_img2,
body.talentz-theme-page .wsus__single_blog_img {
    height: 205px;
}

body.talentz-theme-page .wsus__services_img img,
body.talentz-theme-page .wsus__services_img2 img,
body.talentz-theme-page .wsus__single_blog_img img,
body.talentz-theme-page .wsus__blog_details_img img,
body.talentz-theme-page .wsus__booking_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

body.talentz-theme-page .wsus__single_services:hover .wsus__services_img img,
body.talentz-theme-page .wsus__single_services2:hover .wsus__services_img2 img,
body.talentz-theme-page .wsus__single_blog:hover .wsus__single_blog_img img {
    transform: scale(1.05);
}

body.talentz-theme-page .wsus__services_text,
body.talentz-theme-page .wsus__services_text2,
body.talentz-theme-page .wsus__single_blog_text {
    padding: 18px;
    background: #fff;
}

body.talentz-theme-page .wsus__services_text .title,
body.talentz-theme-page .wsus__services_text2 .title,
body.talentz-theme-page .wsus__single_blog_text h2 a,
body.talentz-theme-page .wsus__single_blog_text .title {
    display: block;
    min-height: auto;
    color: var(--talentz-text);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.015em;
    transition: color .2s ease;
}

body.talentz-theme-page .wsus__services_text .title:hover,
body.talentz-theme-page .wsus__services_text2 .title:hover,
body.talentz-theme-page .wsus__single_blog_text h2 a:hover,
body.talentz-theme-page .wsus__single_blog_text .title:hover {
    color: var(--talentz-green);
}

body.talentz-theme-page .wsus__services_text ul,
body.talentz-theme-page .wsus__services_text2 ul,
body.talentz-theme-page .wsus__single_blog_text ul {
    gap: 8px;
    margin: 10px 0 0;
}

body.talentz-theme-page .wsus__services_text li,
body.talentz-theme-page .wsus__services_text2 li,
body.talentz-theme-page .wsus__single_blog_text li {
    color: var(--talentz-muted);
    font-size: 13px;
    font-weight: 800;
}

body.talentz-theme-page .wsus__services_text li a,
body.talentz-theme-page .wsus__services_text2 .category,
body.talentz-theme-page .wsus__services_img2 .category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px 12px;
    background: #eef9ec;
    color: var(--talentz-green);
    font-size: 12px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__services_text i,
body.talentz-theme-page .wsus__services_text2 i,
body.talentz-theme-page .wsus__single_blog_text i,
body.talentz-theme-page .wsus__single_review i {
    color: #f5b301;
}

body.talentz-theme-page .single_service_footer,
body.talentz-theme-page .single_service_footer2 {
    gap: 12px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--talentz-border);
}

body.talentz-theme-page .single_service_footer .img_area {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.talentz-theme-page .single_service_footer .img_area img,
body.talentz-theme-page .wsus__services_text2 > img,
body.talentz-theme-page .dasboard_header img,
body.talentz-theme-page .wsus__single_review_top img {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(7, 27, 55, .16);
}

body.talentz-theme-page .single_service_footer .img_area img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

body.talentz-theme-page .wsus__services_text2 > img {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

body.talentz-theme-page .single_service_footer .img_area span {
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__pagination {
    width: 100%;
    margin-top: 22px;
}

body.talentz-theme-page .wsus__pagination ul {
    justify-content: center;
    gap: 8px;
}

body.talentz-theme-page .wsus__pagination ul li a,
body.talentz-theme-page .page-link {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--talentz-border);
    border-radius: 10px;
    background: #fff;
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .wsus__pagination ul li a:hover,
body.talentz-theme-page .wsus__pagination ul li a.active,
body.talentz-theme-page .page-link:hover,
body.talentz-theme-page .page-item.active .page-link {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

body.talentz-theme-page .blog_sidebar {
    margin-bottom: 24px;
    padding: 24px;
}

body.talentz-theme-page .wsus__blog_search form {
    position: relative;
}

body.talentz-theme-page .wsus__blog_search input,
body.talentz-theme-page .wsus__blog_newsletter input {
    width: 100%;
    padding: 0 52px 0 15px;
}

body.talentz-theme-page .wsus__blog_search button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    background: var(--talentz-green);
    color: #fff;
}

body.talentz-theme-page .wsus__related_blog li {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--talentz-border);
}

body.talentz-theme-page .wsus__related_blog li img {
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
}

body.talentz-theme-page .wsus__related_blog li a {
    color: var(--talentz-text);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

body.talentz-theme-page .wsus__blog_categori li a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--talentz-border);
    color: var(--talentz-text);
    font-weight: 800;
}

body.talentz-theme-page .wsus__blog_categori li a:hover {
    color: var(--talentz-green);
}

body.talentz-theme-page .wsus__blog_newsletter {
    overflow: hidden;
    border-radius: var(--talentz-radius);
    background:
        radial-gradient(circle at 80% 10%, rgba(89, 198, 14, .22), transparent 28%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep)) !important;
    box-shadow: var(--talentz-shadow);
}

body.talentz-theme-page .wsus__blog_newsletter_overlay {
    padding: 28px;
    background: rgba(0, 21, 50, .74);
}

body.talentz-theme-page .wsus__blog_newsletter h3,
body.talentz-theme-page .wsus__blog_newsletter p {
    color: #fff;
}

body.talentz-theme-page .wsus__contact_top {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 28px 22px;
    border: 1px solid var(--talentz-border);
    border-radius: var(--talentz-radius);
    background: #fff;
    box-shadow: var(--talentz-shadow);
    transition: transform .2s ease, border-color .2s ease;
}

body.talentz-theme-page .wsus__contact_top:hover {
    border-color: rgba(35, 160, 21, .28);
    transform: translateY(-4px);
}

body.talentz-theme-page .wsus__contact_top span,
body.talentz-theme-page .wsus__support_time > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef9ec;
    color: var(--talentz-green);
}

body.talentz-theme-page .wsus__contact_top a,
body.talentz-theme-page .wsus__contact_top p {
    color: var(--talentz-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.55;
}

body.talentz-theme-page .wsus__support_time {
    overflow: hidden;
    padding: 28px;
}

body.talentz-theme-page .wsus__support_time img {
    margin-top: 18px;
    border-radius: 16px;
}

body.talentz-theme-page .contact_map {
    margin-top: 72px !important;
}

body.talentz-theme-page .contact_map iframe {
    width: 100%;
    min-height: 410px;
    display: block;
    border: 0;
    filter: saturate(.95);
}

body.talentz-theme-page .wsus__sign_in_area {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

body.talentz-theme-page .wsus__sign_in_area .wsus__review_input {
    min-height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.talentz-theme-page .wsus__sign_in_img {
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    background: var(--talentz-navy);
}

body.talentz-theme-page .wsus__sign_in_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.talentz-theme-page .wsus__sign_in_text .or {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--talentz-muted);
    font-weight: 900;
}

body.talentz-theme-page .wsus__sign_in_text .or::before,
body.talentz-theme-page .wsus__sign_in_text .or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--talentz-border);
}

body.talentz-theme-page .wsus__sign_in_text ul li a {
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .wsus__service_details_content,
body.talentz-theme-page .wsus__booking_area {
    overflow: hidden;
}

body.talentz-theme-page .wsus__service_details_img {
    min-height: 380px;
    border-bottom: 1px solid var(--talentz-border);
}

body.talentz-theme-page .wsus__service_details_img img {
    min-height: 380px;
    object-fit: contain;
}

body.talentz-theme-page .wsus__service_details_text,
body.talentz-theme-page .wsus__blog_details_text,
body.talentz-theme-page .wsus__booking_text {
    padding: 28px;
}

body.talentz-theme-page .wsus__service_details_text h2,
body.talentz-theme-page .wsus__blog_details_text h1,
body.talentz-theme-page .wsus__blog_details_text h2 {
    color: var(--talentz-text);
    font-size: clamp(27px, 2.7vw, 38px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -.025em;
}

body.talentz-theme-page .wsus__service_details_text .nav-pills {
    gap: 10px;
    border-bottom: 1px solid var(--talentz-border);
    padding-bottom: 14px;
}

body.talentz-theme-page .wsus__service_details_text .nav-pills li button,
body.talentz-theme-page .wsus_dash_personal_info .nav-pills button {
    border: 1px solid var(--talentz-border);
    border-radius: 999px;
    background: #fff;
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .wsus__service_details_text .nav-pills li button:hover,
body.talentz-theme-page .wsus__service_details_text .nav-pills li button.active,
body.talentz-theme-page .wsus_dash_personal_info .nav-pills button:hover,
body.talentz-theme-page .wsus_dash_personal_info .nav-pills button.active {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

body.talentz-theme-page .tab_details,
body.talentz-theme-page .tab_details p,
body.talentz-theme-page .wsus__blog_details_text p,
body.talentz-theme-page .wsus_details_list_item li,
body.talentz-theme-page .details_time li {
    color: var(--talentz-muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
}

body.talentz-theme-page .wsus_details_list_item,
body.talentz-theme-page .details_time,
body.talentz-theme-page .wsus__single_review {
    border: 1px solid var(--talentz-border);
    border-radius: 16px;
    background: #fbfdff;
    padding: 18px;
}

body.talentz-theme-page .wsus_details_list_item li::marker,
body.talentz-theme-page .details_time li::marker {
    color: var(--talentz-green);
}

body.talentz-theme-page .wsus__sidebar {
    padding: 18px;
}

body.talentz-theme-page .wsus__package,
body.talentz-theme-page .wsus__service_provider,
body.talentz-theme-page .wsus__booking_pic_up,
body.talentz-theme-page .wsus__booking_calendar,
body.talentz-theme-page .wsus__booking_summery,
body.talentz-theme-page .wsus__booking_cost {
    border: 1px solid var(--talentz-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 27, 55, .06);
}

body.talentz-theme-page .wsus__package {
    overflow: hidden;
    padding: 24px;
    background:
        radial-gradient(circle at 85% 8%, rgba(89, 198, 14, .18), transparent 28%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep));
}

body.talentz-theme-page .wsus__package p,
body.talentz-theme-page .wsus__package h2,
body.talentz-theme-page .wsus__package li {
    color: #fff;
}

body.talentz-theme-page .wsus__package li {
    border-color: rgba(255, 255, 255, .16);
}

body.talentz-theme-page .wsus__service_provider {
    padding: 22px;
}

body.talentz-theme-page .wsus__booking_area {
    padding: 24px;
}

body.talentz-theme-page .wsus__booking_img {
    min-height: 300px;
    border-radius: 16px;
}

body.talentz-theme-page .wsus__booking_list_text {
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fbfdff;
    padding: 16px;
}

body.talentz-theme-page .wsus__booking_list_text h3,
body.talentz-theme-page .wsus__booking_summery h3,
body.talentz-theme-page .wsus__booking_cost h4,
body.talentz-theme-page .wsus__booking_cost h5 {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .wsus__booking_list_text li,
body.talentz-theme-page .wsus__booking_cost li,
body.talentz-theme-page .wsus__booking_summery li {
    color: var(--talentz-muted);
    font-weight: 700;
}

body.talentz-theme-page .wsus__booking_pic_up,
body.talentz-theme-page .wsus__booking_calendar,
body.talentz-theme-page .wsus__booking_summery,
body.talentz-theme-page .wsus__booking_cost {
    padding: 20px;
    margin-bottom: 18px;
}

body.talentz-theme-page .wsus__booking_button_area {
    gap: 12px;
}

body.talentz-theme-page .wsus__booking_button_area li {
    flex: 1;
}

body.talentz-theme-page .wsus__booking_button_area a {
    width: 100%;
}

body.talentz-theme-page .wsus__booking_payment {
    gap: 14px;
}

body.talentz-theme-page .wsus__booking_payment li {
    border: 1px solid var(--talentz-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 27, 55, .06);
}

body.talentz-theme-page .wsus__dashboard_area {
    border: 0;
    background: transparent;
}

body.talentz-theme-page .wsus__dashboard_menu {
    overflow: hidden;
}

body.talentz-theme-page .dasboard_header {
    padding: 24px;
    background:
        radial-gradient(circle at 85% 0%, rgba(89, 198, 14, .22), transparent 30%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep));
}

body.talentz-theme-page .dasboard_header img {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

body.talentz-theme-page .dasboard_header h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__dashboard_menu .nav {
    padding: 14px;
}

body.talentz-theme-page .wsus__dashboard_menu button {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--talentz-text);
    font-weight: 900;
    text-align: left;
}

body.talentz-theme-page .wsus__dashboard_menu button span {
    color: var(--talentz-green);
}

body.talentz-theme-page .wsus__dashboard_menu button.active,
body.talentz-theme-page .wsus__dashboard_menu button:hover {
    border-color: rgba(35, 160, 21, .2);
    background: #eef9ec;
    color: var(--talentz-green);
}

body.talentz-theme-page .wsus__dashboard_content {
    padding: 28px;
}

body.talentz-theme-page .wsus__dashboard_info {
    min-height: 160px;
    overflow: hidden;
    padding: 24px;
    background:
        radial-gradient(circle at 80% 12%, rgba(143, 217, 47, .25), transparent 32%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep)) !important;
}

body.talentz-theme-page .wsus__dashboard_info span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    color: var(--talentz-lime);
}

body.talentz-theme-page .wsus__dashboard_info h5,
body.talentz-theme-page .wsus__dashboard_info h2 {
    color: #fff;
}

body.talentz-theme-page .wsus_dash_personal_info {
    margin-top: 24px;
    padding: 24px;
}

body.talentz-theme-page .table-responsive {
    overflow-x: auto;
    border: 1px solid var(--talentz-border);
    border-radius: 16px;
    background: #fff;
}

body.talentz-theme-page table.table {
    margin-bottom: 0;
    color: var(--talentz-text);
}

body.talentz-theme-page table.table th {
    border: 0;
    background: #eef9ec;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

body.talentz-theme-page table.table td {
    border-color: var(--talentz-border);
    color: var(--talentz-muted);
    font-weight: 700;
    vertical-align: middle;
}

body.talentz-theme-page .wsus__invoice {
    padding: 24px;
}

body.talentz-theme-page .accordion-item,
body.talentz-theme-page .faq_accordion .accordion-item {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(7, 27, 55, .06);
}

body.talentz-theme-page .accordion-button {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .accordion-button:not(.collapsed) {
    background: #eef9ec;
    color: var(--talentz-green);
    box-shadow: none;
}

body.talentz-theme-page .wsus__message__button {
    right: 24px;
    bottom: 24px;
    border: 0;
    border-radius: 999px;
    background: var(--talentz-green);
    box-shadow: 0 14px 28px rgba(35, 160, 21, .28);
    color: #fff;
    font-weight: 900;
}

body.talentz-theme-page .wsus__message_area {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: var(--talentz-shadow);
}

body.talentz-theme-page .wsus__message_area .heading {
    background: var(--talentz-navy);
    color: #fff;
}

@media (max-width: 1199px) {
    body.talentz-theme-page .wsus__services_img,
    body.talentz-theme-page .wsus__services_img2,
    body.talentz-theme-page .wsus__single_blog_img {
        height: 190px;
    }
}

@media (max-width: 991px) {
    body.talentz-theme-page .wsus__services_page,
    body.talentz-theme-page .wsus__blog_page,
    body.talentz-theme-page .wsus__blog_details,
    body.talentz-theme-page .wsus__service_details,
    body.talentz-theme-page .wsus__booking_service,
    body.talentz-theme-page .wsus__booking_info,
    body.talentz-theme-page .wsus__booking_confirm,
    body.talentz-theme-page .wsus__contact,
    body.talentz-theme-page .wsus__sign_in,
    body.talentz-theme-page .wsus__dashboard,
    body.talentz-theme-page .wsus__faq,
    body.talentz-theme-page .wsus__privacy_policy,
    body.talentz-theme-page .wsus__terms_condition,
    body.talentz-theme-page .wsus__seller_join,
    body.talentz-theme-page .wsus__about,
    body.talentz-theme-page .wsus__team,
    body.talentz-theme-page .wsus__counter,
    body.talentz-theme-page .wsus__testimonial,
    body.talentz-theme-page .wsus__work {
        padding: 56px 0;
    }

    body.talentz-theme-page .wsus__breadcrumb_overlay,
    body.talentz-theme-page .wsus__breadcrumb_overlay2 {
        min-height: 210px;
        padding: 58px 0 !important;
    }

    body.talentz-theme-page .wsus__sidebar,
    body.talentz-theme-page .wsus__dashboard_menu {
        margin-bottom: 24px;
    }

    body.talentz-theme-page .wsus__dashboard_content {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    body.talentz-theme-page .wsus__services_page,
    body.talentz-theme-page .wsus__blog_page,
    body.talentz-theme-page .wsus__blog_details,
    body.talentz-theme-page .wsus__service_details,
    body.talentz-theme-page .wsus__booking_service,
    body.talentz-theme-page .wsus__booking_info,
    body.talentz-theme-page .wsus__booking_confirm,
    body.talentz-theme-page .wsus__contact,
    body.talentz-theme-page .wsus__sign_in,
    body.talentz-theme-page .wsus__dashboard,
    body.talentz-theme-page .wsus__faq,
    body.talentz-theme-page .wsus__privacy_policy,
    body.talentz-theme-page .wsus__terms_condition,
    body.talentz-theme-page .wsus__seller_join,
    body.talentz-theme-page .wsus__about,
    body.talentz-theme-page .wsus__team,
    body.talentz-theme-page .wsus__counter,
    body.talentz-theme-page .wsus__testimonial,
    body.talentz-theme-page .wsus__work {
        padding: 42px 0;
    }

    body.talentz-theme-page .wsus__breadcrumb_overlay,
    body.talentz-theme-page .wsus__breadcrumb_overlay2 {
        min-height: 190px;
        padding: 46px 0 !important;
    }

    body.talentz-theme-page #search_service_form,
    body.talentz-theme-page .wsus__review_input,
    body.talentz-theme-page .contact_input,
    body.talentz-theme-page .blog_sidebar,
    body.talentz-theme-page .wsus__sidebar,
    body.talentz-theme-page .wsus__booking_area,
    body.talentz-theme-page .wsus__dashboard_content,
    body.talentz-theme-page .wsus_dash_personal_info,
    body.talentz-theme-page .wsus__invoice {
        padding: 20px;
    }

    body.talentz-theme-page .wsus__service_details_text,
    body.talentz-theme-page .wsus__blog_details_text,
    body.talentz-theme-page .wsus__booking_text {
        padding: 22px 0 0;
    }

    body.talentz-theme-page .wsus__service_details_content {
        padding: 20px;
    }

    body.talentz-theme-page .wsus__service_details_img,
    body.talentz-theme-page .wsus__service_details_img img {
        min-height: 260px;
        border-radius: 16px;
    }

    body.talentz-theme-page .wsus__booking_button_area {
        flex-direction: column;
    }

    body.talentz-theme-page .wsus__booking_button_area li {
        width: 100%;
    }

    body.talentz-theme-page .common_btn,
    body.talentz-theme-page .common_btn2 {
        width: 100%;
    }

    body.talentz-theme-page .wsus__login_check {
        align-items: flex-start;
        flex-direction: column;
    }

    body.talentz-theme-page .contact_map {
        margin-top: 42px !important;
    }

    body.talentz-theme-page .contact_map iframe {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    body.talentz-theme-page .wsus__breadcrumb nav h1 {
        font-size: 30px;
    }

    body.talentz-theme-page .wsus__services_img,
    body.talentz-theme-page .wsus__services_img2,
    body.talentz-theme-page .wsus__single_blog_img {
        height: 210px;
    }

    body.talentz-theme-page .single_service_footer,
    body.talentz-theme-page .single_service_footer2 {
        align-items: stretch !important;
        flex-direction: column;
    }

    body.talentz-theme-page .wsus__related_blog li {
        grid-template-columns: 72px 1fr;
    }

    body.talentz-theme-page .wsus__message__button {
        right: 14px;
        bottom: 14px;
        max-width: calc(100vw - 28px);
    }
}

/* Services catalog */
.talentz-services-page {
    color: var(--talentz-text);
    background: #f7faff;
}

.talentz-services-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 64px;
    background:
        radial-gradient(circle at 14% 82%, rgba(41, 176, 255, .26), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(91, 214, 35, .2), transparent 22%),
        linear-gradient(135deg, #001532 0%, #052d64 62%, #031d40 100%);
    color: #fff;
}

.talentz-services-hero__pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .3;
    pointer-events: none;
}

.talentz-services-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-services-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.talentz-services-breadcrumb a {
    color: #fff;
}

.talentz-services-breadcrumb a:hover {
    color: var(--talentz-lime);
}

.talentz-services-breadcrumb i {
    font-size: 10px;
}

.talentz-services-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 60px;
}

.talentz-services-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #a7f57e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.talentz-services-hero h1 {
    max-width: 750px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.045em;
}

.talentz-services-hero p {
    max-width: 690px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

.talentz-services-hero__facts {
    min-width: 215px;
    display: grid;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .16);
    backdrop-filter: blur(8px);
}

.talentz-services-hero__facts div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.talentz-services-hero__facts i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(143, 217, 47, .16);
    color: #a7f57e;
}

.talentz-services-catalog {
    padding: 54px 0 82px;
}

.talentz-services-layout {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.talentz-mobile-filter-bar {
    display: none;
}

.talentz-filter-panel {
    position: sticky;
    top: 24px;
    padding: 24px;
    border: 1px solid var(--talentz-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(7, 27, 55, .08);
}

.talentz-filter-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--talentz-border);
}

.talentz-filter-panel__header span,
.talentz-results-toolbar > div:first-child > span,
.talentz-service-partners > div:first-child > span {
    display: block;
    margin-bottom: 3px;
    color: var(--talentz-green);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-filter-panel__header h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-filter-panel__close {
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--talentz-border);
    border-radius: 10px;
    background: #fff;
    color: var(--talentz-text);
}

.talentz-filter-field {
    margin-bottom: 19px;
}

.talentz-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 900;
}

.talentz-filter-search,
.talentz-filter-select {
    position: relative;
}

.talentz-filter-search > i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    color: #8590a2;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}

.talentz-filter-search input,
.talentz-filter-select select {
    width: 100%;
    height: 48px;
    border: 1px solid #dfe6ef;
    border-radius: 11px;
    outline: 0;
    background: #fbfcfe;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 700;
    transition: .2s ease;
}

.talentz-filter-search input {
    padding: 0 14px 0 40px;
}

.talentz-filter-select select {
    appearance: none;
    padding: 0 38px 0 14px;
}

.talentz-filter-select > i {
    position: absolute;
    top: 50%;
    right: 14px;
    color: #8590a2;
    font-size: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.talentz-filter-search input:focus,
.talentz-filter-select select:focus {
    border-color: var(--talentz-green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(35, 160, 21, .1);
}

.talentz-filter-actions {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.talentz-filter-actions .talentz-btn {
    width: 100%;
    min-height: 49px;
    justify-content: center;
    border: 0;
}

.talentz-filter-actions > a {
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.talentz-filter-actions > a:hover {
    color: var(--talentz-green);
}

.talentz-filter-help {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 15px;
    border-radius: 13px;
    background: #f0f8ed;
}

.talentz-filter-help > i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    color: var(--talentz-green);
}

.talentz-filter-help strong,
.talentz-filter-help a {
    display: block;
}

.talentz-filter-help strong {
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-filter-help a {
    margin-top: 2px;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 800;
}

.talentz-results {
    min-width: 0;
}

.talentz-results-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 3px 0 20px;
    border-bottom: 1px solid #dfe6ef;
}

.talentz-results-toolbar h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-results-toolbar p {
    margin: 6px 0 0;
    color: var(--talentz-muted);
    font-size: 13px;
    font-weight: 700;
}

.talentz-results-toolbar__controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.talentz-sort-control {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px 0 14px;
    border: 1px solid #dfe6ef;
    border-radius: 10px;
    background: #fff;
    white-space: nowrap;
}

.talentz-sort-control span {
    color: var(--talentz-muted);
    font-size: 11px;
    font-weight: 800;
}

.talentz-sort-control select {
    max-width: 150px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-view-toggle {
    display: flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid #dfe6ef;
    border-radius: 10px;
    background: #fff;
}

.talentz-view-toggle button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #8390a4;
}

.talentz-view-toggle button:hover,
.talentz-view-toggle button.is-active {
    background: var(--talentz-green);
    color: #fff;
}

.talentz-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: -4px 0 22px;
}

.talentz-active-filters > span {
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 800;
}

.talentz-active-filters a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid #dbe7d6;
    border-radius: 20px;
    background: #f2faef;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
}

.talentz-active-filters a:hover {
    border-color: var(--talentz-green);
}

.talentz-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.talentz-result-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(7, 27, 55, .075);
    transition: transform .2s ease, box-shadow .2s ease;
}

.talentz-result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(7, 27, 55, .13);
}

.talentz-result-card__image {
    position: relative;
    height: 184px;
    display: block;
    overflow: hidden;
    background: #e8edf3;
}

.talentz-result-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.talentz-result-card:hover .talentz-result-card__image img {
    transform: scale(1.04);
}

.talentz-result-card__image > span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    padding: 6px 9px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .92);
    color: var(--talentz-navy);
    font-size: 10px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .12);
}

.talentz-result-card__image > strong {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 8px;
    border-radius: 6px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.talentz-result-card__body {
    padding: 17px;
}

.talentz-result-card__provider {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
}

.talentz-result-card__provider > img,
.talentz-result-card__provider > span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #eef5eb;
    color: var(--talentz-green);
    object-fit: cover;
    box-shadow: 0 5px 14px rgba(7, 27, 55, .15);
}

.talentz-result-card__provider small,
.talentz-result-card__provider strong {
    display: block;
    max-width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talentz-result-card__provider small {
    color: #8a95a7;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.talentz-result-card__provider strong {
    margin-top: 1px;
    color: var(--talentz-text);
    font-size: 11px;
    font-weight: 900;
}

.talentz-result-card h3 {
    min-height: 49px;
    margin: 0 0 12px;
}

.talentz-result-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--talentz-text);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
}

.talentz-result-card h3 a:hover {
    color: var(--talentz-green);
}

.talentz-result-card__description {
    display: none;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.65;
}

.talentz-result-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    color: var(--talentz-text);
    font-size: 12px;
}

.talentz-result-card__rating i {
    color: #ffb91d;
}

.talentz-result-card__rating strong {
    font-weight: 900;
}

.talentz-result-card__rating span {
    color: #8a95a7;
    font-size: 10px;
    font-weight: 700;
}

.talentz-result-card__footer {
    display: grid;
    gap: 13px;
    padding-top: 14px;
    border-top: 1px solid var(--talentz-border);
}

.talentz-result-card__price small,
.talentz-result-card__price strong {
    display: block;
}

.talentz-result-card__price small {
    margin-bottom: 2px;
    color: #8a95a7;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.talentz-result-card__price strong {
    color: var(--talentz-green);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-result-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.talentz-result-card__details,
.talentz-result-card__book {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
}

.talentz-result-card__details {
    flex: 1;
    border: 1px solid #dfe6ef;
    color: var(--talentz-text);
}

.talentz-result-card__book {
    flex: 1.15;
    gap: 6px;
    border: 1px solid var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

.talentz-result-card__details:hover {
    border-color: var(--talentz-green);
    color: var(--talentz-green);
}

.talentz-result-card__book:hover {
    border-color: var(--talentz-navy);
    background: var(--talentz-navy);
    color: #fff;
}

.talentz-results-grid.is-list {
    grid-template-columns: 1fr;
}

.talentz-results-grid.is-list .talentz-result-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}

.talentz-results-grid.is-list .talentz-result-card__image {
    height: 100%;
    min-height: 260px;
}

.talentz-results-grid.is-list .talentz-result-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-content: center;
    column-gap: 28px;
    padding: 24px 26px;
}

.talentz-results-grid.is-list .talentz-result-card__provider,
.talentz-results-grid.is-list .talentz-result-card h3,
.talentz-results-grid.is-list .talentz-result-card__description,
.talentz-results-grid.is-list .talentz-result-card__rating {
    grid-column: 1;
}

.talentz-results-grid.is-list .talentz-result-card__provider {
    margin-bottom: 11px;
}

.talentz-results-grid.is-list .talentz-result-card h3 {
    min-height: 0;
    margin-bottom: 9px;
}

.talentz-results-grid.is-list .talentz-result-card h3 a {
    font-size: 20px;
}

.talentz-results-grid.is-list .talentz-result-card__description {
    display: block;
    margin: 0 0 12px;
}

.talentz-results-grid.is-list .talentz-result-card__rating {
    margin: 0;
}

.talentz-results-grid.is-list .talentz-result-card__footer {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-content: center;
    padding: 0 0 0 26px;
    border-top: 0;
    border-left: 1px solid var(--talentz-border);
}

.talentz-results-grid.is-list .talentz-result-card__actions {
    align-items: stretch;
    flex-direction: column;
}

.talentz-results-grid.is-list .talentz-result-card__details,
.talentz-results-grid.is-list .talentz-result-card__book {
    width: 100%;
    flex: none;
}

.talentz-results .wsus__pagination {
    margin-top: 34px;
}

.talentz-results-empty {
    padding: 72px 24px;
    border: 1px dashed #cad5e2;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.talentz-results-empty > span {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #eef8eb;
    color: var(--talentz-green);
    font-size: 25px;
}

.talentz-results-empty h3 {
    margin: 0 0 8px;
    color: var(--talentz-navy);
    font-size: 25px;
    font-weight: 900;
}

.talentz-results-empty p {
    margin: 0 0 22px;
    color: var(--talentz-muted);
    font-size: 14px;
}

.talentz-service-partners {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: center;
    gap: 40px;
    margin-top: 64px;
    padding: 30px 34px;
    border: 1px solid var(--talentz-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 55, .06);
}

.talentz-service-partners h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-service-partners__logos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
}

.talentz-service-partners__logos a {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #edf1f5;
    border-radius: 12px;
    background: #fbfcfe;
}

.talentz-service-partners__logos img {
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .72;
    transition: .2s ease;
}

.talentz-service-partners__logos a:hover img {
    filter: none;
    opacity: 1;
}

.talentz-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    border: 0;
    background: rgba(0, 14, 33, .55);
    opacity: 0;
    transition: opacity .2s ease;
}

@media (max-width: 1199px) {
    .talentz-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talentz-results-grid.is-list .talentz-result-card {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .talentz-results-grid.is-list .talentz-result-card__body {
        grid-template-columns: minmax(0, 1fr) 170px;
        column-gap: 20px;
        padding: 21px;
    }

    .talentz-results-grid.is-list .talentz-result-card__footer {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    body.talentz-filters-open {
        overflow: hidden;
    }

    .talentz-services-hero {
        padding: 46px 0 52px;
    }

    .talentz-services-hero__content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .talentz-services-hero__facts {
        min-width: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .talentz-services-catalog {
        padding: 32px 0 66px;
    }

    .talentz-mobile-filter-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 22px;
    }

    .talentz-mobile-filter-bar > span {
        color: var(--talentz-muted);
        font-size: 12px;
        font-weight: 800;
    }

    .talentz-mobile-filter-toggle {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 15px;
        border: 1px solid var(--talentz-green);
        border-radius: 10px;
        background: #fff;
        color: var(--talentz-green);
        font-size: 13px;
        font-weight: 900;
    }

    .talentz-mobile-filter-toggle span {
        min-width: 21px;
        height: 21px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--talentz-green);
        color: #fff;
        font-size: 10px;
    }

    .talentz-services-layout {
        grid-template-columns: 1fr;
    }

    .talentz-filter-panel {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: min(390px, calc(100vw - 34px));
        height: 100vh;
        overflow-y: auto;
        border: 0;
        border-radius: 0 20px 20px 0;
        transform: translateX(-105%);
        transition: transform .25s ease;
    }

    .talentz-filter-panel.is-open {
        transform: translateX(0);
    }

    .talentz-filter-panel__close {
        display: inline-flex;
    }

    .talentz-filter-backdrop.is-open {
        display: block;
        opacity: 1;
    }

    .talentz-results-toolbar {
        align-items: center;
    }

    .talentz-service-partners {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .talentz-services-breadcrumb {
        margin-bottom: 25px;
    }

    .talentz-services-hero__facts {
        grid-template-columns: 1fr;
    }

    .talentz-services-hero__facts div {
        justify-content: flex-start;
    }

    .talentz-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .talentz-results-toolbar__controls {
        width: 100%;
        justify-content: space-between;
    }

    .talentz-sort-control {
        flex: 1;
        justify-content: space-between;
    }

    .talentz-results-grid.is-list .talentz-result-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .talentz-results-grid.is-list .talentz-result-card__body {
        display: block;
        padding: 18px;
    }

    .talentz-results-grid.is-list .talentz-result-card__description {
        display: none;
    }

    .talentz-results-grid.is-list .talentz-result-card__footer {
        margin-top: 14px;
        padding: 14px 0 0;
        border-top: 1px solid var(--talentz-border);
        border-left: 0;
    }

    .talentz-service-partners__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .talentz-services-hero {
        padding: 36px 0 42px;
    }

    .talentz-services-hero h1 {
        font-size: 36px;
    }

    .talentz-services-hero p {
        font-size: 15px;
    }

    .talentz-results-toolbar h2 {
        font-size: 25px;
    }

    .talentz-results-toolbar__controls {
        align-items: stretch;
    }

    .talentz-sort-control {
        min-width: 0;
    }

    .talentz-sort-control span {
        display: none;
    }

    .talentz-sort-control select {
        width: 100%;
        max-width: none;
    }

    .talentz-results-grid {
        grid-template-columns: 1fr;
    }

    .talentz-results-grid.is-list .talentz-result-card {
        display: block;
    }

    .talentz-results-grid.is-list .talentz-result-card__image {
        height: 205px;
        min-height: 0;
    }

    .talentz-results-grid.is-list .talentz-result-card h3 a {
        font-size: 17px;
    }

    .talentz-result-card__image {
        height: 215px;
    }

    .talentz-result-card__actions {
        align-items: stretch;
    }

    .talentz-result-card__details,
    .talentz-result-card__book {
        min-height: 43px;
    }

    .talentz-service-partners {
        margin-top: 46px;
        padding: 24px 20px;
    }
}

/* Blog catalog */
.talentz-blog-page {
    color: var(--talentz-text);
    background: #f7faff;
}

.talentz-blog-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 64px;
    background:
        radial-gradient(circle at 12% 82%, rgba(42, 171, 255, .25), transparent 24%),
        radial-gradient(circle at 87% 18%, rgba(112, 220, 55, .2), transparent 22%),
        linear-gradient(135deg, #001532 0%, #052d64 62%, #031d40 100%);
    color: #fff;
}

.talentz-blog-hero__pattern {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 62%, rgba(255, 255, 255, .035) 62% 63%, transparent 63%),
        radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: auto, 20px 20px;
    opacity: .32;
    pointer-events: none;
}

.talentz-blog-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-blog-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.talentz-blog-breadcrumb a {
    color: #fff;
}

.talentz-blog-breadcrumb a:hover {
    color: var(--talentz-lime);
}

.talentz-blog-breadcrumb i {
    font-size: 10px;
}

.talentz-blog-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 60px;
}

.talentz-blog-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #a7f57e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.talentz-blog-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.045em;
}

.talentz-blog-hero p {
    max-width: 680px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

.talentz-blog-hero__spotlight {
    min-width: 225px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .16);
    backdrop-filter: blur(8px);
}

.talentz-blog-hero__spotlight > i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(143, 217, 47, .16);
    color: #a7f57e;
    font-size: 20px;
}

.talentz-blog-hero__spotlight strong,
.talentz-blog-hero__spotlight span {
    display: block;
}

.talentz-blog-hero__spotlight strong {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.talentz-blog-hero__spotlight span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
}

.talentz-blog-catalog {
    padding: 46px 0 82px;
}

.talentz-blog-filter {
    margin-bottom: 20px;
    padding: 22px;
    border: 1px solid var(--talentz-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 55, .07);
}

.talentz-blog-filter__heading {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.talentz-blog-filter__heading span,
.talentz-blog-toolbar > div:first-child > span,
.talentz-blog-sidebar__heading > span {
    display: block;
    margin-bottom: 3px;
    color: var(--talentz-green);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-blog-filter__heading h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-blog-filter__toggle {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--talentz-green);
    border-radius: 10px;
    background: #fff;
    color: var(--talentz-green);
    font-size: 12px;
    font-weight: 900;
}

.talentz-blog-filter__toggle strong {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--talentz-green);
    color: #fff;
    font-size: 10px;
}

.talentz-blog-filter form {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 245px auto auto;
    align-items: center;
    gap: 12px;
}

.talentz-blog-filter__search,
.talentz-blog-filter__select {
    position: relative;
}

.talentz-blog-filter__search > i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #8590a2;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}

.talentz-blog-filter__search input,
.talentz-blog-filter__select select {
    width: 100%;
    height: 50px;
    border: 1px solid #dfe6ef;
    border-radius: 11px;
    outline: 0;
    background: #fbfcfe;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 700;
    transition: .2s ease;
}

.talentz-blog-filter__search input {
    padding: 0 15px 0 42px;
}

.talentz-blog-filter__select select {
    appearance: none;
    padding: 0 38px 0 15px;
}

.talentz-blog-filter__select > i {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #8590a2;
    font-size: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.talentz-blog-filter__search input:focus,
.talentz-blog-filter__select select:focus {
    border-color: var(--talentz-green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(35, 160, 21, .1);
}

.talentz-blog-filter__submit {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(35, 160, 21, .2);
}

.talentz-blog-filter__submit:hover {
    background: #167d0e;
}

.talentz-blog-filter__clear {
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 900;
}

.talentz-blog-filter__clear:hover {
    color: var(--talentz-green);
}

.talentz-blog-category-strip {
    display: flex;
    gap: 9px;
    margin-bottom: 32px;
    overflow-x: auto;
    padding: 2px 1px 9px;
    scrollbar-width: thin;
}

.talentz-blog-category-strip a {
    min-height: 38px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid #dfe6ef;
    border-radius: 20px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 11px;
    font-weight: 900;
}

.talentz-blog-category-strip a span {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2f6;
    color: var(--talentz-muted);
    font-size: 9px;
}

.talentz-blog-category-strip a:hover,
.talentz-blog-category-strip a.is-active {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

.talentz-blog-category-strip a:hover span,
.talentz-blog-category-strip a.is-active span {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.talentz-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 30px;
}

.talentz-blog-results {
    min-width: 0;
}

.talentz-blog-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe6ef;
}

.talentz-blog-toolbar h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-blog-toolbar p {
    margin: 6px 0 0;
    color: var(--talentz-muted);
    font-size: 13px;
    font-weight: 700;
}

.talentz-blog-toolbar__controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.talentz-blog-sort {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px 0 14px;
    border: 1px solid #dfe6ef;
    border-radius: 10px;
    background: #fff;
    white-space: nowrap;
}

.talentz-blog-sort span {
    color: var(--talentz-muted);
    font-size: 11px;
    font-weight: 800;
}

.talentz-blog-sort select {
    max-width: 130px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-blog-view-toggle {
    display: flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid #dfe6ef;
    border-radius: 10px;
    background: #fff;
}

.talentz-blog-view-toggle button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #8390a4;
}

.talentz-blog-view-toggle button:hover,
.talentz-blog-view-toggle button.is-active {
    background: var(--talentz-green);
    color: #fff;
}

.talentz-blog-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: -4px 0 22px;
}

.talentz-blog-active-filters > span {
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 800;
}

.talentz-blog-active-filters a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid #dbe7d6;
    border-radius: 20px;
    background: #f2faef;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
}

.talentz-blog-active-filters a:hover {
    border-color: var(--talentz-green);
}

.talentz-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px;
}

.talentz-blog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 32px rgba(7, 27, 55, .075);
    transition: transform .2s ease, box-shadow .2s ease;
}

.talentz-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 21px 42px rgba(7, 27, 55, .13);
}

.talentz-blog-card__image {
    position: relative;
    height: 228px;
    display: block;
    overflow: hidden;
    background: #e9eef4;
}

.talentz-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.talentz-blog-card:hover .talentz-blog-card__image img {
    transform: scale(1.045);
}

.talentz-blog-card__image span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    padding: 7px 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .93);
    color: var(--talentz-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .025em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.talentz-blog-card__body {
    padding: 20px;
}

.talentz-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 13px;
}

.talentz-blog-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7d8899;
    font-size: 10px;
    font-weight: 800;
}

.talentz-blog-card__meta i {
    color: var(--talentz-green);
}

.talentz-blog-card h3 {
    min-height: 58px;
    margin: 0 0 12px;
}

.talentz-blog-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--talentz-text);
    font-size: 19px;
    line-height: 1.48;
    font-weight: 900;
    letter-spacing: -.015em;
}

.talentz-blog-card h3 a:hover {
    color: var(--talentz-green);
}

.talentz-blog-card__body > p {
    display: -webkit-box;
    min-height: 65px;
    margin: 0 0 17px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.68;
}

.talentz-blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 15px;
    border-top: 1px solid var(--talentz-border);
}

.talentz-blog-card__footer > span {
    color: #8a95a7;
    font-size: 10px;
    font-weight: 800;
}

.talentz-blog-card__footer > span i {
    margin-right: 4px;
    color: #8a95a7;
}

.talentz-blog-card__footer > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
}

.talentz-blog-card__footer > a:hover {
    color: var(--talentz-navy);
}

.talentz-blog-grid.is-list {
    grid-template-columns: 1fr;
}

.talentz-blog-grid.is-list .talentz-blog-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}

.talentz-blog-grid.is-list .talentz-blog-card__image {
    height: 100%;
    min-height: 280px;
}

.talentz-blog-grid.is-list .talentz-blog-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 27px;
}

.talentz-blog-grid.is-list .talentz-blog-card h3 {
    min-height: 0;
}

.talentz-blog-grid.is-list .talentz-blog-card h3 a {
    font-size: 22px;
}

.talentz-blog-grid.is-list .talentz-blog-card__body > p {
    min-height: 0;
    -webkit-line-clamp: 3;
}

.talentz-blog-results .wsus__pagination {
    margin-top: 34px;
}

.talentz-blog-empty {
    padding: 72px 24px;
    border: 1px dashed #cad5e2;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.talentz-blog-empty > span {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #eef8eb;
    color: var(--talentz-green);
    font-size: 25px;
}

.talentz-blog-empty h3 {
    margin: 0 0 8px;
    color: var(--talentz-navy);
    font-size: 25px;
    font-weight: 900;
}

.talentz-blog-empty p {
    margin: 0 0 22px;
    color: var(--talentz-muted);
    font-size: 14px;
}

.talentz-blog-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 24px;
}

.talentz-blog-sidebar__card {
    padding: 23px;
    border: 1px solid var(--talentz-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 32px rgba(7, 27, 55, .07);
}

.talentz-blog-sidebar__heading {
    margin-bottom: 11px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--talentz-border);
}

.talentz-blog-sidebar__heading h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 23px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-popular-posts article {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid var(--talentz-border);
}

.talentz-popular-posts article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.talentz-popular-posts__image {
    height: 76px;
    display: block;
    overflow: hidden;
    border-radius: 11px;
    background: #e9eef4;
}

.talentz-popular-posts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.talentz-popular-posts article:hover img {
    transform: scale(1.05);
}

.talentz-popular-posts article > div > span {
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    color: var(--talentz-green);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.talentz-popular-posts h3 {
    margin: 0 0 6px;
}

.talentz-popular-posts h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--talentz-text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
}

.talentz-popular-posts h3 a:hover {
    color: var(--talentz-green);
}

.talentz-popular-posts time {
    color: #8a95a7;
    font-size: 9px;
    font-weight: 700;
}

.talentz-popular-posts time i {
    margin-right: 4px;
    color: var(--talentz-green);
}

.talentz-blog-newsletter {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    background:
        linear-gradient(rgba(0, 21, 50, .88), rgba(3, 45, 100, .9)),
        var(--talentz-newsletter-image, linear-gradient(135deg, #001532, #07519b));
    background-position: center;
    background-size: cover;
    box-shadow: 0 18px 38px rgba(7, 27, 55, .16);
}

.talentz-blog-newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: .28;
}

.talentz-blog-newsletter__content {
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    text-align: center;
}

.talentz-blog-newsletter__content > span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    color: #a7f57e;
    font-size: 20px;
}

.talentz-blog-newsletter small {
    display: block;
    margin-bottom: 6px;
    color: #a7f57e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-blog-newsletter h2 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
}

.talentz-blog-newsletter p {
    margin: 10px 0 19px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
}

.talentz-blog-newsletter form {
    display: grid;
    gap: 9px;
}

.talentz-blog-newsletter input,
.talentz-blog-newsletter button {
    width: 100%;
    height: 47px;
    border-radius: 10px;
}

.talentz-blog-newsletter input {
    border: 1px solid rgba(255, 255, 255, .2);
    outline: 0;
    padding: 0 14px;
    background: rgba(255, 255, 255, .94);
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 700;
}

.talentz-blog-newsletter input:focus {
    border-color: var(--talentz-lime);
    box-shadow: 0 0 0 3px rgba(143, 217, 47, .16);
}

.talentz-blog-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: var(--talentz-green);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.talentz-blog-newsletter button:hover {
    background: #167d0e;
}

.talentz-blog-newsletter button:disabled {
    cursor: wait;
    opacity: .7;
}

@media (max-width: 1199px) {
    .talentz-blog-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 24px;
    }

    .talentz-blog-card__image {
        height: 205px;
    }

    .talentz-blog-grid.is-list .talentz-blog-card {
        grid-template-columns: 235px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .talentz-blog-hero {
        padding: 46px 0 52px;
    }

    .talentz-blog-hero__content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .talentz-blog-hero__spotlight {
        width: fit-content;
        min-width: 0;
    }

    .talentz-blog-catalog {
        padding: 32px 0 66px;
    }

    .talentz-blog-filter__heading {
        display: flex;
    }

    .talentz-blog-filter form {
        max-height: 0;
        grid-template-columns: 1fr 1fr auto auto;
        overflow: hidden;
        opacity: 0;
        transition: max-height .25s ease, opacity .2s ease, margin-top .25s ease;
    }

    .talentz-blog-filter form.is-open {
        max-height: 180px;
        margin-top: 20px;
        opacity: 1;
    }

    .talentz-blog-layout {
        grid-template-columns: 1fr;
    }

    .talentz-blog-sidebar {
        position: static;
        grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
        align-items: start;
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .talentz-blog-breadcrumb {
        margin-bottom: 25px;
    }

    .talentz-blog-filter form,
    .talentz-blog-filter form.is-open {
        grid-template-columns: 1fr;
    }

    .talentz-blog-filter form.is-open {
        max-height: 330px;
    }

    .talentz-blog-filter__clear {
        text-align: center;
    }

    .talentz-blog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .talentz-blog-toolbar__controls {
        width: 100%;
        justify-content: space-between;
    }

    .talentz-blog-sort {
        flex: 1;
        justify-content: space-between;
    }

    .talentz-blog-grid.is-list .talentz-blog-card {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .talentz-blog-grid.is-list .talentz-blog-card__body {
        padding: 20px;
    }

    .talentz-blog-grid.is-list .talentz-blog-card__body > p {
        -webkit-line-clamp: 2;
    }

    .talentz-blog-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .talentz-blog-hero {
        padding: 36px 0 42px;
    }

    .talentz-blog-hero h1 {
        font-size: 36px;
    }

    .talentz-blog-hero p {
        font-size: 15px;
    }

    .talentz-blog-filter {
        padding: 18px;
    }

    .talentz-blog-filter__heading h2 {
        font-size: 19px;
    }

    .talentz-blog-toolbar h2 {
        font-size: 25px;
    }

    .talentz-blog-toolbar__controls {
        align-items: stretch;
    }

    .talentz-blog-sort {
        min-width: 0;
    }

    .talentz-blog-sort span {
        display: none;
    }

    .talentz-blog-sort select {
        width: 100%;
        max-width: none;
    }

    .talentz-blog-grid {
        grid-template-columns: 1fr;
    }

    .talentz-blog-card__image {
        height: 220px;
    }

    .talentz-blog-grid.is-list .talentz-blog-card {
        display: block;
    }

    .talentz-blog-grid.is-list .talentz-blog-card__image {
        height: 220px;
        min-height: 0;
    }

    .talentz-blog-grid.is-list .talentz-blog-card h3 a {
        font-size: 19px;
    }

    .talentz-blog-card h3 {
        min-height: 0;
    }

    .talentz-blog-card__body > p {
        min-height: 0;
    }
}

/* About page */
.talentz-about-page {
    overflow: hidden;
    color: var(--talentz-text);
    background: #fff;
}

.talentz-about-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 76px;
    background:
        radial-gradient(circle at 12% 82%, rgba(42, 171, 255, .25), transparent 24%),
        radial-gradient(circle at 88% 17%, rgba(112, 220, 55, .2), transparent 22%),
        linear-gradient(135deg, #001532 0%, #052d64 62%, #031d40 100%);
    color: #fff;
}

.talentz-about-hero__pattern {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, transparent 0 65%, rgba(255, 255, 255, .035) 65% 66%, transparent 66%),
        radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: auto, 20px 20px;
    opacity: .32;
    pointer-events: none;
}

.talentz-about-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.talentz-about-breadcrumb a {
    color: #fff;
}

.talentz-about-breadcrumb a:hover {
    color: var(--talentz-lime);
}

.talentz-about-breadcrumb i {
    font-size: 10px;
}

.talentz-about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: center;
    gap: 72px;
}

.talentz-about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #a7f57e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.talentz-about-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(39px, 5vw, 62px);
    line-height: 1.07;
    font-weight: 900;
    letter-spacing: -.047em;
}

.talentz-about-hero__copy > p {
    max-width: 700px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.72;
    font-weight: 700;
}

.talentz-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 31px;
}

.talentz-about-hero__panel {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
    backdrop-filter: blur(9px);
}

.talentz-about-hero__panel-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.talentz-about-hero__panel-heading > span {
    width: 45px;
    height: 45px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--talentz-green);
    color: #fff;
    box-shadow: 0 10px 22px rgba(35, 160, 21, .28);
}

.talentz-about-hero__panel-heading small,
.talentz-about-hero__panel-heading strong {
    display: block;
}

.talentz-about-hero__panel-heading small {
    margin-bottom: 3px;
    color: #a7f57e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-about-hero__panel-heading strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-about-hero__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.talentz-about-hero__benefits > div {
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
    background: rgba(255, 255, 255, .055);
}

.talentz-about-hero__benefits i {
    color: #a7f57e;
    font-size: 17px;
}

.talentz-about-hero__benefits span {
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.talentz-about-story {
    padding: 96px 0;
    background: #fff;
}

.talentz-about-story__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
    align-items: center;
    gap: 76px;
}

.talentz-about-story__visual {
    position: relative;
    min-height: 530px;
}

.talentz-about-story__backdrop,
.talentz-about-story__foreground {
    position: absolute;
    overflow: hidden;
    background: #e8eef5;
    box-shadow: 0 24px 55px rgba(7, 27, 55, .16);
}

.talentz-about-story__backdrop {
    top: 0;
    left: 0;
    width: 79%;
    height: 83%;
    border-radius: 26px 80px 26px 26px;
}

.talentz-about-story__foreground {
    right: 0;
    bottom: 0;
    width: 58%;
    height: 60%;
    border: 9px solid #fff;
    border-radius: 24px;
}

.talentz-about-story__backdrop img,
.talentz-about-story__foreground img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentz-about-story__rating {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 310px;
    padding: 16px 18px;
    border: 1px solid var(--talentz-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 17px 35px rgba(7, 27, 55, .16);
}

.talentz-about-story__avatars {
    display: flex;
    min-width: 83px;
}

.talentz-about-story__avatars img {
    width: 37px;
    height: 37px;
    margin-left: -11px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 12px rgba(7, 27, 55, .14);
}

.talentz-about-story__avatars img:first-child {
    margin-left: 0;
}

.talentz-about-story__rating > div:last-child {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 8px;
}

.talentz-about-story__rating strong {
    color: var(--talentz-navy);
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.talentz-about-story__rating span {
    display: flex;
    gap: 2px;
    color: #ffb91d;
    font-size: 10px;
}

.talentz-about-story__rating small {
    grid-column: 1 / -1;
    margin-top: 5px;
    color: var(--talentz-muted);
    font-size: 9px;
    font-weight: 800;
}

.talentz-about-section-label,
.talentz-about-section-heading > span,
.talentz-about-impact__heading > span,
.talentz-about-cta__panel > div > span {
    display: block;
    margin-bottom: 8px;
    color: var(--talentz-green);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-about-story__content h2,
.talentz-about-why__content > h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -.035em;
}

.talentz-about-richtext {
    margin-top: 21px;
    color: var(--talentz-muted);
    font-size: 15px;
    line-height: 1.78;
    font-weight: 600;
}

.talentz-about-richtext > *:last-child {
    margin-bottom: 0;
}

.talentz-about-richtext p {
    margin-bottom: 15px;
}

.talentz-about-richtext ul,
.talentz-about-richtext ol {
    padding-left: 20px;
}

.talentz-about-richtext li {
    margin-bottom: 7px;
}

.talentz-about-story__principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin: 26px 0 29px;
}

.talentz-about-story__principles > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border: 1px solid var(--talentz-border);
    border-radius: 13px;
    background: #fbfcfe;
}

.talentz-about-story__principles i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef8eb;
    color: var(--talentz-green);
}

.talentz-about-story__principles strong,
.talentz-about-story__principles small {
    display: block;
}

.talentz-about-story__principles strong {
    margin-bottom: 3px;
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-about-story__principles small {
    color: var(--talentz-muted);
    font-size: 10px;
    line-height: 1.45;
    font-weight: 700;
}

.talentz-about-process {
    padding: 88px 0 94px;
    background: #f5f9fd;
}

.talentz-about-section-heading {
    max-width: 690px;
    margin: 0 auto 46px;
    text-align: center;
}

.talentz-about-section-heading h2,
.talentz-about-impact__heading h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -.035em;
}

.talentz-about-section-heading p {
    margin: 14px auto 0;
    color: var(--talentz-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.talentz-about-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.talentz-about-process__step {
    position: relative;
    min-height: 300px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 55, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.talentz-about-process__step:hover {
    transform: translateY(-5px);
    box-shadow: 0 23px 43px rgba(7, 27, 55, .13);
}

.talentz-about-process__number {
    position: absolute;
    top: 14px;
    right: 18px;
    color: #edf2f6;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

.talentz-about-process__icon {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 15px;
    border-radius: 18px;
    background: #eef8eb;
}

.talentz-about-process__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.talentz-about-process__icon > i {
    color: var(--talentz-green);
    font-size: 22px;
}

.talentz-about-process__step h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--talentz-navy);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-about-process__step p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600;
}

.talentz-about-impact {
    position: relative;
    padding: 78px 0 82px;
    overflow: hidden;
    background:
        linear-gradient(rgba(0, 21, 50, .9), rgba(3, 45, 100, .92)),
        var(--talentz-impact-image, linear-gradient(135deg, #001532, #052d64));
    background-position: center;
    background-size: cover;
    color: #fff;
}

.talentz-about-impact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 19px 19px;
    opacity: .25;
}

.talentz-about-impact .container {
    position: relative;
    z-index: 1;
}

.talentz-about-impact__heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.talentz-about-impact__heading > span {
    color: #a7f57e;
}

.talentz-about-impact__heading h2 {
    color: #fff;
}

.talentz-about-impact__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.talentz-about-impact__stat {
    padding: 24px 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .075);
    text-align: center;
    backdrop-filter: blur(5px);
}

.talentz-about-impact__stat > span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(143, 217, 47, .14);
}

.talentz-about-impact__stat img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.talentz-about-impact__stat > span > i {
    color: #a7f57e;
    font-size: 21px;
}

.talentz-about-impact__stat strong {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
}

.talentz-about-impact__stat p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
}

.talentz-about-why {
    padding: 96px 0;
    background: #fff;
}

.talentz-about-why__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    align-items: center;
    gap: 78px;
}

.talentz-about-richtext--muted {
    max-width: 650px;
}

.talentz-about-why__reasons {
    display: grid;
    gap: 14px;
    margin-top: 29px;
}

.talentz-about-why__reasons article {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 17px;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fbfcfe;
    transition: border-color .2s ease, transform .2s ease;
}

.talentz-about-why__reasons article:hover {
    border-color: rgba(35, 160, 21, .3);
    transform: translateX(4px);
}

.talentz-about-why__reasons article > span {
    width: 43px;
    height: 43px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef8eb;
    color: var(--talentz-green);
    font-size: 16px;
}

.talentz-about-why__reasons h3 {
    margin: 0 0 4px;
    color: var(--talentz-text);
    font-size: 15px;
    font-weight: 900;
}

.talentz-about-why__reasons p {
    margin: 0;
    color: var(--talentz-muted);
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
}

.talentz-about-why__visual {
    position: relative;
    min-height: 545px;
}

.talentz-about-why__image {
    position: absolute;
    overflow: hidden;
    background: #e8eef5;
    box-shadow: 0 24px 55px rgba(7, 27, 55, .16);
}

.talentz-about-why__image--back {
    top: 0;
    right: 0;
    width: 82%;
    height: 77%;
    border-radius: 70px 25px 25px 25px;
}

.talentz-about-why__image--front {
    left: 0;
    bottom: 0;
    width: 62%;
    height: 57%;
    border: 9px solid #fff;
    border-radius: 24px;
}

.talentz-about-why__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentz-about-why__badge {
    position: absolute;
    right: 22px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 34px rgba(7, 27, 55, .16);
}

.talentz-about-why__badge > i {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--talentz-green);
    color: #fff;
}

.talentz-about-why__badge strong,
.talentz-about-why__badge small {
    display: block;
}

.talentz-about-why__badge strong {
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-about-why__badge small {
    margin-top: 2px;
    color: var(--talentz-muted);
    font-size: 9px;
    font-weight: 700;
}

.talentz-about-testimonials {
    padding: 88px 0 94px;
    background: #f5f9fd;
}

.talentz-about-testimonials__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.talentz-about-section-heading--left {
    max-width: 680px;
    margin: 0;
    text-align: left;
}

.talentz-about-testimonials__controls {
    display: flex;
    gap: 9px;
}

.talentz-about-testimonials__controls button {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe6ef;
    border-radius: 11px;
    background: #fff;
    color: var(--talentz-green);
    box-shadow: 0 8px 18px rgba(7, 27, 55, .06);
}

.talentz-about-testimonials__controls button:hover {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

.talentz-about-testimonials__track {
    display: grid;
    grid-auto-columns: calc((100% - 22px) / 2);
    grid-auto-flow: column;
    gap: 22px;
    overflow-x: auto;
    padding: 3px 3px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.talentz-about-testimonial {
    position: relative;
    min-height: 310px;
    padding: 29px;
    border: 1px solid var(--talentz-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 55, .07);
    scroll-snap-align: start;
}

.talentz-about-testimonial__quote {
    position: absolute;
    top: 23px;
    right: 26px;
    color: #e8f1e4;
    font-size: 44px;
}

.talentz-about-testimonial__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
    color: #ffb91d;
    font-size: 12px;
}

.talentz-about-testimonial blockquote {
    min-height: 126px;
    margin: 0 0 25px;
    color: var(--talentz-text);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 700;
}

.talentz-about-testimonial__person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--talentz-border);
}

.talentz-about-testimonial__person img,
.talentz-about-testimonial__person > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #eef8eb;
    color: var(--talentz-green);
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(7, 27, 55, .15);
}

.talentz-about-testimonial__person strong,
.talentz-about-testimonial__person span {
    display: block;
}

.talentz-about-testimonial__person strong {
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 900;
}

.talentz-about-testimonial__person span {
    margin-top: 2px;
    color: var(--talentz-muted);
    font-size: 10px;
    font-weight: 700;
}

.talentz-about-cta {
    position: relative;
    padding: 74px 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 21, 50, .96), rgba(3, 45, 100, .86)),
        var(--talentz-about-cta-image, linear-gradient(135deg, #001532, #052d64));
    background-position: center;
    background-size: cover;
}

.talentz-about-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 19px 19px;
    opacity: .24;
}

.talentz-about-cta .container {
    position: relative;
    z-index: 1;
}

.talentz-about-cta__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 35px 38px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(7px);
}

.talentz-about-cta__panel > div > span {
    color: #a7f57e;
}

.talentz-about-cta h2 {
    max-width: 740px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.035em;
}

.talentz-about-cta p {
    max-width: 710px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-about-cta .talentz-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .talentz-about-hero__grid {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 48px;
    }

    .talentz-about-story__grid,
    .talentz-about-why__grid {
        gap: 48px;
    }

    .talentz-about-story__visual,
    .talentz-about-why__visual {
        min-height: 490px;
    }
}

@media (max-width: 991px) {
    .talentz-about-hero {
        padding: 46px 0 58px;
    }

    .talentz-about-breadcrumb {
        margin-bottom: 32px;
    }

    .talentz-about-hero__grid {
        grid-template-columns: 1fr;
    }

    .talentz-about-hero__panel {
        max-width: 620px;
    }

    .talentz-about-story,
    .talentz-about-why {
        padding: 76px 0;
    }

    .talentz-about-story__grid,
    .talentz-about-why__grid {
        grid-template-columns: 1fr;
    }

    .talentz-about-story__visual,
    .talentz-about-why__visual {
        width: min(620px, 100%);
        min-height: 530px;
        margin: 0 auto;
    }

    .talentz-about-story__content {
        max-width: 720px;
    }

    .talentz-about-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talentz-about-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talentz-about-why__content {
        order: 2;
    }

    .talentz-about-why__visual {
        order: 1;
    }

    .talentz-about-cta__panel {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
    }
}

@media (max-width: 767px) {
    .talentz-about-hero__benefits {
        grid-template-columns: 1fr 1fr;
    }

    .talentz-about-story__visual,
    .talentz-about-why__visual {
        min-height: 480px;
    }

    .talentz-about-process {
        padding: 70px 0 76px;
    }

    .talentz-about-process__grid {
        grid-template-columns: 1fr;
    }

    .talentz-about-process__step {
        min-height: 0;
    }

    .talentz-about-testimonials__top {
        align-items: flex-start;
    }

    .talentz-about-testimonials__track {
        grid-auto-columns: 86%;
    }

    .talentz-about-testimonial blockquote {
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .talentz-about-hero {
        padding: 36px 0 45px;
    }

    .talentz-about-hero h1 {
        font-size: 37px;
    }

    .talentz-about-hero__copy > p {
        font-size: 15px;
    }

    .talentz-about-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .talentz-about-hero__actions .talentz-btn {
        max-width: none;
    }

    .talentz-about-hero__panel {
        padding: 20px;
    }

    .talentz-about-hero__benefits {
        grid-template-columns: 1fr;
    }

    .talentz-about-hero__benefits > div {
        min-height: 0;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    .talentz-about-story,
    .talentz-about-why {
        padding: 62px 0;
    }

    .talentz-about-story__visual,
    .talentz-about-why__visual {
        min-height: 390px;
    }

    .talentz-about-story__backdrop {
        width: 86%;
        height: 78%;
        border-radius: 22px 55px 22px 22px;
    }

    .talentz-about-story__foreground {
        width: 61%;
        height: 55%;
        border-width: 6px;
    }

    .talentz-about-story__rating {
        left: 12px;
        bottom: 14px;
        max-width: calc(100% - 24px);
        padding: 13px;
    }

    .talentz-about-story__principles {
        grid-template-columns: 1fr;
    }

    .talentz-about-story__content .talentz-btn {
        width: 100%;
        max-width: none;
    }

    .talentz-about-section-heading {
        margin-bottom: 34px;
    }

    .talentz-about-process__step {
        padding: 23px;
    }

    .talentz-about-impact {
        padding: 65px 0 70px;
    }

    .talentz-about-impact__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .talentz-about-impact__stat {
        padding: 20px 10px;
    }

    .talentz-about-impact__stat strong {
        font-size: 29px;
    }

    .talentz-about-impact__stat p {
        font-size: 10px;
    }

    .talentz-about-why__image--back {
        width: 88%;
        height: 75%;
        border-radius: 50px 22px 22px 22px;
    }

    .talentz-about-why__image--front {
        width: 64%;
        height: 55%;
        border-width: 6px;
    }

    .talentz-about-why__badge {
        right: 10px;
        bottom: 16px;
        padding: 12px;
    }

    .talentz-about-why__reasons article:hover {
        transform: none;
    }

    .talentz-about-testimonials {
        padding: 66px 0 72px;
    }

    .talentz-about-testimonials__top {
        flex-direction: column;
    }

    .talentz-about-testimonials__track {
        grid-auto-columns: 94%;
    }

    .talentz-about-testimonial {
        min-height: 330px;
        padding: 23px;
    }

    .talentz-about-cta {
        padding: 56px 0;
    }

    .talentz-about-cta__panel {
        padding: 26px 22px;
    }

    .talentz-about-cta .talentz-btn {
        width: 100%;
        max-width: none;
    }
}

/* Contact page */
.talentz-contact-page {
    overflow: hidden;
    color: var(--talentz-text);
    background: #f7faff;
}

.talentz-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 70px;
    background:
        radial-gradient(circle at 12% 82%, rgba(42, 171, 255, .25), transparent 24%),
        radial-gradient(circle at 88% 17%, rgba(112, 220, 55, .2), transparent 22%),
        linear-gradient(135deg, #001532 0%, #052d64 62%, #031d40 100%);
    color: #fff;
}

.talentz-contact-hero__pattern {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, transparent 0 65%, rgba(255, 255, 255, .035) 65% 66%, transparent 66%),
        radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: auto, 20px 20px;
    opacity: .32;
    pointer-events: none;
}

.talentz-contact-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.talentz-contact-breadcrumb a {
    color: #fff;
}

.talentz-contact-breadcrumb a:hover {
    color: var(--talentz-lime);
}

.talentz-contact-breadcrumb i {
    font-size: 10px;
}

.talentz-contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: end;
    gap: 68px;
}

.talentz-contact-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #a7f57e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.talentz-contact-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(39px, 5vw, 61px);
    line-height: 1.07;
    font-weight: 900;
    letter-spacing: -.047em;
}

.talentz-contact-hero__description {
    max-width: 690px;
    margin-top: 21px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.72;
    font-weight: 700;
}

.talentz-contact-hero__description > * {
    color: inherit;
}

.talentz-contact-hero__description > *:last-child {
    margin-bottom: 0;
}

.talentz-contact-hero__promise {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 19px;
    background: rgba(255, 255, 255, .085);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .17);
    backdrop-filter: blur(8px);
}

.talentz-contact-hero__promise > span {
    width: 49px;
    height: 49px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(143, 217, 47, .16);
    color: #a7f57e;
    font-size: 19px;
}

.talentz-contact-hero__promise small,
.talentz-contact-hero__promise strong {
    display: block;
}

.talentz-contact-hero__promise small {
    margin-bottom: 4px;
    color: #a7f57e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-contact-hero__promise strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-contact-hero__promise p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    line-height: 1.55;
    font-weight: 700;
}

.talentz-contact-content {
    padding: 0 0 86px;
}

.talentz-contact-methods {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: -30px;
}

.talentz-contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--talentz-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(7, 27, 55, .1);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.talentz-contact-method:hover {
    border-color: rgba(35, 160, 21, .3);
    box-shadow: 0 22px 42px rgba(7, 27, 55, .14);
    transform: translateY(-4px);
}

.talentz-contact-method > span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef8eb;
    color: var(--talentz-green);
    font-size: 18px;
}

.talentz-contact-method small {
    display: block;
    margin-bottom: 4px;
    color: var(--talentz-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-contact-method h2 {
    margin: 0 0 7px;
    color: var(--talentz-navy);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-contact-method__value {
    min-width: 0;
    color: var(--talentz-muted);
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.talentz-contact-method__value > * {
    margin-bottom: 3px;
    color: inherit;
    font: inherit;
}

.talentz-contact-method__value > *:last-child {
    margin-bottom: 0;
}

.talentz-contact-method__value a {
    color: var(--talentz-text);
    font-weight: 800;
}

.talentz-contact-method__value a:hover {
    color: var(--talentz-green);
}

.talentz-contact-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 28px;
    margin-top: 48px;
}

.talentz-contact-form-card {
    padding: 34px;
    border: 1px solid var(--talentz-border);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 17px 42px rgba(7, 27, 55, .085);
}

.talentz-contact-form-card__heading {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--talentz-border);
}

.talentz-contact-form-card__heading > span,
.talentz-contact-support__body > span,
.talentz-contact-location__heading > div:first-child > span {
    display: block;
    margin-bottom: 7px;
    color: var(--talentz-green);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-contact-form-card__heading h2,
.talentz-contact-support__body h2,
.talentz-contact-location__heading h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.025em;
}

.talentz-contact-form-card__heading p {
    margin: 8px 0 0;
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 700;
}

.talentz-contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.talentz-contact-field--wide {
    grid-column: 1 / -1;
}

.talentz-contact-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-contact-field label span {
    color: #d93434;
}

.talentz-contact-field__control {
    position: relative;
}

.talentz-contact-field__control > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    color: #8490a2;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}

.talentz-contact-field__control--textarea > i {
    top: 17px;
    transform: none;
}

.talentz-contact-field input,
.talentz-contact-field textarea {
    width: 100%;
    border: 1px solid #dfe6ef;
    border-radius: 11px;
    outline: 0;
    background: #fbfcfe;
    color: var(--talentz-text);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.talentz-contact-field input {
    height: 50px;
    padding: 0 15px 0 42px;
}

.talentz-contact-field textarea {
    min-height: 150px;
    resize: vertical;
    padding: 14px 15px 14px 42px;
}

.talentz-contact-field input:focus,
.talentz-contact-field textarea:focus {
    border-color: var(--talentz-green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(35, 160, 21, .1);
}

.talentz-contact-field input.is-invalid,
.talentz-contact-field textarea.is-invalid {
    border-color: #d93434;
    background: #fffafa;
}

.talentz-contact-field__error {
    display: block;
    margin-top: 6px;
    color: #c82f2f;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
}

.talentz-contact-captcha {
    margin-top: 21px;
}

.talentz-contact-captcha .talentz-contact-field__error {
    margin-top: 8px;
}

.talentz-contact-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 27px;
    padding-top: 22px;
    border-top: 1px solid var(--talentz-border);
}

.talentz-contact-form__footer p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--talentz-muted);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
}

.talentz-contact-form__footer p i {
    color: var(--talentz-green);
}

.talentz-contact-form__footer button {
    min-width: 170px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 10px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 13px 24px rgba(35, 160, 21, .22);
    transition: .2s ease;
}

.talentz-contact-form__footer button:hover {
    background: #167d0e;
    transform: translateY(-2px);
}

.talentz-contact-support {
    position: sticky;
    top: 24px;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 17px 42px rgba(7, 27, 55, .085);
}

.talentz-contact-support__image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(143, 217, 47, .24), transparent 25%),
        linear-gradient(135deg, #062c60, #001532);
}

.talentz-contact-support__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentz-contact-support__image > span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .75);
    font-size: 68px;
}

.talentz-contact-support__image > strong {
    position: absolute;
    left: 18px;
    bottom: 17px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .94);
    color: var(--talentz-navy);
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
}

.talentz-contact-support__image > strong i {
    color: var(--talentz-green);
    font-size: 8px;
}

.talentz-contact-support__body {
    padding: 26px;
}

.talentz-contact-support__body h2 {
    font-size: 25px;
}

.talentz-contact-support__schedule {
    display: grid;
    gap: 11px;
    margin-top: 22px;
}

.talentz-contact-support__schedule > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    background: #fbfcfe;
}

.talentz-contact-support__schedule > div > i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef8eb;
    color: var(--talentz-green);
}

.talentz-contact-support__schedule small,
.talentz-contact-support__schedule strong {
    display: block;
}

.talentz-contact-support__schedule small {
    margin-bottom: 3px;
    color: #8792a3;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.talentz-contact-support__schedule strong {
    color: var(--talentz-text);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 900;
}

.talentz-contact-support__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 17px;
    padding: 13px;
    border-radius: 11px;
    background: #eef8eb;
}

.talentz-contact-support__note i {
    margin-top: 2px;
    color: var(--talentz-green);
}

.talentz-contact-support__note p {
    margin: 0;
    color: #4d6250;
    font-size: 10px;
    line-height: 1.55;
    font-weight: 700;
}

.talentz-contact-location {
    padding: 74px 0 84px;
    background: #fff;
}

.talentz-contact-location__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 27px;
}

.talentz-contact-location__heading > div:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.talentz-contact-location__heading > div:last-child i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef8eb;
    color: var(--talentz-green);
}

.talentz-contact-location__heading p {
    max-width: 250px;
    margin: 0;
    color: var(--talentz-muted);
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
}

.talentz-contact-map {
    min-height: 430px;
    overflow: hidden;
    padding: 8px;
    border: 1px solid var(--talentz-border);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 27, 55, .1);
}

.talentz-contact-map iframe {
    width: 100% !important;
    min-height: 414px;
    display: block;
    border: 0 !important;
    border-radius: 15px;
    filter: saturate(.92);
}

@media (max-width: 1199px) {
    .talentz-contact-hero__grid {
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 48px;
    }

    .talentz-contact-main {
        grid-template-columns: minmax(0, 1fr) 310px;
    }
}

@media (max-width: 991px) {
    .talentz-contact-hero {
        padding: 46px 0 58px;
    }

    .talentz-contact-breadcrumb {
        margin-bottom: 32px;
    }

    .talentz-contact-hero__grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .talentz-contact-hero__promise {
        max-width: 620px;
    }

    .talentz-contact-methods {
        grid-template-columns: 1fr 1fr;
    }

    .talentz-contact-method:last-child {
        grid-column: 1 / -1;
    }

    .talentz-contact-main {
        grid-template-columns: 1fr;
    }

    .talentz-contact-support {
        position: static;
        display: grid;
        grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr);
    }

    .talentz-contact-support__image {
        height: 100%;
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .talentz-contact-methods {
        grid-template-columns: 1fr;
    }

    .talentz-contact-method:last-child {
        grid-column: auto;
    }

    .talentz-contact-form__grid {
        grid-template-columns: 1fr;
    }

    .talentz-contact-field--wide {
        grid-column: auto;
    }

    .talentz-contact-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .talentz-contact-form__footer button {
        width: 100%;
    }

    .talentz-contact-support {
        display: block;
    }

    .talentz-contact-support__image {
        height: 300px;
        min-height: 0;
    }

    .talentz-contact-location__heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .talentz-contact-hero {
        padding: 36px 0 46px;
    }

    .talentz-contact-hero h1 {
        font-size: 37px;
    }

    .talentz-contact-hero__description {
        font-size: 15px;
    }

    .talentz-contact-hero__promise {
        padding: 20px;
    }

    .talentz-contact-content {
        padding-bottom: 62px;
    }

    .talentz-contact-methods {
        margin-top: -20px;
    }

    .talentz-contact-method {
        padding: 20px;
    }

    .talentz-contact-main {
        margin-top: 34px;
    }

    .talentz-contact-form-card {
        padding: 23px 18px;
    }

    .talentz-contact-form-card__heading h2,
    .talentz-contact-location__heading h2 {
        font-size: 26px;
    }

    .talentz-contact-captcha {
        max-width: 100%;
        overflow: hidden;
    }

    .talentz-contact-captcha .g-recaptcha {
        height: 66px;
        transform: scale(.84);
        transform-origin: left top;
    }

    .talentz-contact-support__image {
        height: 250px;
    }

    .talentz-contact-support__body {
        padding: 22px 18px;
    }

    .talentz-contact-location {
        padding: 58px 0 66px;
    }

    .talentz-contact-map {
        min-height: 330px;
        padding: 6px;
    }

    .talentz-contact-map iframe {
        min-height: 316px;
    }
}

/* All categories page */
.talentz-categories-page {
    overflow: hidden;
    background: #f7faff;
    color: var(--talentz-text);
}

.talentz-categories-hero {
    position: relative;
    overflow: hidden;
    padding: 52px 0 68px;
    background:
        radial-gradient(circle at 12% 88%, rgba(45, 145, 255, .3), transparent 25%),
        radial-gradient(circle at 88% 12%, rgba(143, 217, 47, .2), transparent 24%),
        linear-gradient(135deg, #001532 0%, #052e66 62%, #031d40 100%);
    color: #fff;
}

.talentz-categories-hero__pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 34px 34px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 76%);
    mask-image: linear-gradient(90deg, #000, transparent 76%);
    pointer-events: none;
}

.talentz-categories-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-categories-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    font-weight: 800;
}

.talentz-categories-breadcrumb a {
    color: #fff;
}

.talentz-categories-breadcrumb a:hover {
    color: #a7f57e;
}

.talentz-categories-breadcrumb i {
    font-size: 9px;
}

.talentz-categories-breadcrumb span {
    color: #ffd04a;
}

.talentz-categories-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: center;
    gap: 70px;
}

.talentz-categories-hero__copy {
    max-width: 760px;
}

.talentz-categories-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #a7f57e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-categories-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.045em;
}

.talentz-categories-hero__copy > p {
    max-width: 690px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
}

.talentz-categories-hero__search {
    position: relative;
    max-width: 650px;
    height: 58px;
    margin-top: 28px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.talentz-categories-hero__search > i {
    position: absolute;
    top: 50%;
    left: 19px;
    color: var(--talentz-green);
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.talentz-categories-hero__search input {
    width: 100%;
    height: 100%;
    padding: 0 54px 0 49px;
    border: 0;
    border-radius: inherit;
    outline: 0;
    background: transparent;
    color: var(--talentz-text);
    font-size: 14px;
    font-weight: 700;
}

.talentz-categories-hero__search input::placeholder {
    color: #8994a5;
}

.talentz-categories-hero__search:focus-within {
    box-shadow: 0 0 0 4px rgba(143, 217, 47, .2), 0 18px 35px rgba(0, 0, 0, .18);
}

.talentz-categories-hero__search button {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: #eef4f8;
    color: #758195;
    opacity: 0;
    transform: translateY(-50%) scale(.8);
    pointer-events: none;
    transition: .2s ease;
}

.talentz-categories-hero__search button.is-visible {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
}

.talentz-categories-hero__summary {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.talentz-categories-hero__summary-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 15px;
    background: rgba(143, 217, 47, .18);
    color: #a7f57e;
    font-size: 21px;
}

.talentz-categories-hero__summary > small,
.talentz-categories-hero__summary > strong {
    display: block;
}

.talentz-categories-hero__summary > small {
    margin-bottom: 6px;
    color: #a7f57e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-categories-hero__summary > strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.talentz-categories-hero__summary > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
}

.talentz-categories-hero__summary > div span {
    padding: 14px 12px;
    background: rgba(0, 21, 50, .62);
    color: rgba(255, 255, 255, .68);
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.talentz-categories-hero__summary b {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-categories-catalog {
    padding: 70px 0 86px;
}

.talentz-categories-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dfe6ef;
}

.talentz-categories-toolbar > div > span {
    display: block;
    margin-bottom: 6px;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-categories-toolbar h2 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.025em;
}

.talentz-categories-toolbar p {
    margin: 6px 0 0;
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 700;
}

.talentz-categories-toolbar > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: var(--talentz-green);
    font-size: 12px;
    font-weight: 900;
}

.talentz-categories-toolbar > a:hover {
    color: var(--talentz-navy);
}

.talentz-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.talentz-category-tile {
    min-width: 0;
}

.talentz-category-tile > a {
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--talentz-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 32px rgba(7, 27, 55, .075);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.talentz-category-tile > a:hover {
    border-color: rgba(35, 160, 21, .28);
    box-shadow: 0 22px 42px rgba(7, 27, 55, .14);
    transform: translateY(-5px);
}

.talentz-category-tile__visual {
    position: relative;
    height: 166px;
    overflow: hidden;
    background: linear-gradient(135deg, #0b3a70, #001b3c);
}

.talentz-category-tile__cover,
.talentz-category-tile__placeholder {
    width: 100%;
    height: 100%;
}

.talentz-category-tile__cover {
    object-fit: cover;
    transition: transform .3s ease;
}

.talentz-category-tile > a:hover .talentz-category-tile__cover {
    transform: scale(1.055);
}

.talentz-category-tile__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .23);
    font-size: 52px;
}

.talentz-category-tile__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 21, 50, .05), rgba(0, 21, 50, .58));
}

.talentz-category-tile__icon {
    position: absolute;
    left: 17px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 14px;
    background: rgba(255, 255, 255, .95);
    color: var(--talentz-green);
    font-size: 23px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.talentz-category-tile__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.talentz-category-tile__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 19px;
}

.talentz-category-tile__count {
    margin-bottom: 7px;
    color: var(--talentz-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.talentz-category-tile h3 {
    margin: 0 0 20px;
    color: var(--talentz-text);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.talentz-category-tile__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--talentz-border);
    color: #718095;
    font-size: 11px;
    font-weight: 800;
    transition: color .2s ease;
}

.talentz-category-tile > a:hover .talentz-category-tile__link {
    color: var(--talentz-green);
}

.talentz-category-tile > a:focus-visible,
.talentz-categories-toolbar > a:focus-visible {
    outline: 3px solid rgba(35, 160, 21, .25);
    outline-offset: 3px;
}

.talentz-categories-empty {
    padding: 70px 20px;
    border: 1px dashed #cad5e2;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.talentz-categories-empty > span {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #eef8eb;
    color: var(--talentz-green);
    font-size: 22px;
}

.talentz-categories-empty h3 {
    margin: 0;
    color: var(--talentz-navy);
    font-size: 22px;
    font-weight: 900;
}

.talentz-categories-empty p {
    margin: 7px 0 20px;
    color: var(--talentz-muted);
    font-size: 13px;
    font-weight: 700;
}

.talentz-categories-empty button {
    min-height: 43px;
    padding: 0 17px;
    border: 0;
    border-radius: 9px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.talentz-categories-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 23px;
    margin-top: 54px;
    padding: 30px 34px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 85% 20%, rgba(143, 217, 47, .18), transparent 24%),
        linear-gradient(135deg, #001a3b, #06366f);
    color: #fff;
    box-shadow: 0 20px 45px rgba(7, 27, 55, .16);
}

.talentz-categories-cta__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: rgba(143, 217, 47, .16);
    color: #a7f57e;
    font-size: 23px;
}

.talentz-categories-cta span {
    display: block;
    margin-bottom: 4px;
    color: #a7f57e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.talentz-categories-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-categories-cta p {
    max-width: 650px;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    line-height: 1.6;
    font-weight: 700;
}

.talentz-categories-cta .talentz-btn {
    white-space: nowrap;
}

.talentz-categories-newsletter {
    padding: 0 0 58px;
    background: #f7faff;
}

.talentz-categories-newsletter .talentz-newsletter__card {
    background:
        linear-gradient(90deg, rgba(0, 27, 62, .94), rgba(4, 53, 110, .9)),
        var(--talentz-categories-newsletter-bg, linear-gradient(135deg, #073172, #001e49));
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .talentz-categories-hero__grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 45px;
    }

    .talentz-categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .talentz-categories-hero {
        padding: 46px 0 58px;
    }

    .talentz-categories-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .talentz-categories-hero__summary {
        max-width: 620px;
    }

    .talentz-categories-cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .talentz-categories-cta .talentz-btn {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .talentz-categories-catalog {
        padding: 56px 0 68px;
    }

    .talentz-categories-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .talentz-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .talentz-category-tile__visual {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .talentz-categories-hero {
        padding: 36px 0 46px;
    }

    .talentz-categories-breadcrumb {
        margin-bottom: 28px;
    }

    .talentz-categories-hero h1 {
        font-size: 36px;
    }

    .talentz-categories-hero__copy > p {
        font-size: 14px;
    }

    .talentz-categories-hero__search {
        height: 54px;
        margin-top: 23px;
    }

    .talentz-categories-hero__search input {
        font-size: 12px;
    }

    .talentz-categories-hero__summary {
        padding: 22px 18px;
    }

    .talentz-categories-hero__summary > strong {
        font-size: 18px;
    }

    .talentz-categories-toolbar h2 {
        font-size: 27px;
    }

    .talentz-categories-grid {
        grid-template-columns: 1fr;
    }

    .talentz-category-tile__visual {
        height: 205px;
    }

    .talentz-category-tile__body {
        padding: 18px;
    }

    .talentz-categories-cta {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 40px;
        padding: 25px 20px;
    }

    .talentz-categories-cta h2 {
        font-size: 21px;
    }

    .talentz-categories-cta .talentz-btn {
        width: 100%;
        justify-content: center;
    }

    .talentz-categories-newsletter {
        padding-bottom: 42px;
    }
}

/* Authentication pages */
.talentz-auth-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 48%, rgba(88, 198, 14, .08), transparent 22%),
        linear-gradient(180deg, #f7fbff 0%, #fff 72%);
}

.talentz-auth-hero {
    position: relative;
    padding: 42px 0 118px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 78%, rgba(32, 160, 255, .22), transparent 27%),
        radial-gradient(circle at 84% 12%, rgba(143, 217, 47, .18), transparent 25%),
        linear-gradient(135deg, var(--talentz-deep) 0%, var(--talentz-navy-2) 62%, var(--talentz-navy) 100%);
    color: #fff;
}

.talentz-auth-hero::before,
.talentz-auth-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.talentz-auth-hero::before {
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .24;
}

.talentz-auth-hero::after {
    right: -90px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border: 70px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
}

.talentz-auth-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-auth-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 33px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    font-weight: 800;
}

.talentz-auth-breadcrumb a {
    color: rgba(255, 255, 255, .82);
    transition: color .2s ease;
}

.talentz-auth-breadcrumb a:hover {
    color: var(--talentz-lime);
}

.talentz-auth-breadcrumb i {
    color: var(--talentz-lime);
    font-size: 11px;
}

.talentz-auth-hero__copy {
    max-width: 720px;
}

.talentz-auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #a7f57e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.talentz-auth-eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--talentz-lime);
}

.talentz-auth-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.035em;
}

.talentz-auth-hero__copy p {
    max-width: 630px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}

.talentz-auth-content {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    padding-bottom: 96px;
}

.talentz-auth-card {
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(218, 228, 240, .92);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 30px 75px rgba(3, 29, 64, .15);
}

.talentz-auth-card--login {
    max-width: 1030px;
    grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.talentz-auth-visual {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: var(--talentz-navy);
}

.talentz-auth-card--register .talentz-auth-visual {
    min-height: 850px;
}

.talentz-auth-visual > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
}

.talentz-auth-visual__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 21, 50, .05) 15%, rgba(0, 21, 50, .92) 100%),
        linear-gradient(120deg, rgba(3, 29, 64, .25), transparent 55%);
}

.talentz-auth-visual__content {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 42px 38px;
    color: #fff;
}

.talentz-auth-visual__badge {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 99px;
    background: rgba(255, 255, 255, .11);
    color: #c6ffa6;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .025em;
    backdrop-filter: blur(9px);
}

.talentz-auth-visual__content h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -.025em;
}

.talentz-auth-visual__content > p {
    margin: 14px 0 20px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-auth-visual__content ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.talentz-auth-visual__content li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 800;
}

.talentz-auth-visual__content li i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    border-radius: 50%;
    background: rgba(143, 217, 47, .18);
    color: #a7f57e;
    font-size: 9px;
}

.talentz-auth-form-panel {
    min-width: 0;
    padding: 48px 48px 42px;
}

.talentz-auth-form-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.talentz-auth-form-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    border-radius: 14px;
    background: rgba(35, 160, 21, .1);
    color: var(--talentz-green);
    font-size: 18px;
}

.talentz-auth-form-heading div > span {
    display: block;
    margin-bottom: 2px;
    color: var(--talentz-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.talentz-auth-form-heading h2 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.025em;
}

.talentz-auth-form-intro {
    margin: 14px 0 28px;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-auth-form {
    display: grid;
    gap: 19px;
}

.talentz-auth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 16px;
}

.talentz-auth-field--full {
    grid-column: 1 / -1;
}

.talentz-auth-field > label,
.talentz-auth-label-row label {
    display: inline-block;
    margin: 0 0 8px;
    color: var(--talentz-text);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 900;
}

.talentz-auth-field > label span,
.talentz-auth-label-row label span {
    color: #d83b36;
}

.talentz-auth-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.talentz-auth-label-row a {
    margin-bottom: 8px;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
}

.talentz-auth-control {
    height: 52px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 15px;
    border: 1px solid #dfe7f0;
    border-radius: 12px;
    background: #fbfdff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.talentz-auth-control:focus-within {
    border-color: rgba(35, 160, 21, .7);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .09);
}

.talentz-auth-control.is-invalid {
    border-color: #d83b36;
    background: #fffafa;
}

.talentz-auth-control > i {
    width: 16px;
    flex: 0 0 16px;
    color: #8b97a8;
    font-size: 14px;
    text-align: center;
}

body.talentz-theme-page .talentz-auth-control input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
}

.talentz-auth-control input::placeholder {
    color: #a2acba;
    opacity: 1;
}

.talentz-password-toggle {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #7e8999;
    font-size: 14px;
    transition: color .2s ease, background .2s ease;
}

.talentz-password-toggle:hover,
.talentz-password-toggle:focus-visible {
    background: #eef6eb;
    color: var(--talentz-green);
}

.talentz-auth-error,
.talentz-auth-help {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
}

.talentz-auth-error {
    color: #c8322e;
}

.talentz-auth-help {
    color: #8994a4;
}

.talentz-auth-remember {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #4d5b70;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.talentz-auth-remember input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.talentz-auth-remember > span {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e0eb;
    border-radius: 6px;
    background: #fff;
    color: transparent;
    font-size: 8px;
    transition: all .2s ease;
}

.talentz-auth-remember input:checked + span {
    border-color: var(--talentz-green);
    background: var(--talentz-green);
    color: #fff;
}

.talentz-auth-remember input:focus-visible + span {
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .12);
}

.talentz-auth-captcha {
    max-width: 100%;
    overflow-x: auto;
}

.talentz-auth-consent {
    margin: -2px 0 0;
    color: #7b8797;
    font-size: 10px;
    line-height: 1.55;
    font-weight: 700;
}

.talentz-auth-consent a {
    color: var(--talentz-green);
    font-weight: 900;
}

.talentz-auth-submit {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--talentz-green), #3bbd20);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .015em;
    box-shadow: 0 12px 25px rgba(35, 160, 21, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.talentz-auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(35, 160, 21, .28);
}

.talentz-auth-submit i {
    font-size: 11px;
}

.talentz-auth-divider {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 27px 0 18px;
    color: #98a2b0;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.talentz-auth-divider::before,
.talentz-auth-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--talentz-border);
}

.talentz-auth-socials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 11px;
}

.talentz-auth-socials a {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid var(--talentz-border);
    border-radius: 11px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.talentz-auth-socials a:hover {
    transform: translateY(-1px);
    border-color: #cdd8e5;
    box-shadow: 0 8px 18px rgba(7, 27, 55, .07);
}

.talentz-auth-socials .fa-google {
    color: #db4437;
}

.talentz-auth-socials .fa-facebook-f {
    color: #1877f2;
}

.talentz-auth-switch {
    margin: 25px 0 0;
    color: var(--talentz-muted);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.talentz-auth-switch a {
    margin-left: 3px;
    color: var(--talentz-green);
    font-weight: 900;
}

.talentz-auth-upload {
    min-height: 84px;
    display: flex !important;
    align-items: center;
    gap: 13px;
    margin: 0 !important;
    padding: 12px;
    border: 1px dashed #cbd7e4;
    border-radius: 13px;
    background: #fbfdff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.talentz-auth-upload:hover,
.talentz-auth-upload:focus-within {
    border-color: var(--talentz-green);
    background: #f8fff5;
}

.talentz-auth-upload.is-invalid {
    border-color: #d83b36;
    background: #fffafa;
}

.talentz-auth-upload__preview {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    overflow: hidden;
    border-radius: 11px;
    background: #eaf4e6;
    color: var(--talentz-green);
    font-size: 18px;
}

.talentz-auth-upload__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentz-auth-upload__copy {
    min-width: 0;
    flex: 1;
}

.talentz-auth-upload__copy strong,
.talentz-auth-upload__copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talentz-auth-upload__copy strong {
    margin-bottom: 4px;
    color: var(--talentz-text);
    font-size: 11px;
    font-weight: 900;
}

.talentz-auth-upload__copy small {
    color: #8c97a6;
    font-size: 9px;
    font-weight: 700;
}

.talentz-auth-upload__button {
    flex: 0 0 auto;
    padding: 9px 12px;
    border-radius: 8px;
    background: var(--talentz-navy);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
}

.talentz-auth-upload input {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

@media (max-width: 991px) {
    .talentz-auth-card,
    .talentz-auth-card--login {
        max-width: 720px;
        grid-template-columns: 1fr;
    }

    .talentz-auth-visual,
    .talentz-auth-card--register .talentz-auth-visual {
        min-height: 310px;
    }

    .talentz-auth-visual__content {
        padding: 32px;
    }

    .talentz-auth-visual__content h2 {
        max-width: 520px;
    }

    .talentz-auth-visual__content > p {
        max-width: 560px;
    }

    .talentz-auth-visual__content ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talentz-auth-card--register .talentz-auth-visual__content li:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .talentz-auth-hero {
        padding: 34px 0 100px;
    }

    .talentz-auth-breadcrumb {
        margin-bottom: 26px;
    }

    .talentz-auth-hero__copy p {
        font-size: 14px;
    }

    .talentz-auth-content {
        margin-top: -58px;
        padding-bottom: 68px;
    }

    .talentz-auth-card {
        border-radius: 20px;
    }

    .talentz-auth-form-panel {
        padding: 36px 30px 32px;
    }
}

@media (max-width: 575px) {
    .talentz-auth-hero {
        padding: 27px 0 83px;
    }

    .talentz-auth-breadcrumb {
        margin-bottom: 22px;
        font-size: 11px;
    }

    .talentz-auth-hero h1 {
        font-size: 34px;
    }

    .talentz-auth-hero__copy p {
        font-size: 13px;
        line-height: 1.6;
    }

    .talentz-auth-content {
        margin-top: -43px;
        padding-bottom: 52px;
    }

    .talentz-auth-card {
        border-radius: 17px;
    }

    .talentz-auth-visual,
    .talentz-auth-card--register .talentz-auth-visual {
        min-height: 245px;
    }

    .talentz-auth-visual__content {
        padding: 23px 20px;
    }

    .talentz-auth-visual__badge {
        margin-bottom: 11px;
        padding: 6px 9px;
        font-size: 9px;
    }

    .talentz-auth-visual__content h2 {
        font-size: 21px;
    }

    .talentz-auth-visual__content > p {
        margin: 8px 0 0;
        font-size: 11px;
    }

    .talentz-auth-visual__content ul {
        display: none;
    }

    .talentz-auth-form-panel {
        padding: 28px 19px 27px;
    }

    .talentz-auth-form-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        border-radius: 12px;
    }

    .talentz-auth-form-heading h2 {
        font-size: 23px;
    }

    .talentz-auth-form-intro {
        margin: 12px 0 23px;
        font-size: 12px;
    }

    .talentz-auth-form-grid {
        grid-template-columns: 1fr;
    }

    .talentz-auth-field--full {
        grid-column: auto;
    }

    .talentz-auth-socials {
        grid-template-columns: 1fr;
    }

    .talentz-auth-upload {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .talentz-auth-upload__copy {
        width: calc(100% - 71px);
        flex: none;
    }

    .talentz-auth-upload__button {
        width: 100%;
        text-align: center;
    }

    .talentz-auth-captcha .g-recaptcha {
        transform: scale(.86);
        transform-origin: left top;
        margin-bottom: -11px;
    }
}

/* Shared inner pages */
.talentz-inner-hero {
    position: relative;
    min-height: 315px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 48px 0 66px;
    background:
        radial-gradient(circle at 16% 82%, rgba(32, 160, 255, .23), transparent 27%),
        radial-gradient(circle at 84% 12%, rgba(143, 217, 47, .19), transparent 24%),
        linear-gradient(135deg, var(--talentz-deep), var(--talentz-navy-2) 64%, var(--talentz-navy));
    color: #fff;
}

.talentz-inner-hero::after {
    content: "";
    width: 410px;
    height: 410px;
    position: absolute;
    right: -135px;
    bottom: -250px;
    border: 65px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    pointer-events: none;
}

.talentz-inner-hero__pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .22;
    pointer-events: none;
}

.talentz-inner-hero .container {
    position: relative;
    z-index: 1;
}

.talentz-inner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 800;
}

.talentz-inner-breadcrumb a {
    color: rgba(255, 255, 255, .84);
}

.talentz-inner-breadcrumb a:hover,
.talentz-inner-breadcrumb i {
    color: var(--talentz-lime);
}

.talentz-inner-breadcrumb i {
    font-size: 9px;
}

.talentz-inner-hero__content {
    max-width: 820px;
}

.talentz-inner-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #a7f57e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.talentz-inner-hero__eyebrow i {
    font-size: 12px;
}

.talentz-inner-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.2vw, 54px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.04em;
}

.talentz-inner-hero__content p {
    max-width: 690px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
}

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

.talentz-section-heading > span {
    display: block;
    margin-bottom: 6px;
    color: var(--talentz-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.talentz-section-heading h2 {
    margin: 0;
    color: var(--talentz-text);
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.03em;
}

.talentz-section-heading p {
    margin: 9px 0 0;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 700;
}

/* FAQ and support */
.talentz-help-page,
.talentz-document-page {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 72%);
}

.talentz-help-content,
.talentz-document-content {
    padding: 78px 0 94px;
}

.talentz-help-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    align-items: start;
    gap: 34px;
}

.talentz-faq-list {
    display: grid;
    gap: 13px;
}

.talentz-faq-list .accordion-item {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(7, 27, 55, .055);
}

.talentz-faq-list .accordion-button {
    min-height: 68px;
    display: flex;
    gap: 13px;
    padding: 17px 20px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
    box-shadow: none;
}

.talentz-faq-list .accordion-button > span {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    border-radius: 9px;
    background: #eef9ec;
    color: var(--talentz-green);
    font-size: 9px;
}

.talentz-faq-list .accordion-button:not(.collapsed) {
    background: #f8fff5;
    color: var(--talentz-green);
}

.talentz-faq-list .accordion-body {
    padding: 4px 20px 22px 64px;
    color: var(--talentz-muted);
    font-size: 13px;
    line-height: 1.75;
    font-weight: 700;
}

.talentz-faq-list .accordion-body p:last-child {
    margin-bottom: 0;
}

.talentz-help-contact {
    position: sticky;
    top: 24px;
    padding: 30px;
    border: 1px solid var(--talentz-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

.talentz-help-contact__heading {
    display: flex;
    align-items: center;
    gap: 13px;
}

.talentz-help-contact__heading > span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 13px;
    background: #eef9ec;
    color: var(--talentz-green);
}

.talentz-help-contact__heading small {
    display: block;
    color: var(--talentz-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-help-contact__heading h2 {
    margin: 2px 0 0;
    color: var(--talentz-text);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.talentz-help-contact > p {
    margin: 14px 0 22px;
    color: var(--talentz-muted);
    font-size: 11px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-help-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 12px;
}

.talentz-help-form-grid__full {
    grid-column: 1 / -1;
}

.talentz-help-form-grid label {
    display: block;
    margin-bottom: 7px;
    color: var(--talentz-text);
    font-size: 10px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-help-form-grid input,
body.talentz-theme-page .talentz-help-form-grid textarea {
    width: 100%;
    min-height: 47px;
    padding: 0 13px;
    border: 1px solid #dfe7f0;
    border-radius: 10px;
    background: #fbfdff;
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 700;
    outline: 0;
}

body.talentz-theme-page .talentz-help-form-grid textarea {
    min-height: 110px;
    padding: 12px 13px;
}

body.talentz-theme-page .talentz-help-form-grid input:focus,
body.talentz-theme-page .talentz-help-form-grid textarea:focus {
    border-color: rgba(35, 160, 21, .65);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .08);
}

.talentz-help-contact .talentz-auth-submit {
    width: 100%;
    margin-top: 18px;
}

.talentz-help-empty {
    padding: 50px 30px;
    border: 1px dashed #ccd8e6;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.talentz-help-empty i {
    color: var(--talentz-green);
    font-size: 30px;
}

.talentz-help-empty h3 {
    margin: 16px 0 7px;
    color: var(--talentz-text);
    font-size: 20px;
    font-weight: 900;
}

.talentz-help-empty p {
    margin: 0;
    color: var(--talentz-muted);
    font-size: 12px;
    font-weight: 700;
}

/* Legal and custom documents */
.talentz-document-card {
    max-width: 990px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid var(--talentz-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

.talentz-document-card__intro {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 34px;
    padding-bottom: 27px;
    border-bottom: 1px solid var(--talentz-border);
}

.talentz-document-card__intro > span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    border-radius: 14px;
    background: #eef9ec;
    color: var(--talentz-green);
    font-size: 17px;
}

.talentz-document-card__intro small {
    display: block;
    color: var(--talentz-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-document-card__intro h2 {
    margin: 3px 0 0;
    color: var(--talentz-text);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
}

.talentz-rich-content {
    color: #536176;
    font-size: 14px;
    line-height: 1.82;
    font-weight: 600;
}

.talentz-rich-content h1,
.talentz-rich-content h2,
.talentz-rich-content h3,
.talentz-rich-content h4,
.talentz-rich-content h5,
.talentz-rich-content h6 {
    margin: 1.6em 0 .55em;
    color: var(--talentz-text);
    line-height: 1.3;
    font-weight: 900;
}

.talentz-rich-content h1:first-child,
.talentz-rich-content h2:first-child,
.talentz-rich-content h3:first-child {
    margin-top: 0;
}

.talentz-rich-content h2 {
    font-size: 25px;
}

.talentz-rich-content h3 {
    font-size: 20px;
}

.talentz-rich-content p,
.talentz-rich-content ul,
.talentz-rich-content ol {
    margin-bottom: 1.15em;
}

.talentz-rich-content ul,
.talentz-rich-content ol {
    padding-left: 22px;
}

.talentz-rich-content li {
    margin-bottom: 7px;
}

.talentz-rich-content li::marker {
    color: var(--talentz-green);
    font-weight: 900;
}

.talentz-rich-content a {
    color: var(--talentz-green);
    font-weight: 900;
    text-decoration: underline;
}

.talentz-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

/* Recovery pages */
.talentz-auth-content--inner {
    margin-top: -46px;
}

.talentz-auth-card--compact {
    max-width: 570px;
    display: block;
}

.talentz-auth-card--compact .talentz-auth-form-panel {
    padding: 46px;
}

body.talentz-theme-page .talentz-auth-control input[readonly] {
    color: #728096;
    cursor: default;
}

/* Provider application and profile */
.talentz-provider-apply {
    margin: 0 !important;
    padding: 78px 0 94px;
    background: linear-gradient(180deg, #f7fbff, #fff);
}

.talentz-provider-apply .wsus__sellar_joining_bg {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

.talentz-provider-apply__heading {
    padding: 34px 38px 29px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background:
        radial-gradient(circle at 86% 10%, rgba(143, 217, 47, .2), transparent 25%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep));
}

.talentz-provider-apply__heading > span {
    display: block;
    margin-bottom: 7px;
    color: #a7f57e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.talentz-provider-apply__heading h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.talentz-provider-apply__heading p {
    max-width: 720px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-provider-apply .wsus__sellar_joining_top {
    margin: 0;
    padding: 30px 38px;
    border-bottom: 1px solid var(--talentz-border);
    background: #f8fbff;
}

.talentz-provider-apply .wsus__sellar_joining_top .img {
    border: 1px dashed #bed1e2;
    background: #fff;
}

.talentz-provider-apply .wsus__sellar_joining_top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentz-provider-apply .wsus__review_input {
    padding: 18px 38px 40px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.talentz-provider-apply fieldset {
    margin-top: 20px;
}

.talentz-provider-apply fieldset legend {
    margin-bottom: 8px;
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-provider-apply input:not([type="checkbox"]):not([type="file"]),
.talentz-provider-apply select {
    width: 100%;
    min-height: 49px;
    padding: 0 14px;
    border: 1px solid #dfe7f0;
    border-radius: 11px;
    background: #fbfdff;
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 700;
    outline: 0;
}

.talentz-provider-apply input:focus,
.talentz-provider-apply select:focus {
    border-color: rgba(35, 160, 21, .6);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .08);
}

.talentz-provider-apply .btn-success {
    border: 0;
    border-radius: 9px;
    background: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
}

.talentz-provider-apply .talentz-provider-profile-upload {
    position: relative;
    overflow: hidden;
}

.talentz-provider-apply .talentz-provider-profile-upload #output {
    border-radius: 50%;
    background: #ebf3ff;
}

.talentz-upload-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 12px;
}

.talentz-provider-apply .talentz-upload-actions label {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 9px 15px;
    cursor: pointer;
}

.talentz-upload-clear {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    border: 1px solid #f0c9c7;
    border-radius: 9px;
    background: #fff8f7;
    color: #bd332e;
    font-size: 11px;
    font-weight: 900;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.talentz-upload-clear:hover,
.talentz-upload-clear:focus-visible {
    border-color: #d95a54;
    background: #fff;
    color: #a3231f;
}

.talentz-upload-file-meta {
    min-height: 16px;
    display: block;
    margin-top: 8px;
    color: var(--talentz-muted);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.talentz-document-upload {
    padding: 13px;
    border: 1px solid #dfe7f0;
    border-radius: 14px;
    background: #f8fbff;
}

.talentz-document-upload__preview {
    height: 220px;
    overflow: hidden;
    border: 1px dashed #bed1e2;
    border-radius: 11px;
    background: #fff;
}

.talentz-document-upload__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    color: #8794a5;
    text-align: center;
}

.talentz-document-upload__placeholder i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 14px;
    background: rgba(35, 160, 21, .1);
    color: var(--talentz-green);
    font-size: 21px;
}

.talentz-document-upload__placeholder strong {
    color: var(--talentz-text);
    font-size: 12px;
    font-weight: 900;
}

.talentz-document-upload__placeholder span {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
}

.talentz-document-upload__preview > img,
.talentz-document-upload__preview > iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.talentz-document-upload__preview > img {
    object-fit: contain;
    background: #f1f5f9;
}

.talentz-document-upload__details {
    min-height: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding-top: 11px;
}

.talentz-document-upload__details p {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: var(--talentz-text);
    font-size: 10px;
    line-height: 1.45;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talentz-document-upload__details span {
    flex: 0 0 auto;
    color: var(--talentz-muted);
    font-size: 9px;
    font-weight: 800;
}

.talentz-document-upload .talentz-upload-actions {
    margin-top: 3px;
}

.talentz-provider-apply .form-check {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    background: #f8fbff;
}

.talentz-provider-page {
    margin-bottom: 0 !important;
    padding-bottom: 86px;
    background: linear-gradient(180deg, #f7fbff, #fff);
}

.talentz-provider-page .wsus__sellar_top {
    position: relative;
    padding: 34px 0 54px;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
}

.talentz-provider-page .wsus__sellar_top::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 10%, rgba(143, 217, 47, .17), transparent 25%),
        linear-gradient(120deg, rgba(0, 21, 50, .96), rgba(4, 42, 94, .88));
}

.talentz-provider-page .wsus__sellar_top .container {
    position: relative;
    z-index: 1;
}

.talentz-provider-page .wsus__sellar_top_text {
    gap: 25px;
    padding: 24px 0 0;
}

.talentz-provider-page .wsus__sellar_top_text > img {
    width: 145px !important;
    height: 145px;
    flex: 0 0 145px;
    border: 5px solid rgba(255, 255, 255, .9);
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

.talentz-provider-page .wsus__sellar_top .text h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
}

.talentz-provider-page .wsus__sellar_top .text > span {
    color: #a7f57e;
    font-weight: 900;
}

.talentz-provider-page .wsus__sellar_top .text a,
.talentz-provider-page .wsus__sellar_top .text p {
    color: rgba(255, 255, 255, .78);
}

.talentz-provider-page .wsus__sellar_top ul li {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.talentz-provider-page .provider_contact {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 9px;
    background: var(--talentz-green);
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
}

.talentz-provider-page .wsus__sellar_search {
    gap: 20px;
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid var(--talentz-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 27, 55, .06);
}

.talentz-provider-page .wsus__sellar_search h3 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 24px;
    font-weight: 900;
}

.talentz-provider-page .wsus__sellar_search form {
    min-width: min(390px, 100%);
}

.talentz-provider-page .wsus__sellar_search input {
    min-width: 0;
    flex: 1;
    border: 1px solid var(--talentz-border);
    border-radius: 10px 0 0 10px;
    background: #fbfdff;
}

.talentz-provider-page .wsus__sellar_search button {
    border-radius: 0 10px 10px 0;
}

/* Detail, booking, and account refinements */
body.talentz-theme-page .talentz-inner-hero + .wsus__blog_details,
body.talentz-theme-page .talentz-inner-hero + .wsus__service_details,
body.talentz-theme-page .talentz-inner-hero + .wsus__booking_service,
body.talentz-theme-page .talentz-inner-hero + .wsus__booking_info,
body.talentz-theme-page .talentz-inner-hero + .wsus__booking_confirm,
body.talentz-theme-page .talentz-inner-hero + .wsus__dashboard {
    padding-top: 70px;
}

body.talentz-theme-page .booking_bar {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 26px;
    padding: 8px;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #f7faff;
}

body.talentz-theme-page .booking_bar li {
    width: auto;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    border-radius: 10px;
    background: #fff;
    color: #8b97a8;
    font-size: 12px;
    font-weight: 900;
}

body.talentz-theme-page .booking_bar li::after {
    display: none;
}

body.talentz-theme-page .booking_bar li.active {
    background: var(--talentz-navy);
    color: #fff;
    box-shadow: 0 8px 18px rgba(3, 29, 64, .14);
}

body.talentz-theme-page .booking_bar li span {
    position: static;
    color: inherit;
    font-size: 10px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__service_booking {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fbfdff;
}

body.talentz-theme-page .wsus__service_booking h3 {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .wsus__service_booking p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    border-bottom: 1px solid var(--talentz-border);
    color: var(--talentz-muted);
    font-weight: 700;
}

body.talentz-theme-page .wsus__service_booking p span {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .wsus__blog_det_area {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--talentz-shadow);
}

body.talentz-theme-page .wsus__blog_details_text .blog_details_list {
    color: var(--talentz-muted);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

body.talentz-theme-page .talentz-inner-hero + .wsus__dashboard .wsus__dashboard_area {
    margin-top: 0;
}

/* Error and maintenance states */
.talentz-error-page {
    min-height: 620px;
    background:
        radial-gradient(circle at 15% 30%, rgba(88, 198, 14, .1), transparent 24%),
        linear-gradient(180deg, #f7fbff, #fff);
}

.talentz-error-state {
    padding: 90px 0 105px;
}

.talentz-error-state__card {
    max-width: 720px;
    position: relative;
    margin: 0 auto;
    padding: 66px 45px 56px;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(3, 29, 64, .13);
    text-align: center;
}

.talentz-error-state__number {
    position: absolute;
    top: -25px;
    left: 50%;
    color: rgba(3, 29, 64, .045);
    font-size: 190px;
    line-height: 1;
    font-weight: 900;
    transform: translateX(-50%);
    pointer-events: none;
}

.talentz-error-state__icon {
    width: 72px;
    height: 72px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #eef9ec;
    color: var(--talentz-green);
    font-size: 27px;
}

.talentz-error-state h1 {
    position: relative;
    margin: 22px 0 10px;
    color: var(--talentz-text);
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -.035em;
}

.talentz-error-state p {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    color: var(--talentz-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.talentz-error-state__actions {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 28px;
}

.talentz-btn--ghost-dark {
    border: 1px solid var(--talentz-border);
    background: #fff;
    color: var(--talentz-text);
}

.talentz-btn--ghost-dark:hover {
    border-color: var(--talentz-navy);
    background: var(--talentz-navy);
    color: #fff;
}

.talentz-maintenance-page {
    margin: 0;
    background: var(--talentz-deep);
    font-family: var(--talentz-font);
}

.talentz-maintenance {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 50px 0;
    background:
        radial-gradient(circle at 15% 80%, rgba(32, 160, 255, .24), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(143, 217, 47, .2), transparent 25%),
        linear-gradient(135deg, var(--talentz-deep), var(--talentz-navy-2));
}

.talentz-maintenance__pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .22;
}

.talentz-maintenance .container {
    position: relative;
    z-index: 1;
}

.talentz-maintenance__card {
    max-width: 680px;
    margin: 0 auto;
    padding: 45px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 26px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .28);
    text-align: center;
}

.talentz-maintenance__logo img {
    width: auto;
    max-width: 190px;
    height: 55px;
    object-fit: contain;
}

.talentz-maintenance__visual {
    width: 135px;
    height: 135px;
    margin: 25px auto 20px;
    overflow: hidden;
    border-radius: 26px;
    background: #eef6fb;
}

.talentz-maintenance__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.talentz-maintenance__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--talentz-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.talentz-maintenance h1 {
    margin: 13px 0 12px;
    color: var(--talentz-text);
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.035em;
}

.talentz-maintenance__description {
    color: var(--talentz-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.talentz-maintenance__description p:last-child {
    margin-bottom: 0;
}

.talentz-maintenance__contact {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
    padding: 0 18px;
    border-radius: 10px;
    background: #eef9ec;
    color: var(--talentz-green);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 991px) {
    .talentz-help-grid {
        grid-template-columns: 1fr;
    }

    .talentz-help-contact {
        position: static;
    }

    .talentz-provider-page .wsus__sellar_search {
        align-items: flex-start !important;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .talentz-inner-hero {
        min-height: 270px;
        padding: 38px 0 52px;
    }

    .talentz-inner-breadcrumb {
        margin-bottom: 25px;
    }

    .talentz-help-content,
    .talentz-document-content,
    .talentz-provider-apply {
        padding: 58px 0 68px;
    }

    .talentz-help-contact {
        padding: 24px 20px;
    }

    .talentz-document-card {
        border-radius: 17px;
    }

    .talentz-auth-card--compact .talentz-auth-form-panel {
        padding: 35px 28px;
    }

    .talentz-provider-apply__heading,
    .talentz-provider-apply .wsus__sellar_joining_top {
        padding-right: 24px;
        padding-left: 24px;
    }

    .talentz-provider-apply .wsus__review_input {
        padding: 13px 24px 32px;
    }

    .talentz-document-upload__preview {
        height: 190px;
    }

    .talentz-provider-page .wsus__sellar_top_text {
        align-items: flex-start !important;
    }

    .talentz-provider-page .wsus__sellar_top_text > img {
        width: 110px !important;
        height: 110px;
        flex-basis: 110px;
    }

    .talentz-provider-page .wsus__sellar_top_text .text {
        width: calc(100% - 135px);
    }

    body.talentz-theme-page .talentz-inner-hero + .wsus__blog_details,
    body.talentz-theme-page .talentz-inner-hero + .wsus__service_details,
    body.talentz-theme-page .talentz-inner-hero + .wsus__booking_service,
    body.talentz-theme-page .talentz-inner-hero + .wsus__booking_info,
    body.talentz-theme-page .talentz-inner-hero + .wsus__booking_confirm,
    body.talentz-theme-page .talentz-inner-hero + .wsus__dashboard {
        padding-top: 52px;
    }

    .talentz-error-state {
        padding: 65px 0 75px;
    }

    .talentz-error-state__card {
        padding: 53px 25px 42px;
        border-radius: 19px;
    }

    .talentz-maintenance__card {
        padding: 35px 25px;
        border-radius: 20px;
    }
}

@media (max-width: 575px) {
    .talentz-inner-hero {
        min-height: 245px;
        padding: 30px 0 43px;
    }

    .talentz-inner-breadcrumb {
        margin-bottom: 21px;
        font-size: 10px;
    }

    .talentz-inner-hero h1 {
        font-size: 33px;
    }

    .talentz-inner-hero__content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .talentz-help-form-grid {
        grid-template-columns: 1fr;
    }

    .talentz-help-form-grid__full {
        grid-column: auto;
    }

    .talentz-faq-list .accordion-button {
        padding: 15px;
        font-size: 12px;
    }

    .talentz-faq-list .accordion-body {
        padding: 3px 15px 19px;
        font-size: 12px;
    }

    .talentz-document-card__intro {
        align-items: flex-start;
    }

    .talentz-document-card__intro h2 {
        font-size: 19px;
    }

    .talentz-rich-content {
        font-size: 13px;
    }

    .talentz-auth-content--inner {
        margin-top: -31px;
    }

    .talentz-auth-card--compact .talentz-auth-form-panel {
        padding: 29px 19px;
    }

    .talentz-provider-apply .wsus__sellar_joining_bg {
        border-radius: 17px;
    }

    .talentz-provider-apply__heading h2 {
        font-size: 23px;
    }

    .talentz-provider-apply .wsus__sellar_joining_top {
        align-items: flex-start;
    }

    .talentz-provider-apply .wsus__sellar_joining_top .text {
        width: calc(100% - 92px);
    }

    .talentz-upload-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .talentz-upload-actions > label,
    .talentz-upload-actions > button {
        width: 100%;
    }

    .talentz-document-upload__preview {
        height: 175px;
    }

    .talentz-provider-page .wsus__sellar_top {
        padding: 27px 0 42px;
    }

    .talentz-provider-page .wsus__sellar_top_text {
        flex-direction: column;
    }

    .talentz-provider-page .wsus__sellar_top_text .text {
        width: 100%;
    }

    .talentz-provider-page .wsus__sellar_top .text h2 {
        font-size: 28px;
    }

    .talentz-provider-page .wsus__sellar_search form {
        width: 100%;
        min-width: 0;
    }

    body.talentz-theme-page .booking_bar {
        gap: 6px;
        padding: 6px;
    }

    body.talentz-theme-page .booking_bar li {
        min-height: 49px;
        flex-direction: column;
        gap: 2px;
        font-size: 10px;
    }

    body.talentz-theme-page .booking_bar li span {
        font-size: 8px;
    }

    body.talentz-theme-page .wsus__service_booking p {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .talentz-error-state__actions {
        flex-direction: column;
    }

    .talentz-error-state__actions .talentz-btn {
        width: 100%;
        justify-content: center;
    }

    .talentz-maintenance {
        padding: 25px 0;
    }

    .talentz-maintenance__visual {
        width: 110px;
        height: 110px;
    }
}

/* Live chat and scroll-to-top controls */
body.talentz-theme-page .wsus__message__button {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    right: 24px;
    bottom: 22px;
    z-index: 998;
    padding: 7px 18px 7px 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--talentz-green), #39bb20);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 32px rgba(35, 160, 21, .3);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.talentz-theme-page .wsus__message__button:hover {
    background: linear-gradient(135deg, #17890d, var(--talentz-green));
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(35, 160, 21, .36);
}

body.talentz-theme-page .wsus__message__button span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
}

body.talentz-theme-page .wsus__message__button span img {
    width: 23px !important;
    height: 23px;
    object-fit: contain;
}

body.talentz-theme-page .wsus__message_area {
    width: min(760px, calc(100vw - 48px));
    height: min(560px, calc(100vh - 48px));
    right: 24px;
    bottom: 20px;
    z-index: 1000;
    overflow: hidden;
    border: 1px solid rgba(218, 228, 240, .95);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(3, 29, 64, .24);
}

body.talentz-theme-page .wsus__message_area .heading {
    min-height: 76px;
    position: relative;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 38px;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    margin: 0;
    padding: 14px 17px;
    background:
        radial-gradient(circle at 82% 10%, rgba(143, 217, 47, .18), transparent 28%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep));
    color: #fff;
}

body.talentz-theme-page .wsus__message_area .heading > span {
    width: 43px;
    height: 43px;
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0;
    border-radius: 13px;
    background: rgba(255, 255, 255, .11);
}

body.talentz-theme-page .wsus__message_area .heading > span img {
    width: 25px !important;
    height: 25px;
    object-fit: contain;
}

body.talentz-theme-page .wsus__message_area .heading strong {
    align-self: end;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

body.talentz-theme-page .wsus__message_area .heading small {
    align-self: start;
    color: rgba(255, 255, 255, .6);
    font-size: 9px;
    line-height: 1.3;
    font-weight: 700;
}

body.talentz-theme-page .wsus__message_area .heading .close_chat {
    width: 36px;
    height: 36px;
    grid-column: 3;
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 11px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

body.talentz-theme-page .wsus__message_area .heading .close_chat:hover {
    background: rgba(255, 255, 255, .17);
    color: #fff;
    transform: rotate(4deg);
}

body.talentz-theme-page .wsus__main_message {
    height: calc(100% - 76px);
    display: grid;
    grid-template-columns: minmax(210px, 34%) minmax(0, 66%);
    flex-wrap: nowrap;
}

body.talentz-theme-page .wsus__message_list {
    width: auto;
    max-height: none;
    overflow-y: auto;
    padding: 13px 10px;
    border-right: 1px solid var(--talentz-border);
    background: #f8fbff;
}

body.talentz-theme-page .wsus__message_list ul li {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

body.talentz-theme-page .wsus__message_list ul li:last-child {
    padding-bottom: 10px;
}

body.talentz-theme-page .wsus__message_list ul li:hover,
body.talentz-theme-page .wsus__message_list ul li.active {
    border-color: rgba(35, 160, 21, .16);
    background: #eef9ec !important;
    transform: translateX(2px);
}

body.talentz-theme-page .wsus__message_list ul li .img {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    margin: 0;
}

body.talentz-theme-page .wsus__message_list ul li .img img {
    width: 43px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(7, 27, 55, .12);
}

body.talentz-theme-page .wsus__message_list ul li .img span {
    min-width: 19px;
    width: auto;
    height: 19px;
    top: -4px;
    right: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 99px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
}

body.talentz-theme-page .wsus__message_list ul li .text {
    width: auto;
    min-width: 0;
    flex: 1;
}

body.talentz-theme-page .wsus__message_list ul li .text h3,
body.talentz-theme-page .wsus__message_list ul li .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.talentz-theme-page .wsus__message_list ul li .text h3 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 11px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__message_list ul li .text p {
    margin: 3px 0 0;
    color: var(--talentz-muted);
    font-size: 9px;
    font-weight: 700;
}

body.talentz-theme-page .wsus__message_list::-webkit-scrollbar,
body.talentz-theme-page .wsus__message_box_text::-webkit-scrollbar {
    display: block;
    width: 5px;
}

body.talentz-theme-page .wsus__message_list::-webkit-scrollbar-thumb,
body.talentz-theme-page .wsus__message_box_text::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: #ccd7e4;
}

body.talentz-theme-page .wsus__message_box {
    width: auto;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: radial-gradient(#e4ebf3 1px, transparent 1px);
    background-size: 22px 22px;
}

body.talentz-theme-page .wsus__message_box_text {
    min-height: 0;
    max-height: none;
    flex: 1;
    overflow-y: auto;
    padding: 20px 17px 12px;
}

body.talentz-theme-page .wsus__single_chat {
    margin-bottom: 16px;
}

body.talentz-theme-page .wsus__single_chat p {
    max-width: min(78%, 380px);
    margin: 0 0 5px;
    padding: 10px 14px;
    border: 1px solid var(--talentz-border);
    border-radius: 5px 15px 15px 15px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 11px;
    line-height: 1.55;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(7, 27, 55, .07);
}

body.talentz-theme-page .wsus__single_chat.chat_right p {
    border-color: transparent;
    border-radius: 15px 5px 15px 15px;
    background: linear-gradient(135deg, var(--talentz-green), #3bbd20);
    color: #fff;
}

body.talentz-theme-page .wsus__single_chat span {
    padding: 0;
    color: #8793a3;
    font-size: 8px;
    font-weight: 700;
    opacity: 1;
}

body.talentz-theme-page .wsus__single_chat span::after {
    display: none;
}

body.talentz-theme-page .wsus__show_product {
    max-width: min(82%, 360px);
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px auto;
    padding: 9px;
    border: 1px solid var(--talentz-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(7, 27, 55, .08);
}

body.talentz-theme-page .wsus__show_product .img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    overflow: hidden;
    border-radius: 10px;
}

body.talentz-theme-page .wsus__show_product .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.talentz-theme-page .wsus__show_product a {
    color: var(--talentz-text);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 900;
}

body.talentz-theme-page .wsus__message_box > form {
    height: 66px;
    position: relative;
    flex: 0 0 66px;
    padding: 9px 10px;
    border-top: 1px solid var(--talentz-border);
    background: #fff;
}

body.talentz-theme-page .wsus__message_box > form input {
    width: 100%;
    height: 47px;
    padding: 0 55px 0 14px;
    border: 1px solid var(--talentz-border);
    border-radius: 12px;
    background: #f8fbff;
    color: var(--talentz-text);
    font-size: 11px;
    font-weight: 700;
    outline: 0;
}

body.talentz-theme-page .wsus__message_box > form input:focus {
    border-color: rgba(35, 160, 21, .55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .08);
}

body.talentz-theme-page .wsus__message_box > form button {
    width: 37px;
    height: 37px;
    top: 14px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: var(--talentz-green);
    color: #fff;
    font-size: 11px;
    box-shadow: 0 7px 16px rgba(35, 160, 21, .22);
}

body.talentz-theme-page .wsus__message_box > form button:hover {
    background: #17890d;
}

body.talentz-theme-page .wsus__empty_message {
    padding: 30px;
}

body.talentz-theme-page .wsus__empty_message .img {
    width: 112px;
}

body.talentz-theme-page .wsus__empty_message h3 {
    margin: 14px 0 5px;
    color: var(--talentz-text);
    font-size: 18px;
    font-weight: 900;
}

body.talentz-theme-page .wsus__empty_message p {
    color: var(--talentz-muted);
    font-size: 10px;
    font-weight: 700;
}

body.talentz-theme-page .wsus__scroll_btn {
    width: 46px;
    height: 46px;
    right: 25px;
    bottom: 88px;
    z-index: 997;
    display: none;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep));
    color: #fff;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(3, 29, 64, .26);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.talentz-theme-page .wsus__scroll_btn:hover {
    background: var(--talentz-green);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(35, 160, 21, .28);
}

body.talentz-theme-page .wsus__scroll_btn span {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    animation: none;
    transform: none;
}

body.talentz-theme-page .wsus__scroll_btn:focus-visible,
body.talentz-theme-page .wsus__message__button:focus-visible,
body.talentz-theme-page .close_chat:focus-visible {
    outline: 3px solid rgba(143, 217, 47, .48);
    outline-offset: 3px;
}

@media (max-width: 767px) {
    body.talentz-theme-page .wsus__message__button {
        min-width: 48px;
        min-height: 48px;
        right: 14px;
        bottom: 14px;
        padding: 5px;
        border-radius: 15px;
        font-size: 0;
    }

    body.talentz-theme-page .wsus__message__button span {
        width: 38px;
        height: 38px;
    }

    body.talentz-theme-page .wsus__message_area {
        width: calc(100vw - 20px);
        height: min(650px, calc(100vh - 20px));
        right: 10px;
        bottom: 10px;
        border-radius: 18px;
    }

    body.talentz-theme-page .wsus__main_message {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    body.talentz-theme-page .wsus__message_list {
        padding: 9px 6px;
    }

    body.talentz-theme-page .wsus__message_list ul li {
        justify-content: center;
        padding: 8px 5px;
    }

    body.talentz-theme-page .wsus__message_list ul li .text {
        display: none;
    }

    body.talentz-theme-page .wsus__message_list ul li .img,
    body.talentz-theme-page .wsus__message_list ul li .img img {
        width: 46px;
        height: 46px;
    }

    body.talentz-theme-page .wsus__message_box_text {
        padding: 16px 11px 10px;
    }

    body.talentz-theme-page .wsus__single_chat p {
        max-width: 88%;
    }

    body.talentz-theme-page .wsus__scroll_btn {
        width: 44px;
        height: 44px;
        right: 16px;
        bottom: 74px;
        border-radius: 13px;
    }
}

@media (max-width: 420px) {
    body.talentz-theme-page .wsus__message_area .heading {
        min-height: 70px;
        grid-template-columns: 39px minmax(0, 1fr) 34px;
        padding: 12px;
    }

    body.talentz-theme-page .wsus__message_area .heading > span {
        width: 39px;
        height: 39px;
    }

    body.talentz-theme-page .wsus__message_area .heading strong {
        font-size: 13px;
    }

    body.talentz-theme-page .wsus__main_message {
        height: calc(100% - 70px);
        grid-template-columns: 76px minmax(0, 1fr);
    }

    body.talentz-theme-page .wsus__message_list ul li .img,
    body.talentz-theme-page .wsus__message_list ul li .img img {
        width: 43px;
        height: 43px;
    }

    body.talentz-theme-page .wsus__show_product {
        max-width: 94%;
    }
}

/* Customer account panel */
body.talentz-theme-page .talentz-customer-panel {
    margin: 0 !important;
    padding: 72px 0 96px;
    background:
        radial-gradient(circle at 7% 24%, rgba(88, 198, 14, .07), transparent 20%),
        linear-gradient(180deg, #f7faff 0%, #fff 78%);
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_area {
    margin: 0;
    overflow: visible;
}

.talentz-customer-panel__layout {
    --bs-gutter-x: 24px;
}

.talentz-customer-panel__sidebar-column,
.talentz-customer-panel__content-column {
    min-width: 0;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu {
    position: sticky;
    /* top: 105px; */
    height: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(3, 29, 64, .1);
}

body.talentz-theme-page .talentz-customer-panel .dasboard_header {
    min-height: 155px;
    gap: 14px;
    margin: 0;
    padding: 25px 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(143, 217, 47, .22), transparent 32%),
        linear-gradient(145deg, var(--talentz-navy), var(--talentz-deep));
}

body.talentz-theme-page .talentz-customer-panel .dasboard_header img {
    width: 66px !important;
    height: 66px !important;
    flex: 0 0 66px;
    margin: 0;
    border: 3px solid rgba(255, 255, 255, .9);
    border-radius: 19px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.talentz-customer-panel .dasboard_header .text {
    min-width: 0;
    flex: 1;
}

.talentz-customer-panel .dasboard_header .text > span {
    display: block;
    margin-bottom: 3px;
    color: #a8f580;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.talentz-theme-page .talentz-customer-panel .dasboard_header h2 {
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.talentz-theme-page .talentz-customer-panel .dasboard_header p {
    margin: 4px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .6);
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talentz-customer-panel__nav-label {
    margin: 0 !important;
    padding: 17px 20px 5px;
    color: #95a0b0 !important;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu .nav {
    gap: 4px;
    padding: 8px 11px 14px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button {
    min-height: 47px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 7px 11px !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    background: transparent !important;
    color: #4f5d72 !important;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 900;
}

.talentz-customer-nav-text {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button::after {
    display: none;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button span {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    border-radius: 9px;
    background: #f0f5fa;
    color: #79879a;
    transition: color .2s ease, background .2s ease;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button.active,
body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:hover {
    border-color: rgba(35, 160, 21, .15) !important;
    background: #eff9ed !important;
    color: var(--talentz-green) !important;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button.active span,
body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:hover span {
    background: var(--talentz-green);
    color: #fff !important;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:last-child {
    margin-top: 5px;
    color: #c63a35 !important;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:last-child span {
    background: #fff0ef;
    color: #c63a35;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_content {
    min-height: 650px;
    padding: 30px;
    border: 1px solid var(--talentz-border);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(3, 29, 64, .08);
}

.talentz-customer-panel__welcome {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.talentz-customer-panel__welcome > div > span,
.talentz-customer-section-heading span,
.talentz-customer-panel__eyebrow,
.talentz-customer-panel .wsus__support_ticket_top > div > span {
    display: block;
    margin-bottom: 5px;
    color: var(--talentz-green);
    font-size: 9px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-panel__welcome h3 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.025em;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-panel__welcome p,
.talentz-customer-section-heading p,
.talentz-customer-panel .wsus__support_ticket_top > div > p {
    margin: 8px 0 0;
    color: var(--talentz-muted);
    font-size: 11px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-customer-panel__welcome > a {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 9px 15px;
    border: 1px solid rgba(35, 160, 21, .18);
    border-radius: 11px;
    background: #eff9ed;
    color: var(--talentz-green);
    font-size: 10px;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.talentz-customer-panel__welcome > a:hover {
    transform: translateY(-2px);
    background: var(--talentz-green);
    color: #fff;
}

.talentz-customer-stats {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat {
    min-height: 120px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 21px;
    overflow: hidden;
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    background: #f8fbff !important;
    box-shadow: none;
    text-align: left;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    right: -33px;
    bottom: -37px;
    border: 15px solid currentColor;
    border-radius: 50%;
    opacity: .05;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat > span {
    width: 49px;
    height: 49px;
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 49px;
    border-radius: 14px;
    background: rgba(27, 108, 196, .1);
    color: #1b6cc4;
    font-size: 17px;
    box-shadow: none;
    transform: none;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat--complete > span {
    background: rgba(35, 160, 21, .1);
    color: var(--talentz-green);
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat--total > span {
    background: rgba(126, 75, 210, .1);
    color: #7e4bd2;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat h2 {
    margin: 0 0 3px;
    color: var(--talentz-text);
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat h5 {
    margin: 0;
    color: var(--talentz-muted);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 900;
    text-align: left;
}

body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info,
body.talentz-theme-page .talentz-customer-panel .dashboard_review,
body.talentz-theme-page .talentz-customer-panel .support_ticket,
body.talentz-theme-page .talentz-customer-panel #v-pills-settings .wsus__review_input {
    margin-top: 22px;
    padding: 23px;
    border: 1px solid var(--talentz-border);
    border-radius: 17px;
    background: #fbfdff;
    box-shadow: none;
}

body.talentz-theme-page .talentz-customer-panel .dashboard_review,
body.talentz-theme-page .talentz-customer-panel .support_ticket,
body.talentz-theme-page .talentz-customer-panel #v-pills-settings .wsus__review_input {
    margin-top: 0;
}

.talentz-customer-panel .wsus_dash_personal_info > .nav {
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--talentz-border);
}

body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info h4 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info .nav-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px !important;
    border: 1px solid rgba(35, 160, 21, .18) !important;
    border-radius: 10px !important;
    background: #eff9ed !important;
    color: var(--talentz-green) !important;
    font-size: 10px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info .nav-link::after {
    display: none;
}

body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info .nav-link.active {
    border-color: #e6b9b6 !important;
    background: #fff1f0 !important;
    color: #c63a35 !important;
}

.talentz-customer-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-profile-grid p {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 !important;
    padding: 13px 14px;
    border: 1px solid #e5ebf2;
    border-radius: 11px;
    background: #fff;
    color: #38465a;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 800;
    overflow-wrap: anywhere;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-profile-grid p span {
    width: auto;
    color: #929dac;
    font-size: 8px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-customer-profile-grid__wide {
    grid-column: 1 / -1;
}

body.talentz-theme-page .talentz-customer-panel fieldset {
    margin-top: 15px;
}

body.talentz-theme-page .talentz-customer-panel fieldset legend {
    margin-bottom: 7px;
    color: var(--talentz-text);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel input:not([type="checkbox"]):not([type="radio"]),
body.talentz-theme-page .talentz-customer-panel textarea,
body.talentz-theme-page .talentz-customer-panel select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #dfe7f0;
    border-radius: 10px;
    background: #fff;
    color: var(--talentz-text);
    font-size: 11px;
    font-weight: 700;
    outline: none;
    box-shadow: none;
}

body.talentz-theme-page .talentz-customer-panel textarea {
    min-height: 120px;
    resize: vertical;
}

body.talentz-theme-page .talentz-customer-panel input:focus,
body.talentz-theme-page .talentz-customer-panel textarea:focus,
body.talentz-theme-page .talentz-customer-panel select:focus {
    border-color: rgba(35, 160, 21, .55);
    box-shadow: 0 0 0 4px rgba(35, 160, 21, .08);
}

body.talentz-theme-page .talentz-customer-panel input[type="file"] {
    padding: 8px;
}

body.talentz-theme-page .talentz-customer-panel input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 7px 10px;
    border: 0;
    border-radius: 7px;
    background: #edf7ea;
    color: var(--talentz-green);
    font-size: 9px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .common_btn {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 17px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--talentz-green), #43bd25);
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 900;
    box-shadow: 0 9px 20px rgba(35, 160, 21, .18);
}

.talentz-customer-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 19px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-section-heading h3 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.02em;
}

body.talentz-theme-page .talentz-customer-panel .table-responsive {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fff;
}

body.talentz-theme-page .talentz-customer-panel table.table tr {
    display: table-row;
    border-color: var(--talentz-border);
}

body.talentz-theme-page .talentz-customer-panel table.table th,
body.talentz-theme-page .talentz-customer-panel table.table td {
    width: auto;
    padding: 14px 13px;
    border-color: var(--talentz-border);
    text-align: left;
}

body.talentz-theme-page .talentz-customer-panel table.table th {
    background: #f2f7fc;
    color: #59677b;
    font-size: 9px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.talentz-theme-page .talentz-customer-panel table.table td,
body.talentz-theme-page .talentz-customer-panel table.table td p,
body.talentz-theme-page .talentz-customer-panel table.table td h5 {
    margin: 0;
    color: #59677b;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
}

body.talentz-theme-page .talentz-customer-panel table.table td h5 {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table tr td span,
body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr td.status span {
    width: auto;
    min-width: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 9px;
    border-radius: 99px;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .view_invoice,
body.talentz-theme-page .talentz-customer-panel .ticket_invoice_view {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid rgba(35, 160, 21, .17);
    border-radius: 9px;
    background: #eff9ed;
    color: var(--talentz-green);
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}

body.talentz-theme-page .talentz-customer-panel .ticket_invoice_view {
    width: 35px;
    padding: 0;
}

.talentz-customer-empty-row td {
    width: 100% !important;
    padding: 42px 20px !important;
    text-align: center !important;
}

.talentz-customer-empty-row td i,
.talentz-customer-empty-row td strong,
.talentz-customer-empty-row td span {
    display: block;
}

.talentz-customer-empty-row td i {
    margin-bottom: 10px;
    color: var(--talentz-green);
    font-size: 25px;
}

.talentz-customer-empty-row td strong {
    color: var(--talentz-text);
    font-size: 13px;
    font-weight: 900;
}

.talentz-customer-empty-row td span {
    margin-top: 4px;
    color: var(--talentz-muted);
    font-size: 9px;
}

body.talentz-theme-page .talentz-customer-panel .dashboard_review {
    padding: 23px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review {
    margin-bottom: 12px;
    padding: 17px;
    border: 1px solid var(--talentz-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
}

.talentz-customer-panel .wsus__single_review_top {
    align-items: center;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text {
    width: calc(100% - 72px);
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text h3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    font-size: 12px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text h3 a {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text h3 span {
    flex: 0 0 auto;
    color: #f3ad23;
    font-size: 9px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text p {
    margin: 5px 0 0;
    color: #99a4b3;
    font-size: 8px;
    font-weight: 800;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review .review_text {
    margin: 13px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--talentz-border);
    color: var(--talentz-muted);
    font-size: 10px;
    line-height: 1.65;
    font-weight: 700;
}

.talentz-customer-empty-state {
    padding: 50px 20px;
    border: 1px dashed #ccd8e5;
    border-radius: 13px;
    background: #fff;
    text-align: center;
}

.talentz-customer-empty-state i {
    color: var(--talentz-green);
    font-size: 28px;
}

.talentz-customer-empty-state h4 {
    margin: 12px 0 4px;
    color: var(--talentz-text);
    font-size: 15px;
    font-weight: 900;
}

.talentz-customer-empty-state p {
    margin: 0 !important;
    color: var(--talentz-muted);
    font-size: 10px;
}

body.talentz-theme-page .talentz-customer-panel .support_ticket {
    overflow: hidden;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_top {
    gap: 20px;
    padding: 0 0 19px;
    border-bottom: 1px solid var(--talentz-border);
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_top h3 {
    margin: 0;
    color: var(--talentz-text);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_top .right a {
    margin: 0;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item {
    margin-top: 18px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr th,
body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr td {
    display: table-cell;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table .sn {
    width: 7%;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table .info {
    width: 53%;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table .from,
body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table .status,
body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table .action {
    width: auto;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item td.info p {
    margin-bottom: 3px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item td.info p:first-child {
    color: var(--talentz-text);
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item .badge {
    min-width: 24px;
    padding: 6px;
    border-radius: 99px;
    font-size: 8px;
}

body.talentz-theme-page .talentz-customer-panel .modal-content {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--talentz-border);
    border-radius: 19px;
    box-shadow: 0 30px 75px rgba(3, 29, 64, .2);
}

body.talentz-theme-page .talentz-customer-panel .modal-header {
    padding: 20px 22px 12px;
}

body.talentz-theme-page .talentz-customer-panel .modal-title {
    color: var(--talentz-text);
    font-size: 17px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .modal-body {
    padding: 12px 22px 22px;
}

body.talentz-theme-page .talentz-customer-panel .modal-footer {
    gap: 10px;
    padding: 0 22px 22px;
}

body.talentz-theme-page .talentz-customer-panel .modal-footer .common_btn,
body.talentz-theme-page .talentz-customer-panel .modal-footer .del_btn {
    width: auto;
    flex: 1;
    margin: 0;
    border-radius: 10px;
    font-size: 10px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice .go_back,
body.talentz-theme-page .talentz-customer-panel .ticket_list_view_area .go_ticket {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 13px;
    border: 1px solid var(--talentz-border);
    border-radius: 10px;
    background: #fff;
    color: var(--talentz-text) !important;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}

.talentz-customer-invoice {
    overflow: hidden;
    border: 1px solid var(--talentz-border);
    border-radius: 17px;
    background: #fff;
}

.talentz-customer-invoice__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    background:
        radial-gradient(circle at 88% 0%, rgba(143, 217, 47, .2), transparent 30%),
        linear-gradient(135deg, var(--talentz-navy), var(--talentz-deep));
}

.talentz-customer-invoice__header span {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.talentz-customer-invoice__header h2,
.talentz-customer-invoice__header strong {
    margin: 3px 0 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}

.talentz-customer-invoice__date {
    text-align: right;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .wsus__invoice_body {
    margin: 0 !important;
    padding: 20px 22px 0;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .table-responsive {
    border-radius: 12px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice table {
    border: 0;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice table tr {
    display: table-row;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice table th,
body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice table td {
    display: table-cell;
    width: auto;
    padding: 13px 14px;
    border-color: var(--talentz-border);
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .package {
    width: 60%;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .wsus__invoice_footer {
    margin: 0;
    padding: 10px 11px 22px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .card-body {
    height: 100%;
    margin-top: 12px;
    padding: 19px;
    border: 1px solid var(--talentz-border);
    border-radius: 13px;
    background: #fbfdff;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info h3 {
    margin: 0 0 13px;
    color: var(--talentz-text);
    font-size: 15px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info p {
    display: grid;
    grid-template-columns: minmax(105px, .8fr) minmax(0, 1.2fr);
    gap: 12px;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e9eef4;
    color: #58667a;
    font-family: inherit;
    font-size: 9px;
    line-height: 1.5;
    font-weight: 800;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info p:last-child {
    border-bottom: 0;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info p > span:first-child {
    min-width: 0;
    width: auto;
    color: #929dac;
    font-size: 8px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .order_request_btn_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 9px;
    padding: 0 19px 20px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice .order_request_btn {
    width: auto;
    float: none;
    margin: 0;
}

body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_request {
    margin: 14px 20px 22px !important;
    padding: 18px;
    border: 1px solid #f0dfb5;
    border-radius: 12px;
    background: #fffaf0;
}

.talentz-ticket-conversation {
    --bs-gutter-x: 16px;
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_area,
body.talentz-theme-page .talentz-customer-panel .ticket_list_view_sidebar {
    padding: 19px;
    border: 1px solid var(--talentz-border);
    border-radius: 14px;
    background: #fbfdff;
}

.talentz-customer-panel .message-list {
    max-height: 520px;
    overflow-y: auto;
    padding: 4px 4px 4px 0;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single {
    max-width: 88%;
    margin: 0 0 13px;
    padding: 14px 16px;
    border: 1px solid var(--talentz-border);
    border-radius: 5px 14px 14px 14px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(7, 27, 55, .05);
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single.author_message {
    margin-left: auto;
    border-color: rgba(35, 160, 21, .18);
    border-radius: 14px 5px 14px 14px;
    background: #eff9ed;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single h5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    color: var(--talentz-text);
    font-size: 10px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single h5 span {
    margin-left: auto;
    color: #929dac;
    font-size: 8px;
    font-weight: 800;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single p {
    margin: 8px 0 0;
    color: #59677b;
    font-size: 10px;
    line-height: 1.65;
    font-weight: 700;
}

body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single .gallery a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 9px 5px 0 0;
    padding: 6px 8px;
    border-radius: 7px;
    background: #f0f4f8;
    color: #566479;
    font-size: 8px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_form {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid var(--talentz-border);
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_form textarea {
    margin: 0 0 10px;
}

.talentz-ticket-file {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    padding: 7px 11px;
    border: 1px solid var(--talentz-border);
    border-radius: 9px;
    background: #fff;
    color: #58667a;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_form input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_form > p {
    margin: 0 0 10px;
    color: #929dac;
    font-size: 8px;
    font-weight: 800;
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_sidebar h4 {
    margin: 0 0 13px;
    color: var(--talentz-text);
    font-size: 15px;
    font-weight: 900;
}

body.talentz-theme-page .talentz-customer-panel .ticket_list_view_sidebar p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid var(--talentz-border);
    color: #59677b;
    font-size: 9px;
    line-height: 1.5;
    font-weight: 800;
}

body.talentz-theme-page .talentz-customer-panel .talentz-order-action--complete {
    background: var(--talentz-green) !important;
}

body.talentz-theme-page .talentz-customer-panel .talentz-order-action--pay {
    background: #d97706 !important;
}

body.talentz-theme-page .talentz-customer-panel .talentz-order-action--danger {
    background: #c93c38 !important;
}

body.talentz-theme-page .talentz-customer-panel .talentz-order-action--print {
    min-width: 43px;
    background: var(--talentz-navy) !important;
}

body.talentz-theme-page .talentz-customer-panel .talentz-order-action--refund {
    background: #5b4bb7 !important;
}

.talentz-customer-logout-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 20px;
    background: #fff0ef;
    color: #c93c38;
    font-size: 25px;
}

body.talentz-theme-page .talentz-customer-panel #exampleModal .modal-body {
    text-align: center;
}

body.talentz-theme-page .talentz-customer-panel #exampleModal .modal-body p {
    margin: 0;
    color: #59677b;
    font-size: 15px;
    line-height: 1.6;
}

/* Customer panel readability */
.talentz-customer-panel .dasboard_header .text > span,
.talentz-customer-panel__nav-label,
.talentz-customer-panel__welcome > div > span,
.talentz-customer-section-heading span,
.talentz-customer-panel__eyebrow,
.talentz-customer-panel .wsus__support_ticket_top > div > span {
    font-size: 11px;
}

body.talentz-theme-page .talentz-customer-panel .dasboard_header p {
    font-size: 12px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button {
    font-size: 14px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-panel__welcome p,
.talentz-customer-section-heading p,
.talentz-customer-panel .wsus__support_ticket_top > div > p {
    font-size: 14px;
}

.talentz-customer-panel__welcome > a,
body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info .nav-link,
body.talentz-theme-page .talentz-customer-panel .common_btn,
body.talentz-theme-page .talentz-customer-panel .view_invoice,
body.talentz-theme-page .talentz-customer-panel .ticket_invoice_view,
body.talentz-theme-page .talentz-customer-panel .modal-footer .common_btn,
body.talentz-theme-page .talentz-customer-panel .modal-footer .del_btn,
body.talentz-theme-page .talentz-customer-panel .wsus__invoice .go_back,
body.talentz-theme-page .talentz-customer-panel .ticket_list_view_area .go_ticket {
    font-size: 13px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat h5,
body.talentz-theme-page .talentz-customer-panel fieldset legend,
body.talentz-theme-page .talentz-customer-panel table.table th {
    font-size: 12px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-profile-grid p,
body.talentz-theme-page .talentz-customer-panel input:not([type="checkbox"]):not([type="radio"]),
body.talentz-theme-page .talentz-customer-panel textarea,
body.talentz-theme-page .talentz-customer-panel select,
body.talentz-theme-page .talentz-customer-panel table.table td,
body.talentz-theme-page .talentz-customer-panel table.table td p,
body.talentz-theme-page .talentz-customer-panel table.table td h5,
body.talentz-theme-page .talentz-customer-panel .wsus__single_review .review_text,
body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single p,
body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info p,
body.talentz-theme-page .talentz-customer-panel .ticket_list_view_sidebar p {
    font-size: 14px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-profile-grid p span,
body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table tr td span,
body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr td.status span,
body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item .badge,
body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text p,
body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info p > span:first-child,
body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single h5 span,
body.talentz-theme-page .talentz-customer-panel .ticket_list_view_form > p {
    font-size: 11px;
}

body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text h3,
body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single h5 {
    font-size: 14px;
}

body.talentz-theme-page .talentz-customer-panel .talentz-customer-empty-state p,
.talentz-customer-empty-row td span {
    font-size: 13px;
}

.talentz-ticket-file,
body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single .gallery a {
    font-size: 12px;
}

.talentz-customer-invoice__header span {
    font-size: 11px;
}

@media (max-width: 1199px) {
    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_content {
        padding: 24px;
    }

    body.talentz-theme-page .talentz-customer-panel .dasboard_header {
        padding: 22px 18px;
    }

    .talentz-customer-panel .dasboard_header .text > p {
        display: none;
    }
}

@media (max-width: 991px) {
    body.talentz-theme-page .talentz-customer-panel {
        padding: 56px 0 72px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu {
        position: static;
        margin-bottom: 18px;
        overflow: visible;
        border-radius: 18px;
    }

    body.talentz-theme-page .talentz-customer-panel .dasboard_header {
        min-height: 110px;
        border-radius: 18px 18px 0 0;
    }

    .talentz-customer-panel__nav-label {
        display: none;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu .nav {
        display: flex;
        overflow-x: auto;
        flex-direction: row !important;
        flex-wrap: nowrap;
        gap: 7px;
        padding: 11px;
        scrollbar-width: thin;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button {
        width: auto;
        min-width: max-content;
        min-height: 42px;
        flex: 0 0 auto;
        padding: 5px 10px !important;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button span {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:last-child {
        margin: 0;
    }
}

@media (max-width: 767px) {
    body.talentz-theme-page:has(.talentz-customer-panel) {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    body.talentz-theme-page:has(.talentz-customer-panel) .wsus__scroll_btn,
    body.talentz-theme-page:has(.talentz-customer-panel) .wsus__message__button {
        bottom: calc(96px + env(safe-area-inset-bottom));
    }

    body.talentz-theme-page .talentz-customer-panel {
        padding: 44px 0 calc(112px + env(safe-area-inset-bottom));
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-panel__sidebar-column {
        height: 0;
        min-height: 0;
        padding: 0;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu {
        position: fixed;
        z-index: 1040;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        left: 10px;
        margin: 0;
        overflow: hidden;
        border-color: rgba(6, 31, 63, .12);
        border-radius: 19px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 14px 38px rgba(3, 29, 64, .2);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    body.talentz-theme-page .talentz-customer-panel .dasboard_header,
    .talentz-customer-panel__nav-label {
        display: none;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu .nav {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 2px;
        overflow: visible;
        padding: 7px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button,
    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:last-child {
        width: 100%;
        min-width: 0;
        min-height: 59px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        margin: 0;
        padding: 5px 2px !important;
        border-radius: 13px !important;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button span {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
        border-radius: 9px;
        font-size: 13px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:last-child span {
        background: #fff0ef;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-nav-text {
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: 0;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-nav-text::after {
        content: attr(data-mobile-label);
        font-size: 9px;
        line-height: 1.1;
        font-weight: 900;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button.active .talentz-customer-nav-text,
    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:hover .talentz-customer-nav-text {
        color: var(--talentz-green);
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button:last-child .talentz-customer-nav-text {
        color: #c63a35;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_content {
        min-height: 0;
        padding: 18px;
        border-radius: 17px;
    }

    .talentz-customer-panel__welcome {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
    }

    .talentz-customer-panel__welcome > a {
        width: 100%;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-panel__welcome h3 {
        font-size: 22px;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat {
        min-height: 100px;
        padding: 17px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info,
    body.talentz-theme-page .talentz-customer-panel .dashboard_review,
    body.talentz-theme-page .talentz-customer-panel .support_ticket,
    body.talentz-theme-page .talentz-customer-panel #v-pills-settings .wsus__review_input {
        padding: 17px;
        border-radius: 14px;
    }

    .talentz-customer-profile-grid {
        grid-template-columns: 1fr;
    }

    .talentz-customer-profile-grid__wide {
        grid-column: auto;
    }

    body.talentz-theme-page .talentz-customer-panel .table-responsive {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table,
    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order tbody,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item tbody {
        display: block;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table tr.t_header,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr:first-child {
        display: none;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table tr,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        margin-bottom: 12px;
        overflow: hidden;
        border: 1px solid var(--talentz-border);
        border-radius: 13px;
        background: #fff;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table td,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr td {
        width: auto !important;
        min-height: 66px;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 12px !important;
        border: 0;
        border-bottom: 1px solid var(--talentz-border);
        text-align: left;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table td::before,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        color: #99a4b3;
        font-size: 10px;
        line-height: 1.3;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table td:nth-child(odd),
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table td:nth-child(odd) {
        border-right: 1px solid var(--talentz-border);
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table td:last-child {
        grid-column: 1 / -1;
        align-items: stretch;
        border: 0;
    }

    body.talentz-theme-page .talentz-customer-panel .view_invoice {
        width: 100%;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table td.info {
        grid-column: 1 / -1;
        border-right: 0;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table td.action {
        align-items: flex-end;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text h3 {
        flex-direction: column;
        gap: 5px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_top {
        align-items: stretch;
        flex-direction: column;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_top .right,
    body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_top .right a {
        width: 100%;
    }

    .talentz-customer-invoice__header {
        align-items: flex-start;
        padding: 19px;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .wsus__invoice_body {
        padding: 15px 15px 0;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-invoice .wsus__invoice_footer {
        padding: 3px 3px 16px;
    }

    body.talentz-theme-page .talentz-customer-panel .order_request_btn_area {
        align-items: stretch;
        flex-direction: column;
        padding: 0 15px 17px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__invoice .order_request_btn {
        width: 100%;
    }

    .talentz-ticket-conversation {
        --bs-gutter-y: 14px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__support_ticket_single {
        max-width: 96%;
    }
}

@media (max-width: 575px) {
    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_menu button {
        font-size: 12px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__dashboard_content {
        padding: 15px;
    }

    .talentz-customer-stats > div {
        width: 100%;
    }

    body.talentz-theme-page .talentz-customer-panel .talentz-customer-stat {
        min-height: 88px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info > .nav {
        align-items: stretch !important;
        flex-direction: column;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dash_personal_info .nav-link {
        width: 100%;
        justify-content: center;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table tr,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr {
        grid-template-columns: 1fr;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table td,
    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table tr td {
        min-height: 59px;
        border-right: 0 !important;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table td.info,
    body.talentz-theme-page .talentz-customer-panel .wsus_dashboard_order table td:last-child {
        grid-column: auto;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__ticket_item table td.action {
        align-items: stretch;
    }

    body.talentz-theme-page .talentz-customer-panel .ticket_invoice_view {
        width: 100%;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top {
        align-items: flex-start;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top img {
        width: 50px;
        height: 50px;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__single_review_top .text {
        width: calc(100% - 62px);
    }

    .talentz-customer-invoice__header {
        flex-direction: column;
    }

    .talentz-customer-invoice__date {
        text-align: left;
    }

    body.talentz-theme-page .talentz-customer-panel .wsus__invoice_footer_info p {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    body.talentz-theme-page .talentz-customer-panel .modal-footer {
        align-items: stretch;
        flex-direction: column;
    }

    body.talentz-theme-page .talentz-customer-panel .modal-footer .common_btn,
    body.talentz-theme-page .talentz-customer-panel .modal-footer .del_btn {
        width: 100%;
    }
}
