/* Techsense landing — scoped to .techsense-landing */
:root {
    --ts-navy: #0a1628;
    --ts-navy-deep: #060d18;
    --ts-blue: #0d6efd;
    --ts-blue-bright: #1a7cff;
    --ts-sky: #4da1ff;
    --ts-muted: #94a3b8;
    --ts-card-shadow: 0 12px 40px rgba(10, 22, 40, 0.08);
    --font: "Inter", system-ui, -apple-system, sans-serif;
}

.techsense-landing-body {
    margin: 0;
    font-family: var(--font);
    color: #1e293b;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.ts-container {
    width: min(1180px, 92vw);
    margin-left: auto;
    margin-right: auto;
}

/* Sticky navbar — light gradient, frosted glass */
.ts-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.85rem 0;
    background: linear-gradient(90deg, rgba(241, 245, 249, 0.88) 0%, rgba(255, 255, 255, 0.94) 55%, rgba(255, 255, 255, 0.98) 100%);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.ts-navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    flex-wrap: wrap;
}

.ts-navbar__brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    flex-shrink: 0;
}

.ts-navbar__brand-logo {
    height: 34px;
    width: auto;
    display: block;
}

@media (min-width: 992px) {
    .ts-navbar__brand-logo {
        height: 38px;
    }
}

.ts-navbar__brand-icon svg {
    display: block;
    width: 44px;
    height: 44px;
}

.ts-navbar__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.ts-navbar__brand-title {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ts-navbar__brand-tech {
    color: #0f172a;
}

.ts-navbar__brand-sense {
    color: #1d4ed8;
}

.ts-navbar__brand-sub {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-top: 0.2rem;
}

.ts-navbar__toggler {
    order: 3;
    margin-left: auto;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: #0f172a;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

@media (min-width: 992px) {
    .ts-navbar__toggler {
        display: none !important;
    }
}

.ts-navbar__collapse {
    width: 100%;
    flex-basis: 100%;
    order: 4;
}

@media (min-width: 992px) {
    .ts-navbar__collapse {
        order: unset;
        width: auto;
        flex-basis: auto;
        flex: 1;
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        gap: 0.25rem 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .ts-navbar__collapse:not(.show) {
        display: none;
    }

    .ts-navbar__collapse {
        padding: 1rem 0 0.25rem;
        margin-top: 0.75rem;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        flex-direction: column;
        align-items: stretch;
    }

    .ts-navbar__collapse.show {
        display: flex !important;
    }
}

.ts-navbar__nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
}

@media (min-width: 992px) {
    .ts-navbar__nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 0.15rem 0.35rem;
    }
}

.ts-navbar__link {
    color: #334155;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

@media (min-width: 992px) {
    .ts-navbar__link {
        padding: 0.45rem 0.55rem;
    }
}

.ts-navbar__link:hover {
    color: #0f172a;
    background: rgba(15, 23, 42, 0.04);
}

.ts-navbar__link.active {
    color: #0f172a;
    background: rgba(37, 99, 235, 0.09);
}

.ts-navbar__chev {
    font-size: 0.75rem;
    opacity: 0.75;
}

.ts-navbar__link--dropdown.dropdown-toggle::after {
    display: none;
}

.ts-navbar__dropdown {
    position: relative;
}

@media (min-width: 992px) {
    .ts-navbar__dropdown .ts-navbar__dropdown-menu {
        margin-top: 0.35rem;
    }
}

.ts-navbar__dropdown-menu {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
    padding: 0.5rem;
    min-width: 15rem;
}

.ts-navbar__dropdown-menu .dropdown-item {
    border-radius: 8px;
    font-size: 0.88rem;
    padding: 0.5rem 0.75rem;
    color: #334155;
}

.ts-navbar__dropdown-menu .dropdown-item:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.ts-navbar__cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 1.35rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(90deg, #003380 0%, #0073e6 100%);
    box-shadow: 0 4px 14px rgba(0, 51, 128, 0.35);
    transition: transform 0.15s, box-shadow 0.2s;
    margin-top: 0.5rem;
}

@media (min-width: 992px) {
    .ts-navbar__cta {
        margin-top: 0;
        margin-left: 0.25rem;
    }
}

.ts-navbar__cta:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 51, 128, 0.4);
}

/* Case studies page — dark hero + large story cards */
.ts-cases-hero {
    background: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(30, 64, 175, 0.25), transparent 55%),
        linear-gradient(180deg, #041528 0%, #072346 52%, #0a2f5b 100%);
    color: #fff;
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2.4rem, 5vw, 3.2rem);
    text-align: center;
}

.ts-cases-hero__eyebrow {
    display: inline-flex;
    padding: 0.36rem 0.92rem;
    border-radius: 999px;
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #93c5fd;
    border: 1px solid rgba(147, 197, 253, 0.25);
    background: rgba(147, 197, 253, 0.08);
}

.ts-cases-hero__title {
    margin: 1rem 0 0.65rem;
    font-size: clamp(1.9rem, 5vw, 3rem);
    letter-spacing: -0.04em;
    line-height: 1.05;
    font-weight: 800;
}

.ts-cases-hero__lead {
    margin: 0 auto;
    max-width: 44rem;
    color: rgba(226, 232, 240, 0.82);
    line-height: 1.65;
    font-size: 0.98rem;
}

.ts-cases-hero__chips {
    margin-top: 1.1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.ts-cases-hero__chips span {
    font-size: 0.7rem;
    color: #bfdbfe;
    background: rgba(30, 64, 175, 0.35);
    border: 1px solid rgba(191, 219, 254, 0.15);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
}

.ts-cases-hero__stats {
    margin-top: 1.45rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.ts-cases-hero__stats div {
    border-top: 1px solid rgba(191, 219, 254, 0.22);
    padding-top: 0.7rem;
}

.ts-cases-hero__stats strong {
    display: block;
    font-size: 1.35rem;
    color: #e2e8f0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ts-cases-hero__stats small {
    color: rgba(191, 219, 254, 0.7);
    font-size: 0.72rem;
    text-transform: lowercase;
}

.ts-cases-list {
    padding: clamp(2.2rem, 5vw, 3rem) 0 clamp(3rem, 7vw, 5rem);
    background: #f6f8fb;
}

.ts-cases-list__wrap {
    display: grid;
    gap: 1.25rem;
}

.ts-case-row.is-hidden-case {
    display: none;
}

.ts-cases-list__more {
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}

.ts-cases-list__more.is-hidden {
    display: none;
}

.ts-cases-list__more-btn {
    border: 0;
    border-radius: 999px;
    padding: 0.8rem 1.35rem;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 12px 28px -16px rgba(37, 99, 235, 0.85);
}

.ts-case-row {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 35px -25px rgba(15, 23, 42, 0.45);
}

@media (min-width: 960px) {
    .ts-case-row {
        grid-template-columns: minmax(220px, 30%) 1fr;
        min-height: 320px;
    }
}

.ts-case-row__visual {
    position: relative;
    background: linear-gradient(155deg, #0054c7 0%, #0e7fe8 58%, #36b6f3 100%);
    color: #fff;
    padding: 1.4rem 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
}

.ts-case-row:nth-child(2n) .ts-case-row__visual {
    background: linear-gradient(155deg, #03265e 0%, #0b3f95 58%, #0f6fd8 100%);
}

.ts-case-row__preview-shell {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.ts-case-row__preview-uploaded {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.ts-case-row__preview-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ts-case-row__preview-frame {
    width: 1600px;
    height: 1000px;
    border: 0;
    transform: scale(0.34);
    transform-origin: top left;
    opacity: 0;
    transition: opacity .25s ease;
    background: #fff;
}

.ts-case-row__preview-frame.is-ready {
    opacity: 1;
}

.ts-case-row__preview-loader,
.ts-case-row__preview-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.25rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(155deg, rgba(0, 84, 199, 0.84) 0%, rgba(14, 127, 232, 0.72) 58%, rgba(54, 182, 243, 0.68) 100%);
    transition: opacity .25s ease, visibility .25s ease;
}

.ts-case-row__preview-loader.is-hidden,
.ts-case-row__preview-fallback {
    opacity: 0;
    visibility: hidden;
}

.ts-case-row__preview-fallback.is-visible {
    opacity: 1;
    visibility: visible;
}

.ts-case-row__preview-spinner {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
    animation: tsSpin 0.8s linear infinite;
}

.ts-case-row__preview-fallback-badge {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 1.1rem;
    font-weight: 800;
}

.ts-case-row__preview-fallback-text {
    font-size: 0.92rem;
    font-weight: 600;
}

.ts-case-row__visual-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.08) 30%, rgba(15, 23, 42, 0.78) 100%),
        linear-gradient(135deg, rgba(0, 84, 199, 0.45), rgba(14, 127, 232, 0.15));
}

.ts-case-row__project {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.ts-case-row__visual-meta {
    margin-top: auto;
}

.ts-case-row__kpi {
    font-size: clamp(2rem, 5vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(15, 23, 42, 0.35);
}

.ts-case-row__kpi-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.3rem;
    text-shadow: 0 4px 18px rgba(15, 23, 42, 0.35);
}

@keyframes tsSpin {
    to {
        transform: rotate(360deg);
    }
}

.ts-case-row__content {
    padding: 1.15rem 1.2rem 1.25rem;
}

@media (min-width: 960px) {
    .ts-case-row__content {
        padding: 1.35rem 1.45rem 1.45rem;
    }
}

.ts-case-row__content h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.08rem, 2.2vw, 1.35rem);
    line-height: 1.28;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.ts-case-row__summary {
    margin: 0 0 0.9rem;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.6;
}

.ts-case-row__cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

@media (min-width: 760px) {
    .ts-case-row__cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }
}

.ts-case-row__cols h4,
.ts-case-row__meta h5 {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0369a1;
}

.ts-case-row__cols p {
    margin: 0;
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.55;
}

.ts-case-row__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0.2rem 0 0.95rem;
}

@media (min-width: 760px) {
    .ts-case-row__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ts-case-row__meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.ts-case-row__meta li {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.45;
    padding-left: 1rem;
    position: relative;
}

.ts-case-row__meta li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.46rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0ea5e9;
}

.ts-case-row__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(95deg, #1d4ed8, #0ea5e9);
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.ts-case-row__cta:hover {
    color: #fff;
    filter: brightness(1.02);
}

.ts-case-row__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.ts-case-row__live {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.5rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
}

.ts-case-row__live:hover {
    color: #1d4ed8;
}

.ts-cases-cta {
    background: linear-gradient(180deg, #072346 0%, #0a2f5b 100%);
    color: #fff;
    text-align: center;
    padding: 3rem 0;
}

.ts-cases-cta h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.ts-cases-cta p {
    margin: 0 auto 1.35rem;
    max-width: 34rem;
    color: rgba(226, 232, 240, 0.86);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Case study detail page */
.ts-case-detail-hero {
    background: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(30, 64, 175, 0.22), transparent 55%),
        linear-gradient(180deg, #0a6fca 0%, #0d78d4 45%, #0f7fd9 100%);
    color: #fff;
    padding: clamp(2.6rem, 5vw, 3.5rem) 0;
}

.ts-case-detail-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}

@media (min-width: 960px) {
    .ts-case-detail-hero__grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 1.4rem;
        align-items: stretch;
    }
}

.ts-case-detail-hero__eyebrow {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.86);
}

.ts-case-detail-hero__project {
    margin-top: 0.9rem;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.96;
}

.ts-case-detail-hero h1 {
    margin: 0.4rem 0 0.65rem;
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.ts-case-detail-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
    font-size: 0.93rem;
}

.ts-case-detail-hero__chips {
    margin-top: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.ts-case-detail-hero__chips span {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #e0f2fe;
    border-radius: 999px;
    font-size: 0.69rem;
    padding: 0.28rem 0.58rem;
}

.ts-case-detail-highlights {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(3, 37, 83, 0.18);
    border-radius: 16px;
    padding: 1rem 1rem 0.85rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.ts-case-detail-highlights h3 {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #bfdbfe;
}

.ts-case-detail-highlights__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.ts-case-detail-highlights__stats div {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 0.75rem 0.65rem;
    text-align: center;
}

.ts-case-detail-highlights strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 800;
}

.ts-case-detail-highlights small {
    display: block;
    margin-top: 0.3rem;
    color: rgba(219, 234, 254, 0.85);
    font-size: 0.7rem;
}

.ts-case-preview {
    padding: clamp(1.25rem, 3vw, 2rem) 0 0;
    background: #f8fafc;
}

.ts-case-preview__card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    padding: clamp(1rem, 2vw, 1.4rem);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.ts-case-preview__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.ts-case-preview__eyebrow {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0f7fd9;
}

.ts-case-preview__source-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ts-case-preview__header h2 {
    margin: 0;
    font-size: clamp(1.05rem, 2.2vw, 1.4rem);
    color: #0f172a;
}

.ts-case-preview__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.ts-case-preview__frame-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #e2e8f0;
    min-height: 620px;
}

.ts-case-preview__frame {
    width: 100%;
    height: 620px;
    border: 0;
    background: #fff;
}

.ts-case-preview__uploaded-image {
    width: 100%;
    min-height: 620px;
    height: 620px;
    object-fit: cover;
    display: block;
}

.ts-case-preview__frame.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.ts-case-preview__fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.9rem;
    padding: clamp(1.2rem, 3vw, 2.4rem);
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.2), transparent 28%),
        linear-gradient(135deg, #0f172a, #1d4ed8 55%, #38bdf8 100%);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.ts-case-preview__fallback.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.ts-case-preview__fallback-badge {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 1.25rem;
    font-weight: 800;
}

.ts-case-preview__fallback h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    color: #fff;
}

.ts-case-preview__fallback p {
    margin: 0;
    max-width: 46rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.ts-case-preview__fallback-url {
    display: inline-flex;
    max-width: 100%;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dbeafe;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
}

.ts-case-preview__fallback-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ts-case-preview__note {
    margin: 0.85rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .ts-case-preview__frame-wrap,
    .ts-case-preview__frame,
    .ts-case-preview__uploaded-image {
        min-height: 420px;
        height: 420px;
    }
}

.ts-case-detail-main {
    background: #f8fafc;
    padding: clamp(2.2rem, 5vw, 3rem) 0 clamp(3rem, 7vw, 4.5rem);
}

.ts-case-detail-main h2 {
    margin: 0 0 0.65rem;
    text-align: center;
    color: #0f172a;
    font-size: clamp(1.18rem, 2.3vw, 1.45rem);
}

.ts-case-detail-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-bottom: 1.8rem;
}

@media (min-width: 900px) {
    .ts-case-detail-split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ts-case-detail-split article {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem;
}

.ts-case-detail-split article h2 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.ts-case-detail-split article p {
    margin: 0 0 0.6rem;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.55;
}

.ts-case-detail-split article ul {
    margin: 0;
    padding-left: 1rem;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.55;
}

.ts-case-detail-delivered {
    margin-bottom: 1.8rem;
}

.ts-case-detail-delivered__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 900px) {
    .ts-case-detail-delivered__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.ts-case-detail-delivered__grid div {
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    padding: 0.95rem 0.5rem;
}

.ts-case-detail-delivered__grid strong {
    display: block;
    color: #0f172a;
    font-size: 0.88rem;
}

.ts-case-detail-delivered__grid small {
    display: block;
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.74rem;
}

.ts-case-detail-timeline,
.ts-case-detail-features,
.ts-case-detail-stack {
    margin-bottom: 1.8rem;
}

.ts-case-detail-timeline__grid {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .ts-case-detail-timeline__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.ts-case-detail-timeline__grid article {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    padding: 0.9rem 0.8rem;
    text-align: center;
}

.ts-case-detail-timeline__grid .num {
    width: 30px;
    height: 30px;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-case-detail-timeline__grid h4 {
    margin: 0 0 0.35rem;
    font-size: 0.86rem;
    color: #0f172a;
}

.ts-case-detail-timeline__grid p {
    margin: 0;
    font-size: 0.76rem;
    color: #64748b;
}

.ts-case-detail-features ul {
    columns: 1;
    margin: 0;
    padding-left: 1rem;
}

@media (min-width: 960px) {
    .ts-case-detail-features ul {
        columns: 2;
        column-gap: 1.4rem;
    }
}

.ts-case-detail-features li {
    margin-bottom: 0.45rem;
    color: #475569;
    font-size: 0.86rem;
}

.ts-case-detail-stack__cols {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .ts-case-detail-stack__cols {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ts-case-detail-stack__cols div {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    padding: 0.85rem 0.9rem;
}

.ts-case-detail-stack__cols h4 {
    margin: 0 0 0.3rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0369a1;
}

.ts-case-detail-stack__cols p {
    margin: 0;
    font-size: 0.84rem;
    color: #334155;
}

.ts-case-detail-cta {
    text-align: center;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 1.35rem 1rem;
}

.ts-case-detail-cta h3 {
    margin: 0 0 0.45rem;
    color: #0f172a;
    font-size: 1.2rem;
}

.ts-case-detail-cta p {
    margin: 0 auto 1rem;
    color: #64748b;
    max-width: 34rem;
    font-size: 0.9rem;
}

.ts-case-detail-cta__ghost {
    color: #334155 !important;
    border-color: #cbd5e1;
}

/* Hero */
.ts-hero {
    position: relative;
    min-height: min(92vh, 760px);
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .ts-hero {
        grid-template-columns: 1fr 1fr;
    }
}

.ts-hero__left {
    background: linear-gradient(145deg, var(--ts-navy) 0%, #0d2137 55%, var(--ts-navy) 100%);
    padding: 4rem 4vw 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.ts-hero__left::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 18%;
    background: var(--ts-blue);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    opacity: 0.95;
}

.ts-hero__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.ts-hero__kicker {
    color: var(--ts-sky);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 600;
    margin: 0.75rem 0 1rem;
}

.ts-hero__title {
    color: #fff;
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.03em;
}

.ts-hero__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.75rem;
}

.ts-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ts-blue);
    color: #fff !important;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    transition: background 0.2s, transform 0.15s;
}

.ts-btn-primary:hover {
    background: var(--ts-blue-bright);
    color: #fff;
    transform: translateY(-1px);
}

.ts-hero__trusted {
    margin-top: 2.5rem;
}

.ts-hero__trusted-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.ts-hero__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem 1.75rem;
}

.ts-logo-pill {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.ts-hero__right {
    position: relative;
    min-height: 280px;
}

@media (min-width: 992px) {
    .ts-hero__right {
        min-height: auto;
    }
}

.ts-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}

@media (min-width: 992px) {
    .ts-hero__img {
        min-height: 100%;
    }
}

/* Trusted partners — modern mesh, headline, glass rail, chip brands */
.ts-trust {
    position: relative;
    padding: 3.5rem 0 3.25rem;
    overflow: hidden;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    background:
        linear-gradient(180deg, #fafbfc 0%, #f1f5f9 45%, #eef2f7 100%);
}

.ts-trust__mesh {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 15% 20%, rgba(59, 130, 246, 0.09), transparent 55%),
        radial-gradient(ellipse 70% 45% at 85% 80%, rgba(99, 102, 241, 0.07), transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(14, 165, 233, 0.05), transparent 45%);
    opacity: 1;
}

.ts-trust__intro {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    z-index: 1;
}

.ts-trust__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 999px;
}

.ts-trust__headline {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.ts-trust__headline-accent {
    background: linear-gradient(105deg, #1d4ed8 0%, #2563eb 40%, #0ea5e9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-trust__text {
    margin: 0 auto;
    max-width: 34rem;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.65;
}

.ts-trust__rail-outer {
    position: relative;
    z-index: 1;
}

.ts-trust__rail {
    padding: 0.85rem 0.5rem;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.88) 100%);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 50px -24px rgba(15, 23, 42, 0.15),
        0 0 0 1px rgba(15, 23, 42, 0.04);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.ts-trust__marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.ts-trust__track {
    display: flex;
    width: max-content;
    animation: ts-trust-marquee 48s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .ts-trust__marquee {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .ts-trust__track {
        animation: none;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem 1.5rem;
    }

    .ts-trust__group[aria-hidden="true"] {
        display: none;
    }

    .ts-trust__group {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
        gap: 1rem 2rem;
    }
}

@keyframes ts-trust-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ts-trust__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: clamp(1rem, 3vw, 1.75rem);
    padding-right: clamp(1rem, 3vw, 1.75rem);
}

.ts-trust__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 0.65rem;
    color: #475569;
    white-space: nowrap;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.035);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.ts-trust__brand:hover {
    background: rgba(59, 130, 246, 0.06);
    border-color: rgba(59, 130, 246, 0.15);
    transform: translateY(-1px);
}

.ts-trust__brand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    opacity: 0.95;
}

.ts-trust__brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2rem;
}

.ts-trust__brand-logo img {
    display: block;
    max-width: 5rem;
    max-height: 2rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ts-trust__brand-name {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.ts-trust__brand-dolby {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    gap: 0.06rem;
    font-weight: 800;
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: -0.12em;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.ts-trust__brand-dolby__d {
    display: inline-block;
    transform: skewX(-8deg);
}

.ts-trust__brand--evolytes {
    padding-left: 1rem;
}

.ts-trust__brand--evolytes .ts-trust__brand-name {
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    transform: scaleY(1.05);
    transform-origin: center;
}

/* Section headings */
.ts-section {
    padding: 4.5rem 0;
}

.ts-section--gray {
    background: #f8fafc;
}

.ts-section-label {
    display: block;
    text-align: center;
    color: var(--ts-sky);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
}

.ts-section-title {
    text-align: center;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 800;
    color: var(--ts-navy);
    margin: 0 auto 0.75rem;
    max-width: 720px;
    line-height: 1.25;
}

.ts-section-title .accent {
    color: var(--ts-blue);
}

.ts-section-desc {
    text-align: center;
    color: #64748b;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}

/* Service cards */
.ts-cards {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .ts-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .ts-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ts-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: var(--ts-card-shadow);
    border: 1px solid #eef2f7;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ts-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    color: var(--ts-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.ts-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ts-navy);
    margin: 0 0 0.65rem;
}

.ts-card__desc {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.ts-card ul {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
    flex-grow: 1;
}

.ts-card li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #475569;
}

.ts-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ts-blue);
    font-weight: 700;
    font-size: 0.75rem;
}

.ts-card__link {
    color: var(--ts-blue);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.ts-card__link:hover {
    text-decoration: underline;
}

/* Why section — modern navy, glass, bento metrics */
.ts-why {
    position: relative;
    color: #fff;
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
    overflow: hidden;
    background: radial-gradient(ellipse 120% 80% at 20% 0%, rgba(37, 99, 235, 0.12), transparent 50%),
        radial-gradient(ellipse 90% 60% at 100% 60%, rgba(14, 165, 233, 0.08), transparent 45%),
        linear-gradient(165deg, #050a12 0%, #081221 38%, #0a1628 100%);
}

.ts-why__ambient {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 90%, rgba(59, 130, 246, 0.07), transparent 40%),
        radial-gradient(circle at 90% 15%, rgba(56, 189, 248, 0.06), transparent 35%);
    opacity: 1;
}

.ts-why__wrap {
    position: relative;
    z-index: 1;
}

.ts-why__grid {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: start;
}

@media (min-width: 992px) {
    .ts-why__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: clamp(2.5rem, 4vw, 4rem);
        align-items: stretch;
    }
}

.ts-why__eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.4rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-radius: 999px;
}

.ts-why__title {
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 1.1rem;
    letter-spacing: -0.035em;
    color: #f8fafc;
}

.ts-why__title-line {
    display: block;
    margin-top: 0.35rem;
}

.ts-why__title-accent {
    background: linear-gradient(105deg, #7dd3fc 0%, #38bdf8 45%, #22d3ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-why__intro {
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.7;
    margin: 0 0 2rem;
    font-size: 1rem;
    max-width: 34rem;
}

.ts-why__benefits {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ts-benefit {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    opacity: 0;
    animation: ts-why-benefit-in 0.65s ease forwards;
}

.ts-benefit:nth-child(1) {
    animation-delay: 0.08s;
}

.ts-benefit:nth-child(2) {
    animation-delay: 0.16s;
}

.ts-benefit:nth-child(3) {
    animation-delay: 0.24s;
}

.ts-benefit:nth-child(4) {
    animation-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
    .ts-benefit {
        opacity: 1;
        animation: none;
    }
}

@keyframes ts-why-benefit-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ts-benefit:hover {
    border-color: rgba(56, 189, 248, 0.28);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.ts-benefit__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(56, 189, 248, 0.35), rgba(37, 99, 235, 0.25));
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f0f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ts-benefit__body h4 {
    margin: 0 0 0.3rem;
    font-size: 1.02rem;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -0.02em;
}

.ts-benefit__body p {
    margin: 0;
    color: rgba(203, 213, 225, 0.85);
    font-size: 0.88rem;
    line-height: 1.55;
}

.ts-why__col--metrics {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ts-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

@media (min-width: 576px) {
    .ts-stats-grid {
        gap: 1rem;
    }
}

.ts-stat {
    position: relative;
    margin: 0;
    border-radius: 18px;
    padding: 1.35rem 1rem 1.25rem;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transition: transform 0.25s, border-color 0.25s;
}

.ts-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(56, 189, 248, 0.25);
}

.ts-stat--spotlight {
    border-color: rgba(56, 189, 248, 0.35);
    background: linear-gradient(155deg, rgba(56, 189, 248, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.ts-stat__glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 30% 30%, rgba(56, 189, 248, 0.25), transparent 55%);
    pointer-events: none;
    opacity: 0.7;
}

.ts-stat--spotlight .ts-stat__val {
    position: relative;
    z-index: 1;
}

.ts-stat--spotlight .ts-stat__label {
    position: relative;
    z-index: 1;
}

.ts-stat__val {
    position: relative;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #7dd3fc 0%, #38bdf8 55%, #0ea5e9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.1;
}

.ts-stat__label {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(203, 213, 225, 0.82);
    margin-top: 0.45rem;
    letter-spacing: 0.02em;
}

.ts-gcp {
    margin-top: 0.25rem;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.08), rgba(56, 189, 248, 0.2));
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.ts-gcp__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.98);
}

.ts-gcp__logo {
    flex-shrink: 0;
    width: 44px;
    height: auto;
}

.ts-gcp__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.15rem;
}

.ts-gcp__kicker {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.ts-gcp__title {
    font-size: 1rem;
    font-weight: 700;
    color: #334155;
    letter-spacing: -0.02em;
}

/* Scale / Talent section — light mesh, glass cards, stats band, process timeline */
.ts-scale {
    position: relative;
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
}

.ts-scale__mesh {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 15% 10%, rgba(59, 130, 246, 0.07), transparent 55%),
        radial-gradient(ellipse 60% 45% at 90% 70%, rgba(14, 165, 233, 0.06), transparent 50%);
}

.ts-scale__inner {
    position: relative;
    z-index: 1;
}

.ts-scale__header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.75rem;
}

.ts-scale__eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.4rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 999px;
}

.ts-scale__title {
    margin: 0 0 1rem;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #0f172a;
}

.ts-scale__title-accent {
    display: block;
    margin-top: 0.25rem;
    background: linear-gradient(105deg, #1d4ed8 0%, #2563eb 40%, #0ea5e9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 640px) {
    .ts-scale__title-accent {
        display: inline;
        margin-top: 0;
        margin-left: 0.25rem;
    }
}

.ts-scale__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #64748b;
}

.ts-scale__features {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.75rem;
}

@media (min-width: 640px) {
    .ts-scale__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .ts-scale__features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

.ts-scale-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 0;
    padding: 1.25rem 1.2rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 12px 40px -18px rgba(15, 23, 42, 0.15),
        0 0 0 1px rgba(15, 23, 42, 0.04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.ts-scale-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.2);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 20px 50px -20px rgba(37, 99, 235, 0.2),
        0 0 0 1px rgba(59, 130, 246, 0.1);
}

.ts-scale-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #1d4ed8;
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

.ts-scale-card__title {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.ts-scale-card__body p {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.55;
}

/* Expertise areas — glass panel + icon grid */
.ts-scale-expertise {
    position: relative;
    margin-bottom: 2.5rem;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.75) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 24px 50px -20px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(59, 130, 246, 0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.ts-scale-expertise__head {
    padding: 1.75rem 1.5rem 1.25rem;
    text-align: center;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 100%);
}

.ts-scale-expertise__eyebrow {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 999px;
}

.ts-scale-expertise__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #0f172a;
    line-height: 1.2;
}

.ts-scale-expertise__title-accent {
    background: linear-gradient(105deg, #1d4ed8, #0ea5e9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-scale-expertise__sub {
    margin: 0 auto;
    max-width: 32rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

.ts-scale-expertise__grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
    padding: 1.25rem 1rem 1.5rem;
    background: rgba(248, 250, 252, 0.45);
}

@media (min-width: 520px) {
    .ts-scale-expertise__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        padding: 1.35rem 1.25rem 1.75rem;
    }
}

@media (min-width: 1100px) {
    .ts-scale-expertise__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

.ts-expertise-card {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.35rem 1rem 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s, border-color 0.25s, background 0.25s;
}

.ts-expertise-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(59, 130, 246, 0.28);
    background: #fff;
    box-shadow: 0 16px 40px -12px rgba(37, 99, 235, 0.2), 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.ts-expertise-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #1d4ed8;
    border-radius: 14px;
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.ts-expertise-card:hover .ts-expertise-card__icon {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.18);
}

.ts-expertise-card__label {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
    .ts-expertise-card,
    .ts-expertise-card:hover {
        transform: none;
    }

    .ts-expertise-card:hover .ts-expertise-card__icon {
        transform: none;
    }
}

.ts-scale-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 3rem;
    padding: 1.35rem 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}

@media (min-width: 768px) {
    .ts-scale-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        padding: 1.5rem 1.35rem;
    }
}

.ts-scale-stat {
    text-align: center;
    padding: 0.5rem 0.35rem;
}

.ts-scale-stat__val {
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #f8fafc 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
}

.ts-scale-stat__label {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(203, 213, 225, 0.88);
    line-height: 1.35;
}

.ts-scale-process {
    padding-top: 0.25rem;
}

.ts-scale-process__title {
    margin: 0 0 2rem;
    text-align: center;
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ts-scale-steps {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    position: relative;
}

@media (min-width: 900px) {
    .ts-scale-steps {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .ts-scale-steps::before {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 26px;
        height: 2px;
        background: linear-gradient(90deg, rgba(226, 232, 240, 0.3), rgba(59, 130, 246, 0.45), rgba(226, 232, 240, 0.3));
        border-radius: 2px;
        z-index: 0;
    }
}

.ts-scale-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0.75rem 0.5rem 0;
}

.ts-scale-step__num {
    width: 44px;
    height: 44px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%);
    border: 3px solid #f8fafc;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.ts-scale-step h4 {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.ts-scale-step p {
    margin: 0;
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.5;
}

/* Landing featured case studies section */
.ts-landing-cases {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    padding: clamp(3.2rem, 7vw, 5rem) 0;
}

.ts-landing-cases__head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2rem;
}

.ts-landing-cases__eyebrow {
    display: inline-flex;
    margin-bottom: 0.8rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.67rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d4ed8;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.15);
}

.ts-landing-cases__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.ts-landing-cases__title span {
    color: #1d4ed8;
}

.ts-landing-cases__lead {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.ts-landing-cases__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.95rem;
}

@media (min-width: 900px) {
    .ts-landing-cases__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

.ts-landing-case-card {
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.86);
    padding: 1.15rem 1.1rem;
    box-shadow: 0 12px 35px -22px rgba(15, 23, 42, 0.25);
    transition: transform 0.24s, box-shadow 0.24s, border-color 0.24s;
}

.ts-landing-case-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.28);
    box-shadow: 0 20px 45px -23px rgba(37, 99, 235, 0.25);
}

.ts-landing-case-card__kpi {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1d4ed8;
    margin-bottom: 0.55rem;
}

.ts-landing-case-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.02rem;
    line-height: 1.35;
    color: #0f172a;
}

.ts-landing-case-card p {
    margin: 0 0 0.8rem;
    color: #64748b;
    line-height: 1.55;
    font-size: 0.88rem;
}

.ts-landing-case-card a {
    color: #0ea5e9;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
}

.ts-landing-cases__actions {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

/* CTA */
.ts-cta {
    background: linear-gradient(90deg, #0b4bab 0%, #1a7cff 50%, #4da1ff 100%);
    padding: 3.5rem 1.5rem;
    text-align: center;
}

.ts-cta h2 {
    color: #fff;
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    font-weight: 800;
    margin: 0 0 0.65rem;
}

.ts-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 1.75rem;
    max-width: 560px;
    font-size: 0.95rem;
}

.ts-cta__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.ts-btn-white {
    background: #fff;
    color: var(--ts-navy) !important;
    font-weight: 700;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid #fff;
}

.ts-btn-ghost {
    background: transparent;
    color: #000000 !important;
    font-weight: 600;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid rgba(4, 29, 98, 0.6);
}

.ts-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Footer — gradient + layered layout */
.ts-footer {
    background: linear-gradient(180deg, #0a1628 0%, #0c1f3a 42%, #0f2748 72%, #123456 100%);
    color: rgba(255, 255, 255, 0.72);
    padding: 3.25rem 0 0;
    font-size: 0.9rem;
}

.ts-footer__grid {
    display: grid;
    gap: 2.5rem 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .ts-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .ts-footer__grid {
        grid-template-columns: minmax(220px, 1.15fr) minmax(140px, 0.75fr) minmax(180px, 0.95fr) minmax(200px, 1fr);
        gap: 2rem 2.5rem;
        align-items: start;
    }
}

.ts-footer__col--brand {
    max-width: 26rem;
}

.ts-footer__logo-lockup {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #fff;
    margin-bottom: 1.1rem;
}

.ts-footer__logo-lockup:hover {
    color: #fff;
}

.ts-footer__logo-icon {
    flex-shrink: 0;
    color: #fff;
    display: flex;
}

.ts-footer__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.ts-footer__logo-name {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ts-footer__logo-tag {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: 0.95;
    margin-top: 0.2rem;
}

.ts-footer__about {
    line-height: 1.65;
    margin: 0 0 1.35rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.65);
}

.ts-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.ts-social--outline a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.05rem;
    transition: border-color 0.2s, background 0.2s;
}

.ts-social--outline a:hover {
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.ts-footer__heading {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
}

.ts-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-footer__list li {
    margin-bottom: 0.55rem;
}

.ts-footer__list a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s;
}

.ts-footer__list a:hover {
    color: #fff;
}

.ts-footer__list--plain li {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.5;
}

.ts-footer__email {
    color: #5eead4 !important;
    font-weight: 500;
}

.ts-footer__email:hover {
    color: #99f6e4 !important;
}

.ts-footer__col--split {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.ts-footer__block .ts-footer__heading {
    margin-bottom: 0.85rem;
}

.ts-footer__certs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ts-cert-pill {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.35;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.78);
}

.ts-footer__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    margin: 2.5rem 0 2rem;
}

.ts-footer__partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem 1.5rem;
    padding-bottom: 2rem;
}

.ts-partner-badge {
    border-radius: 10px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 88px;
    min-width: 140px;
}

.ts-partner-badge--aws {
    background: #fff;
    color: #232f3e;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    padding: 0.5rem;
}

.ts-partner-badge--aws img {
    width: 120px;
    height: auto;
    display: block;
}

.ts-partner-badge--gcp {
    background: #fff;
    padding: 0.6rem 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.ts-partner-badge--gcp img {
    width: 170px;
    max-width: 100%;
    height: auto;
    display: block;
}

.ts-partner-badge--clutch {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 1rem 1.5rem;
    min-width: 200px;
}

.ts-partner-badge__stars {
    color: #e11d48;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.ts-partner-badge__rating {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.15rem 0;
}

.ts-partner-badge__reviews {
    font-size: 0.75rem;
    opacity: 0.85;
}

.ts-partner-badge__powered {
    font-size: 0.65rem;
    margin-top: 0.35rem;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ts-footer__bottom {
    padding: 1.35rem 0 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: space-between;
    align-items: center;
}

.ts-footer__copy {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
}

.ts-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ts-footer__legal a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.ts-footer__legal a:hover {
    color: rgba(255, 255, 255, 0.85);
}
