:root {
    --supported-ink: #142d47;
    --supported-muted: #687f95;
    --supported-blue: #146fd8;
    --supported-line: #dfe8f0;
    --supported-soft: #f4f8fc;
}

.th-supported-page {
    color: var(--supported-ink);
    background: #fff;
}

.th-supported-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.th-supported-eyebrow {
    color: #2587e8;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.th-supported-hero {
    position: relative;
    padding: 108px 0 78px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 8%, rgba(38, 151, 246, .28), transparent 34%),
        linear-gradient(128deg, #061c34, #0a3157 57%, #0b4f7d);
}

.th-supported-hero::before {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
}

.th-supported-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
    align-items: center;
    gap: clamp(45px, 7vw, 90px);
}

.th-supported-hero h1 {
    margin: 12px 0 19px;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 69px);
    font-weight: 780;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.th-supported-hero__copy > p {
    margin: 0;
    color: #c1d5e8;
    font-size: 15px;
    line-height: 1.75;
}

.th-supported-hero__actions {
    display: flex;
    margin-top: 28px;
    flex-wrap: wrap;
    gap: 10px;
}

.th-supported-button {
    display: inline-flex;
    min-height: 50px;
    padding: 0 19px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
}

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

.th-supported-button--primary {
    color: #fff !important;
    background: #1476df;
    box-shadow: 0 13px 30px rgba(1, 21, 44, .25);
}

.th-supported-button--ghost {
    color: #e1effb !important;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.07);
}

.th-supported-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.th-supported-stat {
    min-height: 165px;
    padding: 21px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 17px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(12px);
}

.th-supported-stat--primary {
    display: flex;
    min-height: 205px;
    grid-row: span 2;
    flex-direction: column;
    justify-content: center;
}

.th-supported-stat small {
    color: #9fc0dc;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.th-supported-stat strong {
    display: block;
    margin: 7px 0;
    color: #fff;
    font-size: 34px;
    font-weight: 780;
    line-height: 1;
}

.th-supported-stat--primary strong {
    font-size: 61px;
}

.th-supported-stat strong span {
    color: #54b4ff;
    font-size: .55em;
}

.th-supported-stat p {
    margin: 0;
    color: #aec7dc;
    font-size: 9px;
    line-height: 1.55;
}

.th-supported-intro {
    padding: 68px 0;
}

.th-supported-intro__grid {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(40px, 7vw, 90px);
}

.th-supported-intro h2,
.th-supported-directory__heading h2,
.th-supported-workflow__heading h2,
.th-supported-cta h2 {
    margin: 8px 0 0;
    color: var(--supported-ink);
    font-size: clamp(29px, 4vw, 45px);
    font-weight: 780;
    letter-spacing: -.03em;
    line-height: 1.13;
}

.th-supported-intro p {
    margin: 0;
    color: var(--supported-muted);
    font-size: 14px;
    line-height: 1.85;
}

.th-supported-directory {
    padding: 78px 0;
    background: var(--supported-soft);
}

.th-supported-directory__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.th-supported-directory__heading > div {
    max-width: 700px;
}

.th-supported-directory__heading p {
    margin: 10px 0 0;
    color: var(--supported-muted);
    font-size: 11px;
}

.th-supported-search {
    display: flex;
    width: min(330px, 100%);
    min-height: 48px;
    padding: 0 15px;
    color: #7890a6;
    border: 1px solid #d5e1ec;
    border-radius: 12px;
    background: #fff;
    align-items: center;
    gap: 10px;
}

.th-supported-search:focus-within {
    border-color: #70ace8;
    box-shadow: 0 0 0 4px rgba(20,111,216,.09);
}

.th-supported-search input {
    width: 100%;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 11px;
}

.th-supported-grid {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.th-supported-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--supported-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(25, 57, 89, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.th-supported-card:hover {
    border-color: #bcd5ec;
    box-shadow: 0 19px 42px rgba(25, 57, 89, .09);
    transform: translateY(-2px);
}

.th-supported-card[hidden] {
    display: none;
}

.th-supported-card__number {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 16px;
    color: #b4c6d6;
    font-size: 8px;
    font-weight: 850;
}

.th-supported-card__logo {
    display: flex;
    height: 180px;
    padding: 28px;
    background: linear-gradient(145deg, #fff, #f6f9fc);
    align-items: center;
    justify-content: center;
}

.th-supported-card__logo img {
    width: 78%;
    max-width: 230px;
    max-height: 92px;
    object-fit: contain;
    filter: saturate(.92);
}

.th-supported-card__footer {
    display: flex;
    min-height: 66px;
    padding: 13px 17px;
    border-top: 1px solid #e8eef4;
    background: #fff;
    flex-direction: column;
    justify-content: center;
}

.th-supported-card__footer span {
    display: inline-flex;
    color: #71869a;
    font-size: 7px;
    font-weight: 750;
    text-transform: uppercase;
    align-items: center;
    gap: 6px;
}

.th-supported-card__footer i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #37b56a;
}

.th-supported-card__footer strong {
    margin-top: 4px;
    color: #29445e;
    font-size: 11px;
}

.th-supported-empty {
    padding: 65px 20px;
    color: #6f8498;
    text-align: center;
}

.th-supported-empty > i {
    color: #8db4da;
    font-size: 26px;
}

.th-supported-empty h3 {
    margin: 13px 0 6px;
    color: #29445e;
    font-size: 18px;
}

.th-supported-empty p {
    margin: 0;
    font-size: 10px;
}

.th-supported-empty a {
    display: inline-block;
    margin-top: 13px;
    color: var(--supported-blue);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.th-supported-workflow {
    padding: 78px 0;
}

.th-supported-workflow__heading {
    max-width: 680px;
    margin-bottom: 31px;
}

.th-supported-workflow__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.th-supported-workflow__steps article {
    position: relative;
    min-height: 235px;
    padding: 22px;
    border: 1px solid var(--supported-line);
    border-radius: 16px;
    background: #fff;
}

.th-supported-workflow__steps article > span {
    position: absolute;
    top: 17px;
    right: 18px;
    color: #b3c5d6;
    font-size: 8px;
    font-weight: 850;
}

.th-supported-workflow__steps article > i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    color: var(--supported-blue);
    border-radius: 12px;
    background: #eaf4ff;
    align-items: center;
    justify-content: center;
}

.th-supported-workflow__steps h3 {
    margin: 40px 0 9px;
    color: #243e58;
    font-size: 14px;
    font-weight: 780;
}

.th-supported-workflow__steps p {
    margin: 0;
    color: #6d8297;
    font-size: 9px;
    line-height: 1.65;
}

.th-supported-cta {
    padding: 26px 0 75px;
    background: var(--supported-soft);
}

.th-supported-cta__inner {
    display: flex;
    padding: clamp(31px, 5vw, 52px);
    border-radius: 23px;
    background: linear-gradient(125deg, #08223e, #0f65aa);
    box-shadow: 0 25px 60px rgba(11, 50, 84, .18);
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.th-supported-cta h2 {
    color: #fff;
    font-size: clamp(27px, 3vw, 39px);
}

.th-supported-cta p {
    margin: 10px 0 0;
    color: #bdd2e6;
    font-size: 10px;
}

.th-supported-cta .th-supported-button {
    flex: 0 0 auto;
}

@media (max-width: 950px) {
    .th-supported-hero__inner {
        grid-template-columns: 1fr;
    }

    .th-supported-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .th-supported-workflow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .th-supported-shell {
        width: min(100% - 28px, 1180px);
    }

    .th-supported-hero {
        padding: 90px 0 60px;
    }

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

    .th-supported-stat--primary {
        grid-row: auto;
    }

    .th-supported-intro__grid,
    .th-supported-grid,
    .th-supported-workflow__steps {
        grid-template-columns: 1fr;
    }

    .th-supported-directory,
    .th-supported-workflow {
        padding: 60px 0;
    }

    .th-supported-directory__heading {
        align-items: stretch;
        flex-direction: column;
    }

    .th-supported-search {
        width: 100%;
    }

    .th-supported-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .th-supported-cta .th-supported-button {
        width: 100%;
    }
}
