/* ========================================
   BIVA V2 — PUBLIC HOMEPAGE
   CONNECT + TALENT
======================================== */


/* ========================================
   PAGE SHELL RESET
======================================== */

body:has(.talent-landing) {
    overflow-x: hidden;
}

body:has(.talent-landing) .portal-shell {
    width: 100%;
    min-height: 100vh;

    display: block;

    padding: 0;
}

body:has(.talent-landing) .portal-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 100vh;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;
    backdrop-filter: none;
}


/* ========================================
   PAGE ROOT
======================================== */

.talent-landing {
    width: 100%;
    min-width: 0;
    min-height: 100vh;

    color:
        var(--biva-text);

    background:
        radial-gradient(circle at 8% 0%,
            rgba(53, 112, 243, 0.1),
            transparent 28%),
        radial-gradient(circle at 96% 10%,
            rgba(255, 200, 46, 0.1),
            transparent 26%),
        linear-gradient(180deg,
            #fbfcff 0%,
            var(--biva-page-bg) 100%);
}

.talent-landing button,
.talent-landing a {
    font-family:
        var(--biva-font);
}


/* ========================================
   PUBLIC NAVIGATION
======================================== */

.talent-landing__navigation {
    position: sticky;
    top: 0;

    z-index: 1000;

    width: 100%;

    border-bottom:
        1px solid rgba(15, 23, 42, 0.08);

    background:
        rgba(255, 255, 255, 0.9);

    box-shadow:
        0 8px 28px rgba(15, 23, 42, 0.05);

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);
}

.talent-landing__nav-inner {
    width: 100%;

    padding:
        14px clamp(18px, 5vw, 78px);

    display: grid;

    grid-template-columns:
        auto minmax(0, 1fr) auto;

    align-items: center;

    gap: 28px;
}


/* Brand */

.talent-landing__brand {
    padding: 0;

    display: inline-flex;
    align-items: center;

    gap: 11px;

    border: 0;

    color:
        var(--biva-ink);

    background: transparent;

    font: inherit;

    cursor: pointer;
}

.talent-landing__brand-mark {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    color: #ffffff;

    background:
        linear-gradient(145deg,
            var(--biva-black),
            var(--biva-blue-700));

    box-shadow:
        0 12px 26px rgba(36, 87, 230, 0.22);

    font-size: 1.08rem;
    font-weight: 900;
}

.talent-landing__brand-copy {
    display: grid;

    gap: 1px;

    text-align: left;
}

.talent-landing__brand-copy strong {
    color:
        var(--biva-ink);

    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.1;
}

.talent-landing__brand-copy small {
    color:
        var(--biva-blue-600);

    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
}


/* Product links */

.talent-landing__product-nav {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;
}

.talent-landing__product-link {
    min-height: 40px;

    padding: 0 15px;

    border: 1px solid transparent;
    border-radius: 12px;

    color:
        var(--biva-muted);

    background: transparent;

    font: inherit;
    font-size: 0.78rem;
    font-weight: 750;

    cursor: pointer;

    transition:
        color 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease;
}

.talent-landing__product-link:hover {
    color:
        var(--biva-ink);

    border-color:
        var(--biva-line);

    background:
        var(--biva-surface-soft);
}


/* Navigation actions */

.talent-landing__nav-actions {
    display: flex;
    align-items: center;

    gap: 10px;
}

.talent-landing__nav-actions .btn {
    width: auto;
    white-space: nowrap;
}


/* ========================================
   MAIN BIVA HOMEPAGE HERO
======================================== */

.biva-home-hero {
    position: relative;

    width: 100%;

    padding:
        clamp(60px, 7vw, 112px) clamp(20px, 6vw, 96px);

    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr) minmax(420px, 0.92fr);

    align-items: center;

    gap:
        clamp(44px, 6vw, 92px);

    overflow: hidden;
}

.biva-home-hero::before {
    content: "";

    position: absolute;

    width: 460px;
    height: 460px;

    left: -250px;
    top: 60px;

    border-radius: 50%;

    background:
        rgba(53, 112, 243, 0.09);

    filter: blur(5px);

    pointer-events: none;
}

.biva-home-hero__content,
.biva-home-hero__panel {
    position: relative;
    z-index: 1;
}


/* Hero eyebrow */

.biva-home-hero__eyebrow {
    width: fit-content;

    margin-bottom: 24px;
    padding: 8px 12px;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    border:
        1px solid rgba(53, 112, 243, 0.16);

    border-radius: 999px;

    color:
        var(--biva-blue-700);

    background:
        rgba(255, 255, 255, 0.78);

    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.biva-home-hero__eyebrow > span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        var(--biva-blue-500);

    box-shadow:
        0 0 0 5px rgba(53, 112, 243, 0.12);
}


/* Hero heading */

.biva-home-hero__content h1 {
    max-width: 960px;

    margin: 0;

    color:
        var(--biva-ink);

    font-size:
        clamp(3.25rem, 6vw, 6.6rem);

    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.075em;
}

.biva-home-hero__content h1 span {
    color:
        var(--biva-blue-600);
}

.biva-home-hero__content > p {
    max-width: 760px;

    margin: 28px 0 0;

    color:
        var(--biva-muted);

    font-size:
        clamp(1rem, 1.35vw, 1.16rem);

    line-height: 1.76;
}


/* Hero buttons */

.biva-home-hero__actions {
    margin-top: 34px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;
}

.biva-home-hero__actions .btn {
    width: auto;
    min-width: 175px;
}

.biva-home-hero__actions svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Hero trust indicators */

.biva-home-hero__trust {
    margin-top: 28px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 13px 22px;
}

.biva-home-hero__trust > div {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color:
        var(--biva-muted);

    font-size: 0.77rem;
    font-weight: 700;
}

.biva-home-hero__trust > div > span {
    width: 22px;
    height: 22px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color:
        var(--biva-success);

    background:
        var(--biva-success-soft);
}

.biva-home-hero__trust svg {
    width: 13px;
    height: 13px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================
   HOMEPAGE HERO PLATFORM PANEL
======================================== */

.biva-home-hero__panel {
    min-width: 0;

    padding:
        clamp(26px, 3vw, 40px);

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius:
        clamp(28px, 3vw, 38px);

    color: #ffffff;

    background:
        radial-gradient(circle at 92% 4%,
            rgba(53, 112, 243, 0.42),
            transparent 35%),
        radial-gradient(circle at 4% 100%,
            rgba(255, 200, 46, 0.09),
            transparent 32%),
        linear-gradient(145deg,
            var(--biva-black),
            var(--biva-black-soft) 56%,
            #173675);

    box-shadow:
        0 38px 90px rgba(7, 11, 20, 0.25),

        inset 0 1px 0 rgba(255, 255, 255, 0.1);

    overflow: hidden;
}

.biva-home-hero__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;
}

.biva-home-hero__panel-head > div {
    min-width: 0;
}

.biva-home-hero__panel-head > div > span {
    display: block;

    margin-bottom: 5px;

    color:
        var(--biva-yellow-400);

    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.biva-home-hero__panel-head strong {
    display: block;

    max-width: 330px;

    color: #ffffff;

    font-size:
        clamp(1.35rem, 2.2vw, 2rem);

    font-weight: 850;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.biva-home-hero__status {
    padding: 8px 11px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    border:
        1px solid rgba(75, 221, 157, 0.16);

    border-radius: 999px;

    color: #dff9ed;

    background:
        rgba(7, 148, 85, 0.18);

    font-size: 0.66rem;
    font-weight: 800;

    white-space: nowrap;
}

.biva-home-hero__status > span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #4bdd9d;

    box-shadow:
        0 0 0 5px rgba(75, 221, 157, 0.1);
}


/* Product rows inside hero panel */

.biva-home-hero__service {
    margin-top: 22px;
    padding: 19px;

    display: flex;
    align-items: center;

    gap: 15px;

    border:
        1px solid rgba(255, 255, 255, 0.09);

    border-radius:
        var(--biva-radius-lg);

    background:
        rgba(255, 255, 255, 0.06);
}

.biva-home-hero__service-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: grid;
    place-items: center;

    border-radius: 16px;
}

.biva-home-hero__service-icon.is-connect {
    color:
        var(--biva-black);

    background:
        var(--biva-yellow-400);
}

.biva-home-hero__service-icon.is-talent {
    color: #ffffff;

    background:
        var(--biva-blue-600);
}

.biva-home-hero__service-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.biva-home-hero__service > div {
    min-width: 0;
}

.biva-home-hero__service > div > span {
    display: block;

    margin-bottom: 4px;

    color:
        rgba(255, 255, 255, 0.56);

    font-size: 0.68rem;
    font-weight: 750;
    text-transform: uppercase;
}

.biva-home-hero__service strong {
    display: block;

    color: #ffffff;

    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.45;
}


/* Panel footer */

.biva-home-hero__panel-footer {
    margin-top: 25px;
    padding-top: 21px;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;

    border-top:
        1px solid rgba(255, 255, 255, 0.09);
}

.biva-home-hero__panel-footer span {
    display: block;

    margin-bottom: 4px;

    color:
        rgba(255, 255, 255, 0.5);

    font-size: 0.65rem;
}

.biva-home-hero__panel-footer strong {
    display: block;

    color: #ffffff;

    font-size: 0.77rem;
    font-weight: 800;
    line-height: 1.4;
}


/* ========================================
   BIVA PRODUCTS SECTION
======================================== */

.biva-products-strip {
    width: 100%;

    padding:
        clamp(68px, 8vw, 120px) clamp(20px, 6vw, 96px);

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.68),
            #ffffff);

    scroll-margin-top: 90px;
}

.biva-products-strip__intro {
    margin-bottom:
        clamp(34px, 5vw, 58px);

    display: grid;

    grid-template-columns:
        minmax(0, 1fr) minmax(320px, 0.72fr);

    align-items: end;

    gap: 44px;
}

.biva-products-strip__intro div > span {
    display: block;

    margin-bottom: 10px;

    color:
        var(--biva-blue-600);

    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.biva-products-strip__intro h2 {
    max-width: 850px;

    margin: 0;

    color:
        var(--biva-ink);

    font-size:
        clamp(2.35rem, 4.5vw, 4.4rem);

    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.biva-products-strip__intro > p {
    margin: 0;

    color:
        var(--biva-muted);

    font-size: 0.94rem;
    line-height: 1.72;
}


/* Products grid */

.biva-products-strip__grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        clamp(20px, 3vw, 34px);
}


/* Product cards */

.biva-product-card {
    position: relative;

    min-width: 0;
    min-height: 510px;

    padding:
        clamp(26px, 3.2vw, 42px);

    display: flex;
    flex-direction: column;

    border:
        1px solid var(--biva-line);

    border-radius:
        clamp(25px, 3vw, 36px);

    background:
        radial-gradient(circle at 100% 0%,
            rgba(53, 112, 243, 0.08),
            transparent 34%),
        linear-gradient(180deg,
            #ffffff,
            var(--biva-surface-soft));

    box-shadow:
        var(--biva-shadow-md);

    overflow: hidden;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.biva-product-card::before {
    content: "";

    position: absolute;
    inset: 0 0 auto 0;

    height: 4px;
}

.biva-product-card.is-connect::before {
    background:
        linear-gradient(90deg,
            var(--biva-yellow-400),
            var(--biva-yellow-600),
            var(--biva-black));
}

.biva-product-card.is-talent::before {
    background:
        linear-gradient(90deg,
            var(--biva-black),
            var(--biva-blue-600),
            var(--biva-blue-400));
}

.biva-product-card:hover {
    transform:
        translateY(-6px);

    border-color:
        rgba(53, 112, 243, 0.23);

    box-shadow:
        0 30px 75px rgba(15, 23, 42, 0.15);
}


/* Card header */

.biva-product-card__top {
    display: flex;
    align-items: center;

    gap: 15px;
}

.biva-product-card__mark {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: grid;
    place-items: center;

    border-radius: 17px;
}

.biva-product-card.is-connect .biva-product-card__mark {
    color:
        var(--biva-black);

    background:
        var(--biva-yellow-400);
}

.biva-product-card.is-talent .biva-product-card__mark {
    color: #ffffff;

    background:
        linear-gradient(145deg,
            var(--biva-black),
            var(--biva-blue-700));
}

.biva-product-card__mark svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.biva-product-card__top > div {
    min-width: 0;

    display: grid;

    gap: 2px;
}

.biva-product-card__label {
    color:
        var(--biva-ink);

    font-size: 0.98rem;
    font-weight: 900;
}

.biva-product-card__top small {
    color:
        var(--biva-muted);

    font-size: 0.7rem;
}


/* Card content */

.biva-product-card h3 {
    max-width: 620px;

    margin: 35px 0 0;

    color:
        var(--biva-ink);

    font-size:
        clamp(2rem, 3vw, 3.35rem);

    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.055em;
}

.biva-product-card > p {
    max-width: 650px;

    margin: 18px 0 0;

    color:
        var(--biva-muted);

    font-size: 0.93rem;
    line-height: 1.7;
}


/* Product benefit list */

.biva-product-card__points {
    margin: 27px 0 30px;

    display: grid;

    gap: 12px;
}

.biva-product-card__points > span {
    display: flex;
    align-items: center;

    gap: 10px;

    color:
        var(--biva-text);

    font-size: 0.78rem;
    font-weight: 700;
}

.biva-product-card__points svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    padding: 4px;

    border-radius: 50%;

    fill: none;

    color:
        var(--biva-success);

    background:
        var(--biva-success-soft);

    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.biva-product-card > .btn {
    width: 100%;

    margin-top: auto;
}


/* ========================================
   BIVA TALENT SECTION ANCHOR
======================================== */

#bivaTalentSection {
    width: 100%;

    scroll-margin-top: 90px;
}


/* ========================================
   TALENT HERO
======================================== */

.talent-hero {
    position: relative;

    width: 100%;

    padding:
        clamp(68px, 8vw, 122px) clamp(20px, 6vw, 96px);

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr) minmax(420px, 0.95fr);

    align-items: center;

    gap:
        clamp(44px, 6vw, 90px);

    background:
        radial-gradient(circle at 8% 0%,
            rgba(53, 112, 243, 0.09),
            transparent 30%),
        linear-gradient(180deg,
            var(--biva-surface-soft),
            #ffffff);

    overflow: hidden;
}

.talent-hero__content,
.talent-hero__showcase {
    min-width: 0;
}


/* Talent hero eyebrow */

.talent-hero__eyebrow {
    width: fit-content;

    margin-bottom: 22px;
    padding: 8px 12px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    border:
        1px solid rgba(53, 112, 243, 0.15);

    border-radius: 999px;

    color:
        var(--biva-blue-700);

    background:
        rgba(255, 255, 255, 0.78);

    font-size: 0.71rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.talent-hero__eyebrow-mark {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        var(--biva-blue-500);
}


/* Talent hero heading */

.talent-hero__content h1 {
    max-width: 900px;

    margin: 0;

    color:
        var(--biva-ink);

    font-size:
        clamp(3rem, 5.6vw, 6rem);

    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.075em;
}

.talent-hero__content h1 span {
    display: block;

    color:
        var(--biva-blue-600);
}

.talent-hero__lead {
    max-width: 720px;

    margin: 27px 0 0;

    color:
        var(--biva-muted);

    font-size:
        clamp(1rem, 1.35vw, 1.14rem);

    line-height: 1.75;
}


/* Talent hero actions */

.talent-hero__actions {
    margin-top: 32px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;
}

.talent-hero__actions .btn {
    width: auto;
    min-width: 205px;
}

.talent-hero__actions svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Talent hero trust */

.talent-hero__trust {
    margin-top: 27px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px 21px;
}

.talent-hero__trust-item {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color:
        var(--biva-muted);

    font-size: 0.76rem;
    font-weight: 700;
}

.talent-hero__trust-item > span {
    width: 22px;
    height: 22px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color:
        var(--biva-success);

    background:
        var(--biva-success-soft);
}

.talent-hero__trust-item svg {
    width: 13px;
    height: 13px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================
   TALENT SHOWCASE PANEL
======================================== */

.talent-hero__showcase {
    padding:
        clamp(26px, 3vw, 40px);

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius:
        clamp(28px, 3vw, 38px);

    color: #ffffff;

    background:
        radial-gradient(circle at 90% 5%,
            rgba(53, 112, 243, 0.38),
            transparent 35%),
        radial-gradient(circle at 4% 100%,
            rgba(255, 200, 46, 0.09),
            transparent 32%),
        linear-gradient(145deg,
            var(--biva-black),
            var(--biva-black-soft) 58%,
            #152f6a);

    box-shadow:
        0 38px 90px rgba(7, 11, 20, 0.25);

    overflow: hidden;
}

.talent-hero__showcase-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;
}

.talent-hero__showcase-brand {
    display: flex;
    align-items: center;

    gap: 11px;
}

.talent-hero__showcase-brand > span {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    color:
        var(--biva-black);

    background:
        var(--biva-yellow-400);

    font-weight: 900;
}

.talent-hero__showcase-brand div {
    display: grid;

    gap: 1px;
}

.talent-hero__showcase-brand small {
    color:
        rgba(255, 255, 255, 0.56);

    font-size: 0.67rem;
}

.talent-hero__showcase-brand strong {
    color: #ffffff;

    font-size: 0.94rem;
    font-weight: 850;
}

.talent-hero__availability {
    padding: 8px 11px;

    display: inline-flex;
    align-items: center;

    gap: 7px;

    border:
        1px solid rgba(75, 221, 157, 0.15);

    border-radius: 999px;

    color: #dff9ed;

    background:
        rgba(7, 148, 85, 0.17);

    font-size: 0.66rem;
    font-weight: 800;
}

.talent-hero__availability > span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #4bdd9d;
}

.talent-hero__showcase-copy {
    margin-top:
        clamp(34px, 5vw, 60px);
}

.talent-hero__showcase-copy > span {
    display: block;

    margin-bottom: 10px;

    color:
        var(--biva-yellow-400);

    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.talent-hero__showcase-copy h2 {
    max-width: 620px;

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(1.8rem, 3vw, 2.75rem);

    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.045em;
}


/* Talent roles */

.talent-hero__roles {
    margin-top: 28px;

    display: grid;

    gap: 10px;
}

.talent-hero__role {
    padding: 14px;

    display: flex;
    align-items: center;

    gap: 12px;

    border:
        1px solid rgba(255, 255, 255, 0.08);

    border-radius:
        var(--biva-radius-md);

    background:
        rgba(255, 255, 255, 0.055);
}

.talent-hero__role-icon {
    width: 39px;
    height: 39px;

    flex: 0 0 39px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    color:
        var(--biva-blue-400);

    background:
        rgba(53, 112, 243, 0.12);
}

.talent-hero__role-icon svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.talent-hero__role div {
    min-width: 0;

    display: grid;

    gap: 1px;
}

.talent-hero__role strong {
    color: #ffffff;

    font-size: 0.82rem;
    font-weight: 820;
}

.talent-hero__role small {
    color:
        rgba(255, 255, 255, 0.55);

    font-size: 0.68rem;
}

.talent-hero__showcase-footer {
    margin-top: 25px;
    padding-top: 20px;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);
}

.talent-hero__showcase-footer span {
    display: block;

    margin-bottom: 4px;

    color:
        rgba(255, 255, 255, 0.5);

    font-size: 0.65rem;
}

.talent-hero__showcase-footer strong {
    display: block;

    color: #ffffff;

    font-size: 0.77rem;
    font-weight: 800;
}


/* ========================================
   SHARED TALENT SECTION HEADERS
======================================== */

.talent-services,
.talent-process {
    width: 100%;

    padding:
        clamp(68px, 8vw, 120px) clamp(20px, 6vw, 96px);
}

.talent-services__header,
.talent-process__header {
    margin-bottom:
        clamp(36px, 5vw, 58px);

    display: grid;

    grid-template-columns:
        minmax(0, 1fr) minmax(320px, 0.72fr);

    align-items: end;

    gap: 44px;
}

.talent-services__kicker,
.talent-process__kicker,
.talent-cta__kicker {
    display: block;

    margin-bottom: 10px;

    color:
        var(--biva-blue-600);

    font-size: 0.71rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.talent-services__header h2,
.talent-process__header h2 {
    max-width: 850px;

    margin: 0;

    color:
        var(--biva-ink);

    font-size:
        clamp(2.3rem, 4vw, 4.1rem);

    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
}

.talent-services__header > p,
.talent-process__header > p {
    margin: 0;

    color:
        var(--biva-muted);

    font-size: 0.94rem;
    line-height: 1.72;
}


/* ========================================
   TALENT SERVICES
======================================== */

.talent-services {
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.48),
            #ffffff);
}

.talent-services__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}

.talent-services__card {
    position: relative;

    min-width: 0;
    min-height: 310px;

    padding: 25px;

    display: flex;
    flex-direction: column;

    border:
        1px solid var(--biva-line);

    border-radius:
        var(--biva-radius-lg);

    background:
        radial-gradient(circle at 100% 0%,
            rgba(53, 112, 243, 0.08),
            transparent 35%),
        linear-gradient(180deg,
            #ffffff,
            var(--biva-surface-soft));

    box-shadow:
        var(--biva-shadow-sm);

    overflow: hidden;

    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.talent-services__card::before {
    content: "";

    position: absolute;
    inset: 0 0 auto 0;

    height: 3px;

    background:
        linear-gradient(90deg,
            var(--biva-black),
            var(--biva-blue-600),
            var(--biva-yellow-400));
}

.talent-services__card:hover {
    transform:
        translateY(-6px);

    border-color:
        rgba(53, 112, 243, 0.24);

    box-shadow:
        0 28px 65px rgba(15, 23, 42, 0.13);
}

.talent-services__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;
}

.talent-services__icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    color:
        var(--biva-blue-700);

    background:
        var(--biva-blue-50);
}

.talent-services__icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.talent-services__category {
    color:
        var(--biva-muted);

    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.talent-services__card-content {
    margin-top: 27px;
}

.talent-services__card-content h3 {
    margin: 0;

    color:
        var(--biva-ink);

    font-size: 1.25rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.talent-services__card-content p {
    margin: 12px 0 0;

    color:
        var(--biva-muted);

    font-size: 0.86rem;
    line-height: 1.66;
}

.talent-services__card-footer {
    margin-top: auto;
    padding-top: 23px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    color:
        var(--biva-blue-600);

    font-size: 0.72rem;
    font-weight: 800;
}

.talent-services__arrow {
    width: 28px;
    height: 28px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color:
        var(--biva-blue-700);

    background:
        var(--biva-blue-50);
}

.talent-services__arrow svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.talent-services__note {
    margin-top: 22px;
    padding: 15px 17px;

    display: flex;
    align-items: flex-start;

    gap: 11px;

    border:
        1px solid rgba(242, 183, 5, 0.2);

    border-radius:
        var(--biva-radius-md);

    background:
        var(--biva-yellow-50);
}

.talent-services__note-mark {
    width: 23px;
    height: 23px;

    flex: 0 0 23px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color:
        #4f3900;

    background:
        var(--biva-yellow-400);

    font-size: 0.72rem;
    font-weight: 900;
}

.talent-services__note p {
    margin: 0;

    color:
        var(--biva-muted);

    font-size: 0.78rem;
    line-height: 1.55;
}


/* ========================================
   TALENT PROCESS
======================================== */

.talent-process {
    background:
        linear-gradient(180deg,
            var(--biva-surface-soft),
            #ffffff);
}

.talent-process__timeline {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;
}

.talent-process__step {
    position: relative;

    min-width: 0;
    min-height: 300px;

    padding: 23px;

    border:
        1px solid var(--biva-line);

    border-radius:
        var(--biva-radius-lg);

    background: #ffffff;

    box-shadow:
        var(--biva-shadow-xs);
}

.talent-process__step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.talent-process__number {
    color:
        var(--biva-blue-600);

    font-size: 0.71rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.talent-process__icon {
    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    color:
        var(--biva-blue-700);

    background:
        var(--biva-blue-50);
}

.talent-process__icon svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.talent-process__step-content {
    margin-top: 30px;
}

.talent-process__step-content h3 {
    margin: 0;

    color:
        var(--biva-ink);

    font-size: 1.15rem;
    font-weight: 850;
    line-height: 1.25;
}

.talent-process__step-content p {
    margin: 12px 0 0;

    color:
        var(--biva-muted);

    font-size: 0.82rem;
    line-height: 1.66;
}

.talent-process__connector {
    position: absolute;

    width: 32px;
    height: 32px;

    right: -24px;
    top: 50%;

    z-index: 2;

    display: grid;
    place-items: center;

    transform:
        translateY(-50%);

    border:
        1px solid var(--biva-line);

    border-radius: 50%;

    color:
        var(--biva-blue-600);

    background: #ffffff;

    box-shadow:
        var(--biva-shadow-xs);
}

.talent-process__connector svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.talent-process__assurance {
    margin-top: 22px;
    padding: 20px 22px;

    display: flex;
    align-items: flex-start;

    gap: 14px;

    border:
        1px solid rgba(53, 112, 243, 0.15);

    border-radius:
        var(--biva-radius-lg);

    background:
        radial-gradient(circle at 100% 0%,
            rgba(53, 112, 243, 0.08),
            transparent 35%),
        var(--biva-blue-50);
}

.talent-process__assurance-mark {
    width: 37px;
    height: 37px;

    flex: 0 0 37px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(145deg,
            var(--biva-black),
            var(--biva-blue-700));

    font-weight: 900;
}

.talent-process__assurance strong {
    display: block;

    color:
        var(--biva-ink);

    font-size: 0.89rem;
    font-weight: 850;
}

.talent-process__assurance p {
    margin: 5px 0 0;

    color:
        var(--biva-muted);

    font-size: 0.79rem;
    line-height: 1.56;
}


/* ========================================
   TALENT FINAL CTA
======================================== */

.talent-cta {
    width:
        calc(100% - clamp(40px, 12vw, 192px));

    margin:
        clamp(38px, 6vw, 82px) auto;

    padding:
        clamp(36px, 5vw, 72px);

    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr) minmax(320px, 0.9fr);

    align-items: center;

    gap:
        clamp(40px, 6vw, 90px);

    border:
        1px solid rgba(255, 255, 255, 0.08);

    border-radius:
        clamp(28px, 3vw, 40px);

    color: #ffffff;

    background:
        radial-gradient(circle at 90% 8%,
            rgba(53, 112, 243, 0.4),
            transparent 35%),
        radial-gradient(circle at 5% 100%,
            rgba(255, 200, 46, 0.1),
            transparent 34%),
        linear-gradient(145deg,
            var(--biva-black),
            var(--biva-black-soft) 58%,
            #152f6a);

    box-shadow:
        0 35px 90px rgba(7, 11, 20, 0.24);
}

.talent-cta__kicker {
    color:
        var(--biva-yellow-400);
}

.talent-cta__content h2 {
    max-width: 800px;

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(2.3rem, 4.5vw, 4.55rem);

    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.talent-cta__content > p {
    max-width: 700px;

    margin: 20px 0 0;

    color:
        rgba(255, 255, 255, 0.68);

    font-size: 0.94rem;
    line-height: 1.7;
}

.talent-cta__trust {
    margin-top: 25px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px 18px;
}

.talent-cta__trust > div {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color:
        rgba(255, 255, 255, 0.75);

    font-size: 0.71rem;
    font-weight: 750;
}

.talent-cta__trust svg {
    width: 15px;
    height: 15px;

    fill: none;

    color:
        var(--biva-yellow-400);

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.talent-cta__actions {
    display: grid;

    gap: 11px;
}

.talent-cta__actions .btn {
    width: 100%;
}

.talent-cta__actions svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================
   PUBLIC FOOTER
======================================== */

.talent-landing__footer {
    width: 100%;

    padding:
        50px clamp(20px, 6vw, 96px) 28px;

    border-top:
        1px solid var(--biva-line);

    background: #ffffff;
}

.talent-landing__footer-brand {
    display: flex;
    align-items: flex-start;

    gap: 13px;
}

.talent-landing__footer-brand > div {
    min-width: 0;
}

.talent-landing__footer-brand strong {
    color:
        var(--biva-ink);

    font-size: 0.96rem;
    font-weight: 850;
}

.talent-landing__footer-brand p {
    max-width: 590px;

    margin: 5px 0 0;

    color:
        var(--biva-muted);

    font-size: 0.78rem;
    line-height: 1.55;
}

.talent-landing__footer-info {
    margin-top: 32px;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 15px;
}

.talent-landing__footer-info > div {
    min-width: 0;

    padding: 16px;

    border:
        1px solid var(--biva-line);

    border-radius:
        var(--biva-radius-md);

    background:
        var(--biva-surface-soft);
}

.talent-landing__footer-info span {
    display: block;

    margin-bottom: 5px;

    color:
        var(--biva-muted);

    font-size: 0.67rem;
}

.talent-landing__footer-info strong {
    display: block;

    overflow-wrap: anywhere;

    color:
        var(--biva-ink);

    font-size: 0.77rem;
    font-weight: 800;
    line-height: 1.45;
}

.talent-landing__footer-bottom {
    margin-top: 28px;
    padding-top: 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-top:
        1px solid var(--biva-line);
}

.talent-landing__footer-bottom p {
    margin: 0;

    color:
        var(--biva-muted);

    font-size: 0.72rem;
}

.talent-landing__footer-bottom .btn {
    width: auto;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1100px) {

    .biva-home-hero,
    .talent-hero {
        grid-template-columns: 1fr;

        gap: 52px;
    }

    .biva-home-hero__panel,
    .talent-hero__showcase {
        width: 100%;
    }

    .talent-services__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .talent-process__timeline {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .talent-process__connector {
        display: none;
    }

    .talent-cta {
        grid-template-columns: 1fr;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 760px) {

    .talent-landing__nav-inner {
        padding: 11px 14px;

        grid-template-columns:
            minmax(0, 1fr) auto;

        gap: 12px;
    }

    .talent-landing__product-nav {
        display: none;
    }

    .talent-landing__nav-actions .btn-primary {
        display: none;
    }

    .talent-landing__nav-actions .btn {
        min-height: 40px;

        padding:
            0 14px;
    }


    /* Main hero */

    .biva-home-hero {
        padding:
            48px 16px 62px;
    }

    .biva-home-hero__content h1 {
        font-size:
            clamp(2.75rem, 13vw, 4.15rem);
    }

    .biva-home-hero__content > p {
        margin-top: 21px;

        font-size: 0.92rem;
    }

    .biva-home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .biva-home-hero__actions .btn {
        width: 100%;
    }

    .biva-home-hero__trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .biva-home-hero__panel {
        padding:
            23px 17px;

        border-radius: 25px;
    }

    .biva-home-hero__panel-head {
        flex-direction: column;
    }

    .biva-home-hero__panel-footer {
        grid-template-columns: 1fr;
    }


    /* Products */

    .biva-products-strip {
        padding:
            62px 16px;
    }

    .biva-products-strip__intro {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .biva-products-strip__intro h2 {
        font-size: 2.45rem;
    }

    .biva-products-strip__grid {
        grid-template-columns: 1fr;
    }

    .biva-product-card {
        min-height: auto;

        padding:
            27px 20px;

        border-radius: 24px;
    }

    .biva-product-card h3 {
        font-size: 2.25rem;
    }


    /* Talent hero */

    .talent-hero {
        padding:
            62px 16px;
    }

    .talent-hero__content h1 {
        font-size:
            clamp(2.65rem, 13vw, 4.05rem);
    }

    .talent-hero__lead {
        margin-top: 20px;

        font-size: 0.92rem;
    }

    .talent-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .talent-hero__actions .btn {
        width: 100%;
    }

    .talent-hero__trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .talent-hero__showcase {
        padding:
            23px 17px;

        border-radius: 25px;
    }

    .talent-hero__showcase-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .talent-hero__showcase-copy {
        margin-top: 32px;
    }

    .talent-hero__showcase-copy h2 {
        font-size: 1.85rem;
    }


    /* Talent sections */

    .talent-services,
    .talent-process {
        padding:
            62px 16px;
    }

    .talent-services__header,
    .talent-process__header {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .talent-services__header h2,
    .talent-process__header h2 {
        font-size: 2.4rem;
    }

    .talent-services__grid,
    .talent-process__timeline {
        grid-template-columns: 1fr;
    }

    .talent-services__card,
    .talent-process__step {
        min-height: auto;
    }


    /* CTA */

    .talent-cta {
        width:
            calc(100% - 28px);

        margin:
            30px auto 58px;

        padding:
            33px 18px;

        border-radius: 25px;
    }

    .talent-cta__content h2 {
        font-size: 2.4rem;
    }

    .talent-cta__trust {
        align-items: flex-start;
        flex-direction: column;
    }


    /* Footer */

    .talent-landing__footer {
        padding:
            38px 16px 24px;
    }

    .talent-landing__footer-info {
        grid-template-columns: 1fr;
    }

    .talent-landing__footer-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .talent-landing__footer-bottom .btn {
        width: 100%;
    }

}


/* ========================================
   VERY SMALL PHONES
======================================== */

@media (max-width: 390px) {

    .talent-landing__brand-copy small {
        display: none;
    }

    .biva-home-hero__content h1,
    .talent-hero__content h1 {
        font-size: 2.55rem;
    }

    .biva-home-hero__panel-head strong {
        font-size: 1.5rem;
    }

    .talent-hero__showcase-footer {
        grid-template-columns: 1fr;
    }

    .biva-products-strip__intro h2,
    .talent-services__header h2,
    .talent-process__header h2,
    .talent-cta__content h2 {
        font-size: 2.15rem;
    }

}


/* ========================================
   REDUCED MOTION
======================================== */

@media (prefers-reduced-motion: reduce) {

    .biva-product-card,
    .talent-services__card {
        transition: none;
    }

}