.customers-page {
    --customers-navy: #061a46;
    --customers-navy-soft: #0a2d68;
    --customers-blue: #0c5adb;
    --customers-blue-bright: #2f7df4;
    --customers-cyan: #55d9e8;
    --customers-ink: #101b36;
    --customers-text: #596780;
    --customers-muted: #8290a7;
    --customers-line: #e4eaf3;
    --customers-surface: #f4f7fc;
    --customers-white: #fff;
    overflow-x: hidden;
    color: var(--customers-ink);
    background: var(--customers-surface);
}

.customers-hero *,
.customers-hero *::before,
.customers-hero *::after,
.customers-main *,
.customers-main *::before,
.customers-main *::after {
    box-sizing: border-box;
}

.customers-hero .container,
.customers-main .container {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 0;
}

.customers-hero h1,
.customers-hero h2,
.customers-hero h3,
.customers-hero p,
.customers-main h1,
.customers-main h2,
.customers-main h3,
.customers-main p,
.customers-main figure {
    margin-top: 0;
}

.customers-hero {
    position: relative;
    isolation: isolate;
    min-height: 610px;
    overflow: hidden;
    color: #fff;
    background: var(--customers-navy) var(--customers-hero-image) center 44% / cover no-repeat;
}

.customers-hero::before,
.customers-hero::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    pointer-events: none;
}

.customers-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 36, 93, .66) 0%, rgba(5, 31, 80, .9) 55%, rgba(3, 18, 52, .98) 100%),
        linear-gradient(180deg, rgba(5, 24, 65, .08), rgba(2, 14, 43, .7));
}

.customers-hero::after {
    z-index: -1;
    opacity: .12;
    background-image:
        linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px);
    background-size: 76px 76px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
}

.customers-hero__glow {
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(85, 217, 232, .16);
    border-radius: 50%;
    pointer-events: none;
}

.customers-hero__glow::before,
.customers-hero__glow::after {
    position: absolute;
    inset: 44px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: inherit;
}

.customers-hero__glow::after {
    inset: 102px;
    background: rgba(47, 125, 244, .08);
}

.customers-hero__glow--one {
    inset: -235px -105px auto auto;
}

.customers-hero__glow--two {
    inset: auto auto -310px 26%;
    width: 520px;
    height: 520px;
}

.customers-hero__inner {
    display: grid;
    min-height: 610px;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: center;
    gap: 74px;
    padding-block: 96px 112px;
}

.customers-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.customers-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    font-weight: 700;
}

.customers-breadcrumb a {
    color: #fff;
}

.customers-breadcrumb a:hover {
    color: var(--customers-cyan);
}

.customers-breadcrumb i {
    color: rgba(85, 217, 232, .78);
    font-size: 10px;
}

.customers-eyebrow,
.customers-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15px;
}

.customers-eyebrow {
    margin-bottom: 18px;
    color: #8de8f2;
}

.customers-eyebrow i {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(141, 232, 242, .24);
    border-radius: 10px;
    background: rgba(85, 217, 232, .08);
}

.customers-hero h1 {
    max-width: 740px;
    margin-bottom: 19px;
    color: #fff;
    font-size: clamp(42px, 5.1vw, 68px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -1.2px;
}

.customers-hero__content > p {
    max-width: 680px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 2.05;
}

.customers-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.customers-button {
    display: inline-flex;
    min-height: 50px;
    padding: 9px 20px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 900;
    transition: color .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

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

.customers-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--customers-blue-bright), var(--customers-blue));
    box-shadow: 0 14px 32px rgba(12, 90, 219, .28);
}

.customers-button--primary:hover {
    color: #fff;
    box-shadow: 0 18px 40px rgba(12, 90, 219, .38);
}

.customers-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.customers-button--ghost:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .12);
}

.customers-hero__panel {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
    box-shadow: 0 30px 70px rgba(0, 12, 42, .28);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.customers-hero__panel::before {
    position: absolute;
    inset: -120px auto auto -100px;
    width: 230px;
    height: 230px;
    content: "";
    border-radius: 50%;
    background: rgba(85, 217, 232, .11);
    filter: blur(4px);
}

.customers-hero__stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(0, 18, 58, .2);
}

.customers-hero__stats > div {
    min-width: 0;
    padding: 18px 8px;
    text-align: center;
    border-inline-end: 1px solid rgba(255, 255, 255, .1);
}

.customers-hero__stats > div:last-child {
    border-inline-end: 0;
}

.customers-hero__stats strong,
.customers-hero__stats span {
    display: block;
}

.customers-hero__stats strong {
    margin-bottom: 8px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
}

.customers-hero__stats span {
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.65;
}

.customers-hero__trust {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 21px 5px 2px;
}

.customers-hero__trust > span {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    color: #8de8f2;
    border: 1px solid rgba(141, 232, 242, .18);
    border-radius: 14px;
    background: rgba(85, 217, 232, .08);
    font-size: 18px;
}

.customers-hero__trust strong,
.customers-hero__trust small {
    display: block;
}

.customers-hero__trust strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
}

.customers-hero__trust small {
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
    line-height: 1.7;
}

.customers-main {
    position: relative;
    background:
        radial-gradient(circle at 6% 4%, rgba(12, 90, 219, .07), transparent 24%),
        var(--customers-surface);
}

.customers-directory {
    position: relative;
    z-index: 4;
    padding: 0 0 105px;
}

.customers-directory__surface {
    position: relative;
    margin-top: -58px;
    padding: 42px;
    border: 1px solid rgba(7, 27, 74, .075);
    border-radius: 30px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 30px 80px rgba(7, 27, 74, .1);
}

.customers-directory__surface::before {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(12, 90, 219, .025), transparent 28%);
}

.customers-directory__header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 38px;
    margin-bottom: 30px;
}

.customers-section-kicker {
    margin-bottom: 12px;
    color: var(--customers-blue);
}

.customers-section-kicker i {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 9px;
    background: #edf4ff;
}

.customers-directory__header h2 {
    max-width: 780px;
    margin-bottom: 9px;
    color: var(--customers-ink);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: -.55px;
}

.customers-directory__header p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--customers-text);
    font-size: 13px;
    line-height: 1.95;
}

.customers-result {
    display: flex;
    min-width: 150px;
    min-height: 72px;
    padding: 12px 17px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(12, 90, 219, .1);
    border-radius: 18px;
    background: #f6f9ff;
}

.customers-result strong {
    color: var(--customers-blue);
    font-family: Arial, sans-serif;
    font-size: 27px;
    line-height: 1;
}

.customers-result span {
    max-width: 72px;
    color: var(--customers-muted);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.7;
}

.customers-toolbar {
    position: sticky;
    z-index: 12;
    top: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 -8px 34px;
    padding: 14px;
    border: 1px solid rgba(7, 27, 74, .075);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(7, 27, 74, .07);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.customers-filters {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.customers-filters button {
    display: inline-flex;
    min-height: 42px;
    padding: 7px 14px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #52617a;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.5;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.customers-filters button:hover {
    color: var(--customers-blue);
    background: #f3f7fe;
}

.customers-filters button.is-active {
    color: #fff;
    border-color: var(--customers-blue);
    background: var(--customers-blue);
    box-shadow: 0 9px 22px rgba(12, 90, 219, .2);
}

.customers-filters button:focus-visible,
.customers-search input:focus-visible,
.customers-search button:focus-visible {
    outline: 3px solid rgba(12, 90, 219, .17);
    outline-offset: 2px;
}

.customers-search {
    position: relative;
    display: flex;
    width: 300px;
    min-height: 44px;
    flex: 0 0 300px;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding-inline: 13px 8px;
    color: var(--customers-muted);
    border: 1px solid var(--customers-line);
    border-radius: 13px;
    background: #f8faff;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.customers-search:focus-within {
    border-color: rgba(12, 90, 219, .34);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(12, 90, 219, .06);
}

.customers-search > i {
    color: var(--customers-blue);
    font-size: 12px;
}

.customers-search input {
    min-width: 0;
    height: 40px;
    flex: 1;
    padding: 0;
    color: var(--customers-ink);
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 10px;
}

.customers-search input::placeholder {
    color: #9aa6b9;
}

.customers-search button {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    padding: 0;
    place-items: center;
    color: #718097;
    border: 0;
    border-radius: 8px;
    background: #edf1f7;
    cursor: pointer;
}

.customers-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.customer-card {
    position: relative;
    display: flex;
    content-visibility: auto;
    overflow: hidden;
    min-width: 0;
    min-height: 390px;
    flex-direction: column;
    border: 1px solid var(--customers-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 27, 74, .045);
    contain-intrinsic-size: 0 390px;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.customer-card:hover {
    border-color: rgba(12, 90, 219, .22);
    box-shadow: 0 22px 54px rgba(7, 27, 74, .11);
    transform: translateY(-6px);
}

.customer-card[hidden] {
    display: none !important;
}

.customer-card__logo {
    position: relative;
    display: grid;
    min-height: 185px;
    margin: 0;
    padding: 25px;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(7, 27, 74, .055);
    background:
        radial-gradient(circle at 85% 10%, rgba(12, 90, 219, .09), transparent 31%),
        linear-gradient(145deg, #fff 0%, #f7f9fd 100%);
}

.customer-card__logo::after {
    position: absolute;
    inset: auto -38px -50px auto;
    width: 120px;
    height: 120px;
    content: "";
    border: 1px solid rgba(12, 90, 219, .055);
    border-radius: 50%;
}

.customer-card__logo img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 82%;
    height: auto;
    max-height: 125px;
    object-fit: contain;
    filter: saturate(.9);
    transition: filter .3s ease, transform .35s ease;
}

.customer-card:hover .customer-card__logo img {
    filter: saturate(1.05);
    transform: scale(1.035);
}

.customer-card__logo > span {
    position: absolute;
    z-index: 2;
    inset-block-start: 14px;
    inset-inline-end: 14px;
    display: grid;
    width: 34px;
    height: 25px;
    place-items: center;
    color: #8c9ab0;
    border: 1px solid rgba(7, 27, 74, .07);
    border-radius: 9px;
    background: rgba(255, 255, 255, .86);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
}

.customer-card__body {
    display: flex;
    min-height: 205px;
    padding: 21px;
    flex: 1;
    flex-direction: column;
}

.customer-card__categories {
    display: flex;
    min-height: 23px;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.customer-card__categories span {
    display: inline-flex;
    max-width: 100%;
    min-height: 22px;
    padding: 3px 8px;
    align-items: center;
    overflow: hidden;
    color: var(--customers-blue);
    border: 1px solid rgba(12, 90, 219, .08);
    border-radius: 99px;
    background: #eff5ff;
    font-size: 8px;
    font-weight: 900;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-card h3 {
    overflow: hidden;
    min-height: 52px;
    margin-bottom: 8px;
    color: var(--customers-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.customer-card__body > p {
    overflow: hidden;
    min-height: 67px;
    margin-bottom: 14px;
    color: var(--customers-text);
    font-size: 10px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.customer-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 13px;
    color: #8794a9;
    border-top: 1px solid rgba(7, 27, 74, .06);
    font-size: 9px;
    font-weight: 800;
}

.customer-card__footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.customer-card__footer span i {
    color: var(--customers-blue);
}

.customer-card__footer > i {
    color: #bac3d1;
    font-size: 13px;
}

.customers-empty {
    padding: 70px 20px;
    text-align: center;
    border: 1px dashed #cfdaea;
    border-radius: 22px;
    background: #f8faff;
}

.customers-empty > i {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    place-items: center;
    color: var(--customers-blue);
    border-radius: 17px;
    background: #eaf2ff;
    font-size: 20px;
}

.customers-empty h3 {
    margin-bottom: 8px;
    color: var(--customers-ink);
    font-size: 20px;
    font-weight: 900;
}

.customers-empty p {
    margin: 0;
    color: var(--customers-text);
    font-size: 12px;
}

.customers-contact {
    position: relative;
    overflow: hidden;
    padding: 88px 0;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(85, 217, 232, .13), transparent 28%),
        linear-gradient(135deg, #061943 0%, #0a2f70 100%);
}

.customers-contact::before,
.customers-contact::after {
    position: absolute;
    width: 340px;
    height: 340px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.customers-contact::before {
    inset: -210px -90px auto auto;
}

.customers-contact::after {
    inset: auto auto -250px 24%;
    width: 430px;
    height: 430px;
}

.customers-contact__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 58px;
}

.customers-contact__inner > div > span {
    display: block;
    margin-bottom: 10px;
    color: #83e2ec;
    font-size: 11px;
    font-weight: 900;
}

.customers-contact h2 {
    max-width: 760px;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.6;
}

.customers-contact p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 2;
}

.customers-button--light {
    min-width: 190px;
    color: var(--customers-navy);
    background: #fff;
    box-shadow: 0 15px 34px rgba(0, 12, 40, .22);
}

.customers-button--light:hover {
    color: var(--customers-blue);
    background: #f5f9ff;
}

@media (max-width: 1199px) {
    .customers-hero__inner {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 46px;
    }

    .customers-directory__surface {
        padding: 34px;
    }

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

    .customers-search {
        width: 270px;
        flex-basis: 270px;
    }
}

@media (max-width: 991px) {
    .customers-hero,
    .customers-hero__inner {
        min-height: 0;
    }

    .customers-hero__inner {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-block: 82px 100px;
    }

    .customers-hero__content,
    .customers-hero__panel {
        max-width: 760px;
    }

    .customers-hero__panel {
        width: 100%;
    }

    .customers-directory__surface {
        margin-top: -42px;
    }

    .customers-toolbar {
        top: 74px;
        flex-direction: column;
        align-items: stretch;
    }

    .customers-search {
        width: 100%;
        flex-basis: auto;
    }

    .customers-contact__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .customers-button--light {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .customers-hero .container,
    .customers-main .container {
        width: min(100% - 28px, 1240px);
    }

    .customers-hero__inner {
        gap: 32px;
        padding-block: 66px 82px;
    }

    .customers-breadcrumb {
        margin-bottom: 29px;
    }

    .customers-hero h1 {
        font-size: 38px;
        line-height: 1.45;
    }

    .customers-hero__content > p {
        font-size: 13px;
    }

    .customers-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .customers-button {
        width: 100%;
    }

    .customers-hero__panel {
        padding: 14px;
        border-radius: 21px;
    }

    .customers-hero__stats strong {
        font-size: 23px;
    }

    .customers-directory {
        padding-bottom: 72px;
    }

    .customers-directory__surface {
        margin-top: -30px;
        padding: 25px 20px;
        border-radius: 23px;
    }

    .customers-directory__header {
        display: block;
        margin-bottom: 24px;
    }

    .customers-directory__header h2 {
        font-size: 27px;
    }

    .customers-result {
        width: max-content;
        margin-top: 18px;
    }

    .customers-toolbar {
        position: static;
        margin: 0 0 26px;
        padding: 10px;
    }

    .customers-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .customers-filters button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .customers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .customer-card {
        min-height: 370px;
        border-radius: 18px;
    }

    .customer-card__logo {
        min-height: 168px;
    }

    .customer-card__body {
        padding: 18px;
    }

    .customers-contact {
        padding: 66px 0;
    }

    .customers-contact h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .customers-hero h1 {
        font-size: 34px;
    }

    .customers-hero__stats {
        grid-template-columns: 1fr;
    }

    .customers-hero__stats > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 13px 15px;
        text-align: start;
        border-inline-end: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .customers-hero__stats > div:last-child {
        border-bottom: 0;
    }

    .customers-hero__stats strong {
        margin: 0;
    }

    .customers-grid {
        grid-template-columns: 1fr;
    }

    .customer-card {
        min-height: 0;
    }

    .customer-card__logo {
        min-height: 180px;
    }

    .customers-button--light {
        justify-self: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .customers-button,
    .customers-filters button,
    .customer-card,
    .customer-card__logo img {
        transition: none;
    }
}
