:root {
    --tez-human-navy: #121943;
    --tez-human-red: #a9152c;
    --tez-human-red-strong: #cb203a;
    --tez-human-text: #27324a;
    --tez-human-muted: #667085;
    --tez-human-line: #e4e8f0;
    --tez-human-soft: #f6f8fb;
    --tez-human-white: #ffffff;
    --tez-human-shadow: 0 24px 70px rgba(18, 25, 67, .09);
}

.tez-human-page {
    color: var(--tez-human-text);
    background: var(--tez-human-white);
    overflow: clip;
}

.tez-human-page *,
.tez-human-page *::before,
.tez-human-page *::after {
    box-sizing: border-box;
}

.tez-human-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.tez-human-hero {
    position: relative;
    padding: clamp(72px, 8vw, 118px) 0 clamp(66px, 7vw, 100px);
    background:
        radial-gradient(circle at 83% 17%, rgba(169, 21, 44, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border-bottom: 1px solid #edf0f5;
}

.tez-human-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(18, 25, 67, .032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 25, 67, .032) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.tez-human-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    align-items: center;
    gap: clamp(48px, 7vw, 92px);
}

.tez-human-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #7b8496;
    font-size: 13px;
    font-weight: 600;
}

.tez-human-breadcrumb a {
    color: var(--tez-human-navy);
    text-decoration: none;
}

.tez-human-breadcrumb a:hover {
    color: var(--tez-human-red);
}

.tez-human-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--tez-human-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tez-human-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.tez-human-hero h1,
.tez-human-section h2,
.tez-human-cta h2,
.tez-module-detail h1 {
    margin: 0;
    color: var(--tez-human-navy);
    font-weight: 800;
    letter-spacing: -.045em;
}

.tez-human-hero h1,
.tez-module-detail h1 {
    max-width: 820px;
    font-size: clamp(42px, 5.7vw, 74px);
    line-height: 1.02;
}

.tez-human-lead {
    max-width: 710px;
    margin: 24px 0 0;
    color: #536078;
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.75;
}

.tez-human-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tez-human-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.tez-human-button:hover {
    transform: translateY(-2px);
}

.tez-human-button.is-primary {
    color: #fff;
    background: var(--tez-human-red);
    box-shadow: 0 14px 32px rgba(169, 21, 44, .19);
}

.tez-human-button.is-primary:hover {
    background: #8f1024;
}

.tez-human-button.is-secondary {
    color: var(--tez-human-navy);
    background: #fff;
    border-color: #dce1ea;
}

.tez-human-button.is-secondary:hover {
    border-color: #bcc5d4;
    box-shadow: 0 10px 24px rgba(18, 25, 67, .08);
}

.tez-human-button.is-light {
    color: var(--tez-human-navy);
    background: #fff;
}

.tez-human-button.is-ghost {
    color: #fff;
    border-color: rgba(255,255,255,.35);
    background: rgba(255,255,255,.05);
}

.tez-human-hero-visual {
    min-width: 0;
}

.tez-human-hero-visual > img,
.tez-human-story-media > img,
.tez-human-delivery-media > img,
.tez-module-detail-media > img,
.tez-module-benefit-media > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tez-human-hero-visual > img {
    aspect-ratio: 1.14 / 1;
    border-radius: 26px;
    box-shadow: var(--tez-human-shadow);
}

.tez-human-brand-card,
.tez-module-overview-card {
    position: relative;
    min-height: 430px;
    padding: clamp(32px, 5vw, 58px);
    overflow: hidden;
    color: #fff;
    background: var(--tez-human-navy);
    border-radius: 28px;
    box-shadow: var(--tez-human-shadow);
}

.tez-human-brand-card::after,
.tez-module-overview-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 250px;
    height: 250px;
    border: 46px solid rgba(255,255,255,.06);
    border-radius: 50%;
}

.tez-human-brand-card span {
    color: #ffccd3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.tez-human-brand-card strong {
    display: block;
    margin: 45px 0 36px;
    font-size: clamp(48px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -.05em;
}

.tez-human-brand-card em {
    color: #f27c8b;
    font-style: normal;
}

.tez-human-brand-card small {
    display: block;
    max-width: 310px;
    color: #cbd2e6;
    font-size: 15px;
    line-height: 1.65;
}

.tez-module-overview-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tez-module-overview-card > strong {
    font-size: clamp(82px, 10vw, 126px);
    line-height: .9;
    letter-spacing: -.06em;
}

.tez-module-overview-card > span {
    margin-top: 12px;
    color: #ffb9c4;
    font-size: 16px;
    font-weight: 800;
}

.tez-module-overview-card > div {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.tez-module-overview-card b,
.tez-module-overview-card small {
    display: block;
}

.tez-module-overview-card small {
    margin-top: 7px;
    color: #cbd2e6;
    line-height: 1.6;
}

.tez-human-section {
    padding: clamp(72px, 8vw, 116px) 0;
}

.tez-human-section.is-soft {
    background: var(--tez-human-soft);
    border-block: 1px solid #edf0f5;
}

.tez-human-section.is-navy {
    color: #fff;
    background: var(--tez-human-navy);
}

.tez-human-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 42px;
}

.tez-human-section-head h2,
.tez-human-story-copy h2,
.tez-human-delivery-copy h2,
.tez-module-intro-grid h2,
.tez-module-benefit-copy h2,
.tez-module-two-columns h2 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.tez-human-section-head > p,
.tez-human-section-lead {
    margin: 0;
    color: var(--tez-human-muted);
    font-size: 16px;
    line-height: 1.75;
}

.tez-human-section-head.is-light h2,
.tez-human-section.is-navy h2,
.tez-human-section.is-navy h3 {
    color: #fff;
}

.tez-human-section-head.is-light > p {
    color: #cbd2e6;
}

.tez-human-section.is-navy .tez-human-eyebrow {
    color: #ff8d9e;
}

.tez-human-story-grid,
.tez-human-delivery-grid,
.tez-module-benefit-layout,
.tez-module-intro-grid,
.tez-module-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(48px, 7vw, 88px);
}

.tez-human-story-media,
.tez-human-delivery-media,
.tez-module-benefit-media {
    position: relative;
}

.tez-human-story-media > img,
.tez-human-delivery-media > img,
.tez-module-benefit-media > img {
    aspect-ratio: 1.16 / 1;
    border-radius: 24px;
    box-shadow: var(--tez-human-shadow);
}

.tez-human-story-note {
    position: absolute;
    right: -24px;
    bottom: 28px;
    width: min(280px, 80%);
    padding: 18px 20px;
    color: #fff;
    background: var(--tez-human-navy);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(18, 25, 67, .22);
}

.tez-human-story-note strong,
.tez-human-story-note span {
    display: block;
}

.tez-human-story-note span {
    margin-top: 5px;
    color: #cbd2e6;
    font-size: 13px;
    line-height: 1.55;
}

.tez-human-rich {
    margin-top: 23px;
    color: #536078;
    font-size: 16px;
    line-height: 1.85;
}

.tez-human-small-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.tez-human-small-grid article {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--tez-human-line);
    border-radius: 15px;
}

.tez-human-small-grid article > span {
    color: var(--tez-human-red);
    font-size: 11px;
    font-weight: 800;
}

.tez-human-small-grid strong,
.tez-human-small-grid p {
    display: block;
}

.tez-human-small-grid strong {
    margin-top: 14px;
    color: var(--tez-human-navy);
}

.tez-human-small-grid p {
    margin: 8px 0 0;
    color: var(--tez-human-muted);
    font-size: 13px;
    line-height: 1.6;
}

.tez-human-principles,
.tez-human-stats,
.tez-module-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tez-human-principles article,
.tez-module-feature-grid article {
    min-height: 245px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--tez-human-line);
    border-radius: 18px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tez-human-principles article:hover,
.tez-module-feature-grid article:hover {
    transform: translateY(-4px);
    border-color: #ccd3df;
    box-shadow: 0 18px 40px rgba(18, 25, 67, .08);
}

.tez-human-principles article > span,
.tez-module-feature-grid article > span {
    color: var(--tez-human-red);
    font-size: 12px;
    font-weight: 800;
}

.tez-human-principles h3,
.tez-module-feature-grid h3 {
    margin: 40px 0 11px;
    color: var(--tez-human-navy);
    font-size: 20px;
}

.tez-human-principles p,
.tez-module-feature-grid p {
    margin: 0;
    color: var(--tez-human-muted);
    font-size: 14px;
    line-height: 1.7;
}

.tez-human-stats article {
    padding: 26px 0;
    border-top: 1px solid rgba(255,255,255,.22);
}

.tez-human-stats strong {
    display: block;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -.05em;
}

.tez-human-stats h3 {
    margin: 17px 0 7px;
    font-size: 15px;
}

.tez-human-stats p {
    margin: 0;
    color: #aeb8d0;
    font-size: 13px;
    line-height: 1.65;
}

.tez-human-steps {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.tez-human-steps li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding: 19px 0;
    border-top: 1px solid var(--tez-human-line);
}

.tez-human-steps li > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--tez-human-red);
    background: #fff0f2;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.tez-human-steps strong {
    color: var(--tez-human-navy);
}

.tez-human-steps p {
    margin: 5px 0 0;
    color: var(--tez-human-muted);
    font-size: 14px;
    line-height: 1.6;
}

.tez-human-cta-section {
    padding: 0 0 clamp(70px, 8vw, 110px);
}

.tez-human-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
    padding: clamp(34px, 5vw, 58px);
    color: #fff;
    background:
        radial-gradient(circle at 95% 10%, rgba(255,255,255,.09), transparent 27%),
        var(--tez-human-navy);
    border-radius: 24px;
    box-shadow: var(--tez-human-shadow);
}

.tez-human-cta h2 {
    color: #fff;
    font-size: clamp(31px, 4vw, 48px);
}

.tez-human-cta > div > span {
    display: block;
    max-width: 720px;
    margin-top: 14px;
    color: #cbd2e6;
    line-height: 1.7;
}

.tez-human-cta .tez-human-eyebrow {
    color: #ff8d9e;
}

/* Modules index */
.tez-module-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr) auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--tez-human-line);
    border-radius: 16px;
}

.tez-module-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #dfe4ec;
    border-radius: 11px;
}

.tez-module-search span {
    color: #8a94a6;
    font-size: 21px;
}

.tez-module-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tez-human-navy);
    font: inherit;
}

.tez-module-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.tez-module-filters button,
.tez-module-empty button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    color: #596579;
    background: #f7f8fb;
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.tez-module-filters button.is-active,
.tez-module-filters button:hover,
.tez-module-empty button:hover {
    color: #fff;
    background: var(--tez-human-navy);
    border-color: var(--tez-human-navy);
}

.tez-module-result-count {
    color: #798396;
    font-size: 13px;
    white-space: nowrap;
}

.tez-module-library-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tez-module-library-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--tez-human-line);
    border-radius: 19px;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.tez-module-library-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--module-accent), #fff 58%);
    box-shadow: 0 22px 50px rgba(18, 25, 67, .10);
}

.tez-module-library-link {
    display: grid;
    grid-template-columns: minmax(210px, .82fr) minmax(0, 1.18fr);
    min-height: 330px;
    color: inherit;
    text-decoration: none;
}

.tez-module-library-media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: color-mix(in srgb, var(--module-accent), #fff 90%);
}

.tez-module-library-media > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.tez-module-library-media > small {
    position: absolute;
    left: 14px;
    top: 14px;
    max-width: calc(100% - 28px);
    padding: 7px 10px;
    color: #fff;
    background: rgba(18,25,67,.86);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
}

.tez-module-library-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 330px;
}

.tez-module-library-placeholder span {
    color: var(--module-accent);
    font-size: clamp(45px, 6vw, 82px);
    font-weight: 800;
}

.tez-module-library-placeholder img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.tez-module-library-body {
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.tez-module-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--module-accent);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tez-module-library-body h3 {
    margin: 23px 0 10px;
    color: var(--tez-human-navy);
    font-size: clamp(23px, 2.5vw, 31px);
    line-height: 1.14;
    letter-spacing: -.03em;
}

.tez-module-library-body > p {
    margin: 0;
    color: var(--tez-human-muted);
    font-size: 14px;
    line-height: 1.68;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tez-module-library-body ul {
    display: grid;
    gap: 7px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.tez-module-library-body li {
    color: #48556b;
    font-size: 12px;
}

.tez-module-library-body li::before {
    content: "•";
    margin-right: 8px;
    color: var(--module-accent);
}

.tez-module-library-body footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 24px;
    color: var(--tez-human-navy);
    font-size: 13px;
    font-weight: 800;
}

.tez-module-library-body footer i {
    color: var(--module-accent);
    font-style: normal;
    font-size: 22px;
}

.tez-module-empty {
    padding: 60px 24px;
    text-align: center;
    background: #fff;
    border: 1px dashed #cfd6e2;
    border-radius: 18px;
}

.tez-module-empty strong {
    display: block;
    color: var(--tez-human-navy);
    font-size: 24px;
}

.tez-module-empty p {
    margin: 8px 0 20px;
    color: var(--tez-human-muted);
}

/* Module detail */
.tez-module-detail-hero {
    padding: clamp(72px, 8vw, 116px) 0 clamp(68px, 7vw, 100px);
    background:
        radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--module-accent), transparent 86%), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
    border-bottom: 1px solid #edf0f5;
}

.tez-module-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    align-items: center;
    gap: clamp(45px, 7vw, 90px);
}

.tez-module-detail .tez-human-eyebrow,
.tez-module-detail .tez-module-card-meta,
.tez-module-detail .tez-module-feature-grid article > span {
    color: var(--module-accent);
}

.tez-module-detail-media > img,
.tez-module-detail-placeholder {
    aspect-ratio: 1.18 / 1;
    border-radius: 25px;
    box-shadow: var(--tez-human-shadow);
}

.tez-module-detail-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px;
    color: #fff;
    background: var(--tez-human-navy);
}

.tez-module-detail-placeholder > span {
    margin-bottom: auto;
    color: var(--module-accent);
    font-size: 78px;
    font-weight: 800;
}

.tez-module-detail-placeholder strong {
    font-size: 30px;
}

.tez-module-detail-placeholder small {
    margin-top: 8px;
    color: #cbd2e6;
}

.tez-module-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.tez-module-hero-points li {
    display: flex;
    gap: 8px;
    color: #4d596e;
    font-size: 14px;
}

.tez-module-hero-points span {
    color: var(--module-accent);
    font-weight: 900;
}

.tez-module-intro-grid {
    align-items: start;
}

.tez-module-description {
    color: #4f5b70;
    font-size: 17px;
    line-height: 1.85;
}

.tez-module-description > :first-child {
    margin-top: 0;
}

.tez-module-description h2,
.tez-module-description h3 {
    color: var(--tez-human-navy);
}

.tez-module-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tez-module-feature-grid article {
    min-height: 220px;
}

.tez-module-benefit-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.tez-module-benefit-list article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid var(--tez-human-line);
}

.tez-module-benefit-list article > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--module-accent);
    border-radius: 50%;
    font-size: 12px;
}

.tez-module-benefit-list strong {
    color: var(--tez-human-navy);
}

.tez-module-benefit-list p {
    margin: 5px 0 0;
    color: var(--tez-human-muted);
    font-size: 14px;
    line-height: 1.65;
}

.tez-module-workflow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tez-module-workflow li {
    position: relative;
    padding: 26px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
}

.tez-module-workflow li > span {
    color: #ff9baa;
    font-size: 12px;
    font-weight: 800;
}

.tez-module-workflow h3 {
    margin: 38px 0 10px;
    font-size: 18px;
}

.tez-module-workflow p {
    margin: 0;
    color: #b8c1d6;
    font-size: 13px;
    line-height: 1.65;
}

.tez-module-two-columns {
    align-items: start;
}

.tez-module-simple-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.tez-module-simple-list article {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--tez-human-line);
    border-radius: 13px;
}

.tez-module-simple-list strong {
    color: var(--tez-human-navy);
}

.tez-module-simple-list p {
    margin: 7px 0 0;
    color: var(--tez-human-muted);
    font-size: 13px;
    line-height: 1.6;
}

.tez-module-integration-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.tez-module-integration-list span {
    padding: 10px 13px;
    color: var(--tez-human-navy);
    background: #f7f8fb;
    border: 1px solid var(--tez-human-line);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

.tez-human-text-link {
    color: var(--tez-human-red);
    font-weight: 800;
    text-decoration: none;
}

.tez-module-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tez-module-related-grid a {
    display: block;
    min-height: 240px;
    padding: 24px;
    color: inherit;
    background: #fff;
    border: 1px solid var(--tez-human-line);
    border-radius: 17px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.tez-module-related-grid a:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(18, 25, 67, .08);
}

.tez-module-related-grid small {
    color: var(--tez-human-red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.tez-module-related-grid h3 {
    margin: 36px 0 9px;
    color: var(--tez-human-navy);
    font-size: 22px;
}

.tez-module-related-grid p {
    margin: 0;
    color: var(--tez-human-muted);
    font-size: 13px;
    line-height: 1.65;
}

.tez-module-related-grid a > span {
    display: block;
    margin-top: 24px;
    color: var(--tez-human-red);
    font-size: 13px;
    font-weight: 800;
}

/* Reveal */
[data-human-reveal] {
    opacity: 1;
    transform: none;
}

.js-human-motion [data-human-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

.js-human-motion [data-human-reveal].is-visible {
    opacity: 1;
    transform: none;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1050px) {
    .tez-human-hero-grid,
    .tez-module-detail-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
        gap: 44px;
    }

    .tez-human-principles,
    .tez-human-stats,
    .tez-module-workflow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tez-module-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tez-module-library-link {
        grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr);
    }
}

@media (max-width: 860px) {
    .tez-human-container {
        width: min(100% - 30px, 760px);
    }

    .tez-human-hero-grid,
    .tez-module-detail-hero-grid,
    .tez-human-story-grid,
    .tez-human-delivery-grid,
    .tez-module-benefit-layout,
    .tez-module-intro-grid,
    .tez-module-two-columns,
    .tez-human-section-head,
    .tez-human-cta {
        grid-template-columns: 1fr;
    }

    .tez-human-hero-visual,
    .tez-module-detail-media {
        max-width: 650px;
    }

    .tez-human-section-head {
        gap: 16px;
    }

    .tez-human-cta .tez-human-actions {
        margin-top: 0;
    }

    .tez-module-toolbar {
        grid-template-columns: 1fr;
    }

    .tez-module-result-count {
        justify-self: start;
    }

    .tez-module-library-grid {
        grid-template-columns: 1fr;
    }

    .tez-module-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .tez-human-container {
        width: min(100% - 22px, 560px);
    }

    .tez-human-hero,
    .tez-module-detail-hero {
        padding: 54px 0 62px;
    }

    .tez-human-hero h1,
    .tez-module-detail h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .tez-human-section {
        padding: 64px 0;
    }

    .tez-human-small-grid,
    .tez-human-principles,
    .tez-human-stats,
    .tez-module-feature-grid,
    .tez-module-workflow,
    .tez-module-related-grid,
    .tez-module-hero-points {
        grid-template-columns: 1fr;
    }

    .tez-human-story-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 22px);
        margin: -28px auto 0;
    }

    .tez-module-library-link {
        grid-template-columns: 1fr;
    }

    .tez-module-library-media,
    .tez-module-library-media > img,
    .tez-module-library-placeholder {
        min-height: 220px;
        height: 220px;
    }

    .tez-human-actions,
    .tez-human-button {
        width: 100%;
    }

    .tez-human-button {
        min-height: 50px;
    }

    .tez-human-cta {
        padding: 28px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tez-human-page *,
    .tez-human-page *::before,
    .tez-human-page *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .js-human-motion [data-human-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* ========================================================================== 
   Tez Modules V21 — compact library, inline capabilities and optional pages
   ========================================================================== */
.tez-modules-v21 {
    --module-columns: 4;
    position: relative;
    z-index: 2;
    overflow: clip;
    background: var(--tez-site-background, #fff);
}

.tez-modules-v21-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(72px, 8vw, 116px) 0 58px;
    background:
        radial-gradient(circle at 87% 18%, color-mix(in srgb, var(--tez-site-secondary, #CB203A) 8%, transparent), transparent 28rem),
        radial-gradient(circle at 8% 72%, color-mix(in srgb, var(--tez-site-accent, #0B9275) 7%, transparent), transparent 24rem),
        linear-gradient(180deg, #fff, color-mix(in srgb, var(--tez-site-surface, #F5F7FB) 78%, #fff 22%));
}

.tez-modules-v21-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .3;
    background-image:
        linear-gradient(color-mix(in srgb, var(--tez-site-primary, #121943) 6%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--tez-site-primary, #121943) 6%, transparent) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.tez-modules-v21-container {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.tez-modules-v21-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: clamp(38px, 7vw, 96px);
    align-items: center;
}

.tez-modules-v21-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #8993a6;
    font-size: 12px;
    font-weight: 700;
}

.tez-modules-v21-breadcrumb a:hover { color: var(--tez-site-secondary, #CB203A); }
.tez-modules-v21-copy h1 {
    max-width: 820px;
    margin: 14px 0 0;
    color: var(--tez-site-primary, #121943);
    font-size: clamp(43px, 6vw, 78px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.06em;
}

.tez-modules-v21-copy > p:last-of-type {
    max-width: 760px;
    margin: 24px 0 0;
    color: #647086;
    font-size: 17px;
    line-height: 1.8;
}

.tez-modules-v21-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tez-modules-v21-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tez-modules-v21-button.is-primary {
    background: var(--tez-site-secondary, #CB203A);
    color: #fff;
    box-shadow: 0 15px 34px color-mix(in srgb, var(--tez-site-secondary, #CB203A) 24%, transparent);
}

.tez-modules-v21-button.is-secondary {
    border-color: color-mix(in srgb, var(--tez-site-primary, #121943) 14%, #fff 86%);
    background: rgba(255,255,255,.82);
    color: var(--tez-site-primary, #121943);
}

.tez-modules-v21-button:hover { transform: translateY(-2px); }

.tez-modules-v21-overview {
    padding: 28px;
    border: 1px solid color-mix(in srgb, var(--tez-site-primary, #121943) 11%, #fff 89%);
    border-radius: 28px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 26px 72px rgba(18,25,67,.11);
    backdrop-filter: blur(18px);
}

.tez-modules-v21-overview strong {
    display: block;
    color: var(--tez-site-primary, #121943);
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
}

.tez-modules-v21-overview > span {
    display: block;
    margin-top: 8px;
    color: #8791a4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tez-modules-v21-overview > div {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e6eaf1;
}

.tez-modules-v21-overview article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    align-items: start;
}

.tez-modules-v21-overview article > i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    background: color-mix(in srgb, var(--tez-site-accent, #0B9275) 10%, #fff 90%);
    color: var(--tez-site-accent, #0B9275);
    font-style: normal;
    font-weight: 900;
}

.tez-modules-v21-overview b { display: block; color: var(--tez-site-primary, #121943); font-size: 13px; }
.tez-modules-v21-overview small { display: block; margin-top: 3px; color: #7b8598; font-size: 12px; line-height: 1.5; }

.tez-modules-v21-library {
    padding: clamp(66px, 8vw, 112px) 0;
    background: color-mix(in srgb, var(--tez-site-surface, #F5F7FB) 82%, #fff 18%);
}

.tez-modules-v21-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
    gap: 32px;
    align-items: end;
}

.tez-modules-v21-section-head h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--tez-site-primary, #121943);
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.tez-modules-v21-section-head > p { margin: 0; color: #687386; font-size: 15px; line-height: 1.75; }

.tez-modules-v21-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 34px;
    padding: 14px;
    border: 1px solid #e1e6ef;
    border-radius: 20px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 12px 32px rgba(18,25,67,.05);
}

.tez-modules-v21-search {
    position: relative;
    display: flex;
    align-items: center;
}

.tez-modules-v21-search > span {
    position: absolute;
    left: 15px;
    color: #929bad;
    font-size: 17px;
}

.tez-modules-v21-search input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px 0 42px;
    border: 1px solid #dce2ec;
    border-radius: 13px;
    background: #fff;
    color: var(--tez-site-primary, #121943);
    font-size: 13px;
}

.tez-modules-v21-filters {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.tez-modules-v21-filters button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 13px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #647086;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.tez-modules-v21-filters button:hover,
.tez-modules-v21-filters button.is-active {
    background: var(--tez-site-primary, #121943);
    color: #fff;
}

.tez-modules-v21-count { color: #7a8497; font-size: 12px; font-weight: 800; white-space: nowrap; }

.tez-modules-v21-grid {
    display: grid;
    grid-template-columns: repeat(var(--module-columns, 4), minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.tez-modules-v21-card {
    --module-accent: var(--tez-site-secondary, #CB203A);
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e1e6ef;
    border-radius: 23px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 34px rgba(18,25,67,.05);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.tez-modules-v21-card:hover,
.tez-modules-v21-card.is-expanded {
    border-color: color-mix(in srgb, var(--module-accent) 30%, #fff 70%);
    box-shadow: 0 24px 56px rgba(18,25,67,.1);
    transform: translateY(-4px);
}

.tez-modules-v21-card-main {
    display: flex;
    min-height: 100%;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.tez-modules-v21-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.tez-modules-v21-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--module-accent) 18%, #fff 82%);
    border-radius: 16px;
    background: color-mix(in srgb, var(--module-accent) 8%, #fff 92%);
    color: var(--module-accent);
    font-size: 21px;
    font-weight: 900;
}
.tez-modules-v21-icon img { width: 28px; height: 28px; object-fit: contain; }
.tez-modules-v21-card-top > div:last-child { min-width: 0; text-align: right; }
.tez-modules-v21-card-top small { display: block; color: var(--module-accent); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.tez-modules-v21-card-top b { display: block; margin-top: 5px; color: #a2aabc; font-size: 11px; }
.tez-modules-v21-card h3 { margin: 22px 0 0; color: var(--tez-site-primary, #121943); font-size: 22px; font-weight: 850; line-height: 1.16; letter-spacing: -.025em; }
.tez-modules-v21-card-summary { margin: 11px 0 0; color: #687386; font-size: 13px; line-height: 1.72; }

.tez-modules-v21-points { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.tez-modules-v21-points li { position: relative; padding-left: 17px; color: #455168; font-size: 12px; font-weight: 700; line-height: 1.45; }
.tez-modules-v21-points li::before { content: ""; position: absolute; top: .5em; left: 0; width: 7px; height: 7px; border: 2px solid var(--module-accent); border-radius: 99px; }

.tez-modules-v21-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
}

.tez-modules-v21-card-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #657084;
    font-size: 11px;
    font-weight: 800;
}
.tez-modules-v21-card-status::before { content: ""; width: 7px; height: 7px; border-radius: 99px; background: var(--tez-site-accent, #0B9275); box-shadow: 0 0 0 4px color-mix(in srgb, var(--tez-site-accent, #0B9275) 10%, transparent); }

.tez-modules-v21-open-page {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--module-accent);
    font-size: 12px;
    font-weight: 900;
}

.tez-modules-v21-details {
    margin-top: 18px;
    border-top: 1px solid #e8ebf1;
}

.tez-modules-v21-details > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 0 0;
    color: var(--tez-site-primary, #121943);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}
.tez-modules-v21-details > summary::-webkit-details-marker { display: none; }
.tez-modules-v21-details > summary i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; background: #f0f3f8; font-style: normal; transition: transform .2s ease; }
.tez-modules-v21-details[open] > summary i { transform: rotate(45deg); }

.tez-modules-v21-details-body {
    display: grid;
    gap: 14px;
    padding-top: 16px;
}

.tez-modules-v21-details-group strong { display: block; color: var(--tez-site-primary, #121943); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.tez-modules-v21-details-group ul { display: grid; gap: 7px; margin: 9px 0 0; padding: 0; list-style: none; }
.tez-modules-v21-details-group li { color: #657084; font-size: 12px; line-height: 1.5; }
.tez-modules-v21-details-group li b { color: #3c465b; }
.tez-modules-v21-integrations { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.tez-modules-v21-integrations span { padding: 6px 9px; border-radius: 999px; background: color-mix(in srgb, var(--module-accent) 7%, #fff 93%); color: color-mix(in srgb, var(--module-accent) 80%, #000 20%); font-size: 10px; font-weight: 800; }

.tez-modules-v21-empty { margin-top: 24px; padding: 36px; border: 1px dashed #ccd4e1; border-radius: 22px; background: #fff; text-align: center; }
.tez-modules-v21-empty strong { color: var(--tez-site-primary, #121943); font-size: 18px; }
.tez-modules-v21-empty p { margin: 8px 0 0; color: #738096; }
.tez-modules-v21-empty button { margin-top: 16px; padding: 10px 14px; border: 0; border-radius: 11px; background: var(--tez-site-primary, #121943); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }

.tez-modules-v21-cta { padding: 0 0 clamp(70px, 8vw, 110px); background: color-mix(in srgb, var(--tez-site-surface, #F5F7FB) 82%, #fff 18%); }
.tez-modules-v21-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(28px, 5vw, 54px); border-radius: 28px; background: linear-gradient(135deg, var(--tez-site-primary, #121943), color-mix(in srgb, var(--tez-site-primary, #121943) 74%, #3348a5 26%)); color: #fff; box-shadow: 0 28px 72px rgba(18,25,67,.2); }
.tez-modules-v21-cta h2 { margin: 12px 0 0; color: #fff; font-size: clamp(30px, 4vw, 50px); font-weight: 900; line-height: 1.04; letter-spacing: -.04em; }
.tez-modules-v21-cta p { max-width: 760px; margin: 15px 0 0; color: rgba(255,255,255,.67); line-height: 1.75; }

@media (max-width: 1180px) {
    .tez-modules-v21-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .tez-modules-v21-hero-layout,
    .tez-modules-v21-section-head { grid-template-columns: 1fr; }
    .tez-modules-v21-overview { max-width: 560px; }
    .tez-modules-v21-toolbar { grid-template-columns: 1fr; }
    .tez-modules-v21-count { padding: 0 4px 3px; }
    .tez-modules-v21-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tez-modules-v21-cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .tez-modules-v21-container { width: min(100% - 24px, 1240px); }
    .tez-modules-v21-hero { padding: 58px 0 44px; }
    .tez-modules-v21-copy h1 { font-size: clamp(38px, 13vw, 54px); }
    .tez-modules-v21-actions { flex-direction: column; align-items: stretch; }
    .tez-modules-v21-button { width: 100%; }
    .tez-modules-v21-overview { padding: 22px; border-radius: 21px; }
    .tez-modules-v21-library { padding: 58px 0; }
    .tez-modules-v21-grid { grid-template-columns: 1fr; }
    .tez-modules-v21-card-main { padding: 20px; }
    .tez-modules-v21-cta-inner { padding: 26px 20px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .tez-modules-v21-card,
    .tez-modules-v21-button { transition: none; }
}
