﻿.ts-page * {
    line-height: 1.65;
    font-size: 0.875rem;
}

.mb-ts {
    background: #000;
    height: 65vh;
    margin-bottom: 25px;
}

.ts-page a {
    text-decoration: none;
}

    .ts-page a:hover {
        text-decoration: underline;
    }

.ts-seo-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.ts-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 50px;
}

.ts-hero__grid {
    max-width: 100%;
}

.ts-h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 800;
}

.ts-h2 {
    font-size: 1.8rem;
    margin: 0 0 16px;
    font-weight: 800;
}

.ts-h3 {
    font-size: 1.2rem;
    margin: 0 0 12px;
    font-weight: 700;
}

.ts-lead {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.ts-text {
    font-size: 0.875rem;
    line-height: 1.7;
}

.ts-list {
    font-size: 1rem;
    line-height: 1.7;
}

    .ts-list li {
        margin: 0 0 8px;
    }

.ts-section {
    padding: 50px 0;
}

.ts-section__head {
    margin-bottom: 20px;
}

.ts-hero {
    padding: 20px 50px;
    max-width: 1480px;
}

.ts-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.ds-cta-bar {
    border: 1px solid #d0d0d0;
    padding: .9rem 1rem;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ts-hero__points {
    margin: 20px 0;
}

    .ts-hero__points li {
        margin-bottom: 8px;
        font-size: 0.875rem;
    }

.ts-hero__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ts-hero__media {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.10);
}


.ts-subnav {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.ts-subnav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0;
    list-style: none;
    margin: 0;
}


.ts-subnav__item {
    scroll-snap-align: start;
    border: 1px solid #fff;
    padding: 5px 15px;
}

.ts-subnav__link {
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.15);
    font-size: 0.875rem;
    white-space: nowrap;
    color: #fff;
}

.ts-grid {
    display: grid;
    gap: 24px;
}

.ts-grid--2 {
    grid-template-columns: 1fr;
}

.ts-grid--3 {
    grid-template-columns: 1fr;
}

.ts-card {
    border: 1px solid #d0d0d0;
    padding: 10px 10px 0px 10px;
}

    .ts-card .ts-text {
        margin-top: 6px;
    }

.ts-callout {
    border: 1px solid #d0d0d0;
    padding: 10px 10px 0px 10px;
    margin-top: 20px;
}

.ts-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d0d0d0;
    margin: 20px 0px;
}

.ts-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 720px;
}

    .ts-table th, .ts-table td {
        padding: 14px 16px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        text-align: left;
        vertical-align: top;
        overflow-wrap: anywhere;
    }

    .ts-table tr:last-child td {
        border-bottom: none;
    }

.ts-table--sticky th:first-child,
.ts-table--sticky td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}

.ts-formula {
    font-size: 0.875rem;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    margin-top: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ts-btn {
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid #d0d0d0;
    font-size: 0.95rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ts-btn--primary {
    border: none;
}

.ts-btn--ghost {
    background: transparent;
}

.ts-faq {
    display: grid;
    gap: 16px;
}

.ts-faq__item {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px 20px;
}

.ts-faq__q {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

    .ts-faq__q::-webkit-details-marker {
        display: none;
    }

.ts-faq__a {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.6;
}

.ts-cta-card {
    border: 1px solid #d0d0d0;
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
}

.ts-cta-card__actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.ts-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}


@media (min-width: 1100px) {
    .ts-hero__inner {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (min-width: 768px) {
    .ts-grid--2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ts-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1100px) {

    .ds-cta-bar__text {
        max-width: 500px;
    }
}
@media (max-width: 768px) {
    .ts-container {
        padding: 0 16px;
    }

    .ts-section {
        padding: 30px 0;
    }

    .ts-hero {
        padding: 100px 0 30px 0;
    }

    .ts-hero__inner {
        gap: 24px;
    }

    .ts-h1 {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }

    .ts-h2 {
        font-size: 1.4rem;
    }

    .ts-h3 {
        font-size: 1.1rem;
    }

    .ts-card {
        padding: 18px;
    }

    .ts-callout {
        padding: 18px;
    }

    .ts-cta-card {
        padding: 20px;
    }

    .ts-table {
        min-width: 680px;
    }

        .ts-table th, .ts-table td {
            padding: 12px 12px;
        }
}

@media (max-width: 768px) {
    .mb-ts {
        height: auto;
    }

    .ts-container {
        padding: 0 14px;
    }

    .ts-btn {
        width: 100%;
    }

    .ts-hero__cta {
        gap: 10px;
    }

    .ts-table {
        min-width: 640px;
    }
}
