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

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

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

.th-accessories-eyebrow {
    color: #2383e4;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.th-accessories-hero {
    position: relative;
    padding: 105px 0 76px;
    overflow: hidden;
    background: linear-gradient(130deg, #061c34, #0b3158 58%, #0c527f);
}

.th-accessories-hero::before {
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image: radial-gradient(circle at 80% 15%, #33a4ff 0, transparent 35%), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
    content: "";
}

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

.th-accessories-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-accessories-hero__copy > p {
    margin: 0;
    color: #c1d5e7;
    font-size: 15px;
    line-height: 1.75;
}

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

.th-accessories-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-accessories-button:hover {
    transform: translateY(-2px);
}

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

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

.th-accessories-hero__proof {
    display: flex;
    margin-top: 25px;
    color: #9fb8ce;
    font-size: 9px;
    font-weight: 700;
    flex-wrap: wrap;
    gap: 16px;
}

.th-accessories-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.th-accessories-hero__proof i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5fd47c;
    box-shadow: 0 0 0 4px rgba(95,212,124,.12);
}

.th-accessories-hero__visual {
    position: relative;
    padding: 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 21px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 35px 75px rgba(0, 12, 31, .33);
}

.th-accessories-hero__visual img {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 13px;
    object-fit: cover;
}

.th-accessories-hero__float {
    position: absolute;
    right: -20px;
    bottom: -24px;
    display: grid;
    padding: 14px 17px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 13px;
    background: rgba(6, 34, 62, .96);
    box-shadow: 0 18px 40px rgba(0,0,0,.24);
}

.th-accessories-hero__float small {
    color: #88b1d3;
    font-size: 8px;
}

.th-accessories-hero__float strong {
    margin-top: 2px;
    color: #fff;
    font-size: 12px;
}

.th-accessories-intro {
    padding: 67px 0;
}

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

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

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

.th-accessories-catalogue {
    padding: 78px 0;
    background: var(--accessory-soft);
}

.th-accessories-catalogue__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.th-accessories-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-accessories-search:focus-within {
    border-color: #70ace8;
    box-shadow: 0 0 0 4px rgba(20,111,216,.09);
}

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

.th-accessories-filters {
    display: flex;
    margin: 29px 0 25px;
    overflow-x: auto;
    gap: 8px;
    scrollbar-width: thin;
}

.th-accessories-filters button {
    display: inline-flex;
    min-height: 40px;
    padding: 0 12px;
    cursor: pointer;
    color: #516a82;
    border: 1px solid #d9e3ed;
    border-radius: 10px;
    background: #fff;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
    align-items: center;
    gap: 8px;
}

.th-accessories-filters button span {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    color: #6c8297;
    border-radius: 6px;
    background: #eef3f7;
    font-size: 8px;
    align-items: center;
    justify-content: center;
}

.th-accessories-filters button.is-active {
    color: #fff;
    border-color: var(--accessory-blue);
    background: var(--accessory-blue);
    box-shadow: 0 9px 20px rgba(20,111,216,.18);
}

.th-accessories-filters button.is-active span {
    color: #fff;
    background: rgba(255,255,255,.18);
}

.th-accessories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.th-accessory-card {
    overflow: hidden;
    border: 1px solid var(--accessory-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(26, 58, 91, .055);
}

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

.th-accessory-card__visual {
    position: relative;
    display: flex;
    height: 235px;
    padding: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #f9fbfd, #edf3f8);
    align-items: center;
    justify-content: center;
}

.th-accessory-card__visual > span {
    position: absolute;
    top: 16px;
    right: 17px;
    color: #b2c4d5;
    font-size: 9px;
    font-weight: 850;
}

.th-accessory-card__visual img {
    width: 82%;
    height: 185px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .25s ease;
}

.th-accessory-card:hover .th-accessory-card__visual img {
    transform: scale(1.035);
}

.th-accessory-card__content {
    padding: 22px;
}

.th-accessory-card__content > small {
    color: var(--accessory-blue);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.th-accessory-card h3 {
    margin: 6px 0 9px;
    color: #203b56;
    font-size: 17px;
    font-weight: 780;
}

.th-accessory-card p {
    min-height: 55px;
    margin: 0;
    color: #6d8296;
    font-size: 10px;
    line-height: 1.65;
}

.th-accessory-card__actions {
    display: flex;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e7edf3;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.th-accessory-card__actions a {
    color: #176dcc;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
}

.th-accessory-card__contact {
    color: #61788e !important;
}

.th-accessories-empty {
    padding: 60px 20px;
    color: #6e8398;
    text-align: center;
}

.th-accessories-empty i {
    color: #8eb4d9;
    font-size: 25px;
}

.th-accessories-empty h3 {
    margin: 13px 0 5px;
    color: #29445e;
    font-size: 17px;
}

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

.th-accessories-guidance {
    padding: 30px 0 75px;
    background: var(--accessory-soft);
}

.th-accessories-guidance__inner {
    display: grid;
    padding: clamp(30px, 5vw, 50px);
    color: #fff;
    border-radius: 23px;
    background: linear-gradient(125deg, #08223e, #0f65aa);
    box-shadow: 0 25px 60px rgba(11, 50, 84, .18);
    grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr) auto;
    align-items: center;
    gap: 35px;
}

.th-accessories-guidance h2 {
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
}

.th-accessories-guidance p {
    margin: 10px 0 0;
    color: #bdd2e6;
    font-size: 10px;
    line-height: 1.65;
}

.th-accessories-guidance__steps {
    display: grid;
    gap: 8px;
}

.th-accessories-guidance__steps span {
    display: grid;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 8px;
}

.th-accessories-guidance__steps b {
    color: #6ab6ff;
    font-size: 9px;
}

.th-accessories-guidance__steps small {
    color: #d5e5f4;
    font-size: 9px;
}

@media (max-width: 980px) {
    .th-accessories-hero__inner,
    .th-accessories-guidance__inner {
        grid-template-columns: 1fr;
    }

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

    .th-accessories-guidance__inner > .th-accessories-button {
        width: max-content;
    }
}

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

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

    .th-accessories-hero__inner {
        gap: 42px;
    }

    .th-accessories-hero__visual img {
        height: 270px;
    }

    .th-accessories-hero__float {
        right: 8px;
    }

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

    .th-accessories-catalogue {
        padding: 60px 0;
    }

    .th-accessories-catalogue__heading {
        align-items: stretch;
        flex-direction: column;
    }

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

    .th-accessories-guidance__inner > .th-accessories-button {
        width: 100%;
    }
}
