:root {
    --tb-red: #d82634;
    --tb-red-dark: #af1723;
    --tb-ink: #10151c;
    --tb-ink-soft: #1b222c;
    --tb-paper: #f4f6f8;
    --tb-line: #d9dee4;
    --tb-muted: #5f6975;
    --tb-white: #fff;
}

.tb-page,
.tb-page * {
    box-sizing: border-box;
}

.tb-page {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background: var(--tb-white);
    color: var(--tb-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.tb-page img {
    display: block;
    max-width: 100%;
}

.tb-shell {
    width: min(1180px, calc(100% - 56px));
    max-width: calc(100vw - 56px);
    margin: 0 auto;
}

.tb-hero-copy,
.tb-split-copy,
.tb-section-head > *,
.tb-material-grid > *,
.tb-inquiry-grid > * {
    min-width: 0;
}

.tb-page h1,
.tb-page h2,
.tb-page h3 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.tb-page h2 {
    margin: 16px 0 24px;
    color: var(--tb-ink);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.tb-page h3 {
    color: inherit;
}

.tb-page p,
.tb-page li {
    font-size: 18px;
    line-height: 1.75;
}

.tb-page .bm-kicker {
    display: inline-flex;
    width: auto;
    min-height: 31px;
    align-items: center;
    padding: 6px 13px;
    border: 1px solid rgba(16, 21, 28, 0.2);
    border-radius: 999px;
    background: #f3f5f7;
    color: #45505c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tb-section {
    padding: clamp(76px, 9vw, 132px) 0;
}

.tb-lead {
    color: #202833;
    font-size: clamp(20px, 2.2vw, 27px) !important;
    line-height: 1.55 !important;
}

.tb-reading {
    max-width: 860px;
}

.tb-reading > p {
    max-width: 790px;
}

.tb-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: clamp(40px, 7vw, 100px);
    align-items: end;
    margin-bottom: clamp(40px, 6vw, 76px);
}

.tb-section-head h2 {
    margin-bottom: 0;
}

.tb-section-head > p {
    margin: 0;
    color: var(--tb-muted);
}

.tb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    align-items: center;
    margin-top: 34px;
}

.tb-page .bm-button,
.tb-page .bm-button:link,
.tb-page .bm-button:visited {
    min-width: 0;
    min-height: 51px;
    padding: 14px 24px;
    border-radius: 2px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
}

.tb-text-link,
.tb-text-link:visited,
.tb-mail-link,
.tb-mail-link:visited {
    position: relative;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.tb-text-link {
    color: var(--tb-white);
}

.tb-text-link::after,
.tb-mail-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 2px;
    background: var(--tb-red);
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.tb-text-link:hover::after,
.tb-text-link:focus-visible::after,
.tb-mail-link:hover::after,
.tb-mail-link:focus-visible::after {
    transform: scaleX(1);
}

/* Hero */

.tb-hero {
    position: relative;
    min-height: 710px;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(7, 10, 14, 0.98) 0%, rgba(7, 10, 14, 0.94) 45%, rgba(7, 10, 14, 0.64) 68%, rgba(7, 10, 14, 0.2) 100%),
        #0a0d12;
    color: var(--tb-white);
}

.tb-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(216, 38, 52, 0.34);
    transform: rotate(45deg);
}

.tb-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 710px;
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
    gap: clamp(36px, 5vw, 74px);
    align-items: center;
    padding: 72px 0;
}

.tb-hero-copy {
    position: relative;
    z-index: 2;
}

.tb-hero .bm-kicker {
    border-color: rgba(216, 38, 52, 0.5);
    background: rgba(10, 14, 19, 0.72);
    color: #ff7b85;
}

.tb-hero-title {
    max-width: 100%;
    margin: 20px 0 26px;
    color: var(--tb-white);
    font-size: clamp(48px, 5.7vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: break-word;
    white-space: normal;
}

.tb-hero-title span {
    color: #ff5965;
    white-space: normal;
}

.tb-hero-lead {
    max-width: 620px;
    margin: 0;
    color: #f2f4f7;
    font-size: clamp(20px, 2vw, 25px) !important;
    line-height: 1.55 !important;
}

.tb-hero-text {
    max-width: 580px;
    margin: 20px 0 0;
    color: #bfc6cf;
    font-size: 17px !important;
}

.tb-hero-media {
    position: relative;
    margin: 0;
}

.tb-hero-media::before {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    width: 62%;
    height: 50%;
    border-top: 5px solid var(--tb-red);
    border-right: 5px solid var(--tb-red);
    pointer-events: none;
}

.tb-hero-media img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46);
}

.tb-hero-media figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 11px 14px;
    background: rgba(5, 8, 12, 0.76);
    color: #dce1e6;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

/* Quick facts */

.tb-quick-facts {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    background: var(--tb-red);
    color: var(--tb-white);
}

.tb-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tb-facts-grid > div {
    display: grid;
    min-height: 118px;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: center;
    padding: 26px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.tb-facts-grid > div:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.tb-facts-grid strong {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.tb-facts-grid span {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

/* Intro and applications */

.tb-intro {
    position: relative;
    background: var(--tb-white);
}

.tb-intro::after {
    content: "T";
    position: absolute;
    right: 5vw;
    bottom: -80px;
    color: rgba(16, 21, 28, 0.035);
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: min(38vw, 520px);
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.tb-applications {
    position: relative;
    background: var(--tb-paper);
}

.tb-application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    background: #cfd5dc;
    border: 1px solid #cfd5dc;
}

.tb-application-grid article {
    min-height: 190px;
    padding: 28px 24px;
    background: var(--tb-white);
    transition: background 0.25s ease, transform 0.25s ease;
}

.tb-application-grid article:hover {
    z-index: 1;
    background: var(--tb-ink);
    color: var(--tb-white);
    transform: translateY(-5px);
}

.tb-application-grid span {
    display: block;
    margin-bottom: 40px;
    color: var(--tb-red);
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.tb-application-grid h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
}

.tb-section-note {
    max-width: 870px;
    margin: 42px auto 0;
    color: #39434f;
    text-align: center;
}

/* Split sections */

.tb-split {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.tb-split-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
}

.tb-split-media {
    position: relative;
}

.tb-split-media > img {
    width: 100%;
    max-height: 720px;
    object-fit: cover;
}

.tb-drawing .tb-split-media::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 42%;
    height: 34%;
    border-right: 6px solid var(--tb-red);
    border-bottom: 6px solid var(--tb-red);
    pointer-events: none;
}

.tb-list-title {
    margin: 28px 0 12px;
    color: var(--tb-ink);
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.tb-check-list {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.tb-check-list li {
    position: relative;
    padding: 11px 14px 11px 44px;
    border-left: 3px solid var(--tb-red);
    background: #f1f3f5;
    color: #202832;
    font-size: 16px;
    line-height: 1.45;
}

.tb-check-list li::before {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 17px;
    color: var(--tb-red);
    font-weight: 700;
}

/* Cold forming */

.tb-forming {
    position: relative;
    background:
        linear-gradient(rgba(12, 16, 22, 0.94), rgba(12, 16, 22, 0.97)),
        url("../images/engineering_bg.webp") center/cover no-repeat;
    color: #dce2e8;
}

.tb-forming .bm-kicker {
    border-color: rgba(216, 38, 52, 0.42);
    background: rgba(7, 10, 14, 0.55);
    color: #ff6974;
}

.tb-section-head-light h2 {
    color: var(--tb-white);
}

.tb-section-head-light > p {
    color: #b8c0c9;
}

.tb-forming-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tb-forming-grid article {
    min-height: 290px;
    padding: 34px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
}

.tb-forming-grid strong {
    display: block;
    color: var(--tb-red);
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.tb-forming-grid h3 {
    margin: 46px 0 16px;
    color: var(--tb-white);
    font-size: 27px;
}

.tb-forming-grid p {
    margin: 0;
    color: #b8c0c9;
    font-size: 16px;
}

.tb-forming-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 5vw, 70px);
    margin-top: 54px;
    padding-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.tb-forming-copy p {
    margin: 0;
    color: #c5ccd4;
}

/* Materials */

.tb-materials {
    background: var(--tb-white);
}

.tb-material-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.tb-material-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.tb-material-tags span {
    padding: 10px 15px;
    border: 1px solid #ccd2d8;
    background: #f7f8f9;
    color: #303945;
    font-size: 14px;
    font-weight: 700;
}

.tb-factor-card {
    padding: clamp(30px, 5vw, 54px);
    border-top: 6px solid var(--tb-red);
    background: var(--tb-ink);
    color: #d7dde3;
    box-shadow: 0 25px 65px rgba(16, 21, 28, 0.18);
}

.tb-factor-card h3 {
    margin: 0 0 28px;
    color: var(--tb-white);
    font-size: 29px;
}

.tb-factor-card .tb-check-list li {
    border-left-color: #ff5360;
    background: rgba(255, 255, 255, 0.055);
    color: #e5e9ed;
}

.tb-factor-card p {
    margin-bottom: 0;
    color: #b7c0c9;
    font-size: 16px;
}

/* Product range */

.tb-range {
    background: var(--tb-paper);
}

.tb-product-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tb-product-detail > div {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: var(--tb-white);
    box-shadow: 0 15px 35px rgba(16, 21, 28, 0.08);
}

.tb-product-detail > div:nth-child(2) {
    margin-top: 60px;
}

.tb-product-detail img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: contain;
}

/* Why */

.tb-why {
    padding: 0;
    background: var(--tb-ink);
    color: #d5dce3;
}

.tb-why-grid {
    display: grid;
    width: 100%;
    max-width: 1600px;
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    align-items: stretch;
}

.tb-why-copy {
    padding: clamp(72px, 9vw, 130px) clamp(36px, 7vw, 110px);
}

.tb-why-copy .bm-kicker {
    border-color: rgba(216, 38, 52, 0.45);
    background: transparent;
    color: #ff6974;
}

.tb-why-copy h2 {
    color: var(--tb-white);
}

.tb-why-copy .tb-lead,
.tb-why-copy p {
    color: #c7cfd7;
}

.tb-why-media {
    min-height: 680px;
    margin: 0;
}

.tb-why-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Process */

.tb-process {
    background: var(--tb-white);
}

.tb-process-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tb-line);
    list-style: none;
}

.tb-process-list li {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 31px 18px;
    border-bottom: 1px solid var(--tb-line);
}

.tb-process-list > li > span {
    color: var(--tb-red);
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.tb-process-list h3 {
    margin: 0 0 8px;
    color: var(--tb-ink);
    font-size: 27px;
}

.tb-process-list p {
    margin: 0;
    color: var(--tb-muted);
    font-size: 16px;
}

/* Inquiry */

.tb-inquiry {
    position: relative;
    background: var(--tb-red);
    color: var(--tb-white);
}

.tb-inquiry::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    background: rgba(0, 0, 0, 0.08);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.tb-inquiry-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: center;
}

.tb-inquiry .bm-kicker {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: var(--tb-white);
}

.tb-inquiry h2,
.tb-inquiry .tb-lead {
    color: var(--tb-white);
}

.tb-inquiry .bm-button-primary,
.tb-inquiry .bm-button-primary:link,
.tb-inquiry .bm-button-primary:visited {
    border-color: var(--tb-ink) !important;
    background: var(--tb-ink) !important;
    color: var(--tb-red) !important;
}

.tb-inquiry .bm-button-primary:hover,
.tb-inquiry .bm-button-primary:focus-visible {
    border-color: var(--tb-white) !important;
    background: var(--tb-white) !important;
    color: var(--tb-red) !important;
}

.tb-mail-link {
    color: var(--tb-white) !important;
}

.tb-mail-link::after {
    background: var(--tb-white);
}

.tb-inquiry-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tb-inquiry-list li {
    position: relative;
    min-height: 62px;
    padding: 17px 16px 17px 45px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    font-size: 15px;
    line-height: 1.45;
}

.tb-inquiry-list li::before {
    content: "+";
    position: absolute;
    top: 14px;
    left: 17px;
    font-size: 22px;
    font-weight: 300;
}

/* FAQ */

.tb-faq {
    background: var(--tb-paper);
}

.tb-faq-list {
    border-top: 1px solid #cbd2d9;
}

.tb-faq-list details {
    border-bottom: 1px solid #cbd2d9;
}

.tb-faq-list summary {
    position: relative;
    padding: 27px 64px 27px 0;
    color: var(--tb-ink);
    cursor: pointer;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: clamp(20px, 2.2vw, 27px);
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
}

.tb-faq-list summary::-webkit-details-marker {
    display: none;
}

.tb-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 21px;
    right: 6px;
    color: var(--tb-red);
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.tb-faq-list details[open] summary::after {
    content: "−";
}

.tb-faq-list details p {
    max-width: 900px;
    margin: -3px 0 29px;
    color: var(--tb-muted);
}

/* Related */

.tb-related {
    padding: 35px 0;
    background: var(--tb-ink);
    color: var(--tb-white);
}

.tb-related .tb-shell {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.tb-related p {
    margin: 0;
    color: #8f99a5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tb-related .tb-shell > div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    justify-content: flex-end;
}

.tb-related a,
.tb-related a:visited {
    color: var(--tb-white);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tb-related a:hover,
.tb-related a:focus-visible {
    color: #ff6974;
}

@media (max-width: 1050px) {
    .tb-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    }

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

    .tb-why-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
    }

    .tb-inquiry-grid {
        grid-template-columns: minmax(0, 0.8fr) minmax(370px, 1.2fr);
    }
}

@media (max-width: 820px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .tb-shell {
        width: calc(100% - 36px);
        max-width: 720px;
    }

    .tb-section {
        padding: 72px 0;
    }

    .tb-section-head,
    .tb-split,
    .tb-split-reverse,
    .tb-material-grid,
    .tb-inquiry-grid {
        grid-template-columns: 1fr;
    }

    .tb-section-head {
        gap: 18px;
        align-items: start;
    }

    .tb-hero,
    .tb-hero-grid {
        min-height: 0;
    }

    .tb-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 72px 0 54px;
    }

    .tb-hero-copy,
    .tb-hero-lead,
    .tb-hero-text,
    .tb-hero-title {
        width: 100%;
        max-width: 100%;
    }

    .tb-hero-title span {
        display: block;
        overflow-wrap: anywhere;
    }

    .tb-hero-media {
        width: 100%;
        max-width: 680px;
    }

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

    .tb-facts-grid > div:nth-child(2) {
        border-right: 0;
    }

    .tb-facts-grid > div:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.24);
    }

    .tb-forming-grid {
        grid-template-columns: 1fr;
    }

    .tb-forming-grid article {
        min-height: 0;
    }

    .tb-forming-grid h3 {
        margin-top: 25px;
    }

    .tb-forming-copy {
        grid-template-columns: 1fr;
    }

    .tb-split-media {
        max-width: 620px;
    }

    .tb-product-detail {
        max-width: none;
    }

    .tb-why-grid {
        grid-template-columns: 1fr;
    }

    .tb-why-media {
        min-height: 430px;
    }

    .tb-inquiry::before {
        width: 55%;
    }

    .tb-related .tb-shell {
        display: block;
    }

    .tb-related .tb-shell > div {
        margin-top: 18px;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .tb-shell {
        width: calc(100% - 28px);
        max-width: calc(100vw - 28px);
    }

    .tb-page h2 {
        font-size: 35px;
    }

    .tb-page p,
    .tb-page li {
        font-size: 16px;
        line-height: 1.7;
    }

    .tb-section {
        padding: 58px 0;
    }

    .tb-hero-grid {
        padding-top: 56px;
    }

    .tb-hero-title {
        font-size: 44px;
    }

    .tb-hero-lead {
        font-size: 19px !important;
    }

    .tb-hero-media::before {
        top: -10px;
        right: -10px;
        border-width: 3px;
    }

    .tb-hero-media figcaption {
        position: static;
        background: #151b23;
    }

    .tb-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tb-page .bm-button,
    .tb-page .bm-button:link,
    .tb-page .bm-button:visited {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .tb-text-link,
    .tb-mail-link {
        align-self: flex-start;
    }

    .tb-facts-grid {
        grid-template-columns: 1fr;
    }

    .tb-facts-grid > div,
    .tb-facts-grid > div:first-child {
        min-height: 76px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }

    .tb-application-grid,
    .tb-inquiry-list,
    .tb-product-detail {
        grid-template-columns: 1fr;
    }

    .tb-application-grid article {
        min-height: 145px;
    }

    .tb-application-grid span {
        margin-bottom: 24px;
    }

    .tb-drawing .tb-split-media::after {
        right: -8px;
        bottom: -8px;
        border-width: 4px;
    }

    .tb-product-detail > div:nth-child(2) {
        margin-top: 0;
    }

    .tb-why-copy {
        padding: 58px 22px;
    }

    .tb-why-media {
        min-height: 300px;
    }

    .tb-process-list li {
        grid-template-columns: 44px 1fr;
        gap: 10px;
        padding: 25px 6px;
    }

    .tb-process-list h3 {
        font-size: 22px;
    }

    .tb-faq-list summary {
        padding-right: 48px;
        font-size: 21px;
    }

    .tb-related {
        padding: 30px 0;
    }

    .tb-related .tb-shell > div {
        display: grid;
        gap: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tb-page *,
    .tb-page *::before,
    .tb-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
