/* v165 blocks/cinema.css: direct-team cinema GSAP storyboard. Loaded only on the homepage. */

/* v51: cinematic GSAP storyboard for direct-team block */
.ts-direct-visual--cinema {
    min-height: clamp(520px, 42vw, 680px);
    perspective: 1200px;
}

.ts-direct-visual--cinema .ts-direct-orbit,
.ts-direct-visual--cinema .ts-direct-node,
.ts-direct-visual--cinema .ts-direct-line,
.ts-direct-visual--cinema .ts-direct-core {
    display: none !important;
}

.ts-cinema {
    position: absolute;
    inset: 0;
    border-radius: clamp(28px, 3vw, 46px);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 40%, rgba(24,214,177,.18), transparent 38%),
        radial-gradient(circle at 75% 20%, rgba(88,166,255,.12), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        0 36px 100px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.10);
    isolation: isolate;
}

.ts-cinema::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.026) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .48;
    mask-image: radial-gradient(circle at 52% 48%, #000 0 62%, transparent 84%);
}

.ts-cinema__scene {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(.985);
    color: #fff;
}

.ts-cinema__scene.is-active {
    opacity: 1;
    transform: scale(1);
}

.ts-cinema-grid path {
    fill: none;
    stroke: rgba(255,255,255,.055);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-wire,
.ts-cinema-wire--soft {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 14 12;
    opacity: .8;
    filter: drop-shadow(0 0 14px rgba(24,214,177,.32));
}

.ts-cinema-wire--soft {
    stroke-width: 2;
    opacity: .36;
}

.ts-cinema-person circle,
.ts-cinema-person path {
    fill: rgba(5,18,27,.72);
    stroke: rgba(24,214,177,.62);
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 18px rgba(24,214,177,.18));
}

.ts-cinema-person text,
.ts-cinema-bubble text,
.ts-cinema-scene-title,
.ts-cinema-accept text,
.ts-cinema-code-panel text {
    fill: rgba(234,242,255,.86);
    font-family: var(--ts-font-condensed);
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    text-anchor: middle;
    letter-spacing: 0;
}

.ts-cinema-scene-title {
    fill: rgba(255,255,255,.92);
    font-size: 22px;
}

.ts-cinema-bubble rect,
.ts-cinema-code-panel rect,
.ts-cinema-page rect,
.ts-cinema-build-block rect {
    fill: rgba(5,18,27,.76);
    stroke: rgba(24,214,177,.36);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,.22));
}

.ts-cinema-bubble path,
.ts-cinema-code-panel path,
.ts-cinema-page path,
.ts-cinema-build-block path {
    fill: none;
    stroke: rgba(24,214,177,.72);
    stroke-width: 3;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-bubble circle,
.ts-cinema-page circle {
    fill: #18d6b1;
}

.ts-cinema-page circle:nth-child(3),
.ts-cinema-bubble circle:nth-child(3) {
    fill: #58a6ff;
}

.ts-cinema-page circle:nth-child(4),
.ts-cinema-bubble circle:nth-child(4) {
    fill: #d4ff74;
}

.ts-cinema-cursor {
    fill: rgba(24,214,177,.18);
    stroke: #d4ff74;
    stroke-width: 4;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 20px rgba(212,255,116,.32));
}

.ts-cinema-code-panel path {
    stroke: rgba(88,166,255,.72);
    stroke-width: 4;
}

.ts-cinema-hand {
    fill: rgba(5,18,27,.82);
    stroke: url(#tsCinemaLineC);
    stroke-width: 4;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 22px rgba(24,214,177,.22));
}

.ts-cinema-accept circle {
    fill: rgba(24,214,177,.08);
    stroke: rgba(24,214,177,.55);
    stroke-width: 3;
    filter: drop-shadow(0 0 22px rgba(24,214,177,.20));
}

.ts-cinema-accept path {
    fill: none;
    stroke: #d4ff74;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ts-cinema__caption {
    position: absolute;
    left: clamp(18px, 2.4vw, 34px);
    right: clamp(18px, 2.4vw, 34px);
    bottom: clamp(18px, 2.4vw, 34px);
    z-index: 6;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(5,18,27,.72);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        0 22px 60px rgba(0,0,0,.26),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ts-cinema__caption b {
    grid-row: span 2;
    color: #18d6b1;
    font-family: var(--ts-font-condensed);
    font-size: 28px;
    line-height: 1;
}

.ts-cinema__caption strong {
    color: #fff;
    font-family: var(--ts-font-condensed);
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
}

.ts-cinema__caption span {
    color: rgba(234,242,255,.72);
    font-size: 14px;
    line-height: 1.45;
}

.ts-cinema__matrix {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(10, 1fr);
    pointer-events: none;
}

.ts-cinema__tile {
    background:
        radial-gradient(circle at 50% 50%, rgba(212,255,116,.18), transparent 52%),
        linear-gradient(135deg, rgba(24,214,177,.95), rgba(88,166,255,.72));
    opacity: 0;
    transform: scale(.8);
    box-shadow: 0 0 22px rgba(24,214,177,.34);
}

@media (max-width: 959px) {
    .ts-direct-visual--cinema {
        min-height: 560px;
    }
}

@media (max-width: 639px) {
    .ts-direct-visual--cinema {
        min-height: 510px;
    }

    .ts-cinema__caption {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ts-cinema__caption b {
        grid-row: auto;
        font-size: 20px;
    }

    .ts-cinema__caption strong {
        font-size: 20px;
    }

    .ts-cinema__caption span {
        font-size: 13px;
    }

    .ts-cinema-scene-title {
        font-size: 17px;
    }
}

/* v52: clean cinematic SVG shapes, fix text overlap and crooked polygon feel */
.ts-cinema-person rect,
.ts-cinema-person circle,
.ts-cinema-person path {
    vector-effect: non-scaling-stroke;
}

.ts-cinema-person rect {
    fill: rgba(5,18,27,.66);
    stroke: rgba(24,214,177,.52);
    stroke-width: 3;
    filter: drop-shadow(0 0 18px rgba(24,214,177,.16));
}

.ts-cinema-bubble text,
.ts-cinema-small-note text {
    fill: rgba(234,242,255,.92);
    font-family: var(--ts-font-condensed);
    font-size: 15px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ts-cinema-bubble rect {
    fill: rgba(5,18,27,.84);
    stroke: rgba(24,214,177,.56);
    stroke-width: 2.4;
}

.ts-cinema-bubble path {
    fill: rgba(5,18,27,.84);
    stroke: rgba(24,214,177,.56);
    stroke-width: 2.4;
    stroke-linejoin: round;
}

.ts-cinema-small-note rect,
.ts-cinema-result-card rect {
    fill: rgba(5,18,27,.78);
    stroke: rgba(88,166,255,.30);
    stroke-width: 2;
    filter: drop-shadow(0 18px 38px rgba(0,0,0,.22));
}

.ts-cinema-result-card path {
    fill: none;
    stroke: rgba(24,214,177,.70);
    stroke-width: 4;
    stroke-linecap: round;
}

.ts-cinema-hand {
    fill: none !important;
    stroke: url(#tsCinemaLineC);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 18px rgba(24,214,177,.26));
}

.ts-cinema-hand--middle {
    stroke-width: 6;
    opacity: .8;
}

.ts-cinema-hand-dot {
    fill: rgba(24,214,177,.28);
    stroke: rgba(212,255,116,.88);
    stroke-width: 3;
    filter: drop-shadow(0 0 18px rgba(212,255,116,.34));
}

.ts-cinema-page rect,
.ts-cinema-build-block rect,
.ts-cinema-code-panel rect {
    fill: rgba(5,18,27,.74);
    stroke: rgba(24,214,177,.40);
    stroke-width: 2;
}

.ts-cinema-page path,
.ts-cinema-build-block path,
.ts-cinema-code-panel path {
    stroke-linecap: round;
}

.ts-cinema-scene-title {
    font-size: 20px;
    fill: rgba(255,255,255,.92);
}

@media (max-width: 639px) {
    .ts-cinema-bubble text,
    .ts-cinema-small-note text {
        font-size: 13px;
    }
}


/* v53: detailed direct-contact scene with docs, stack and transfer */
.ts-cinema-role-badge rect,
.ts-cinema-doc rect,
.ts-cinema-transfer-base rect,
.ts-cinema-transfer-stack rect,
.ts-cinema-dev-receive rect {
    fill: rgba(5,18,27,.82);
    stroke: rgba(24,214,177,.46);
    stroke-width: 2.2;
}

.ts-cinema-role-badge circle,
.ts-cinema-transfer-stack rect:first-child,
.ts-cinema-doc--gallery rect,
.ts-cinema-doc--text rect,
.ts-cinema-dev-receive rect,
.ts-cinema-transfer-base rect {
    filter: drop-shadow(0 0 18px rgba(24,214,177,.18));
}

.ts-cinema-role-badge path,
.ts-cinema-doc path,
.ts-cinema-transfer-base path,
.ts-cinema-dev-receive path {
    fill: none;
    stroke: rgba(24,214,177,.86);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ts-cinema-role-badge text,
.ts-cinema-doc text,
.ts-cinema-transfer-base text,
.ts-cinema-dev-receive text {
    fill: rgba(234,242,255,.92);
    font-family: var(--ts-font-condensed);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-anchor: middle;
}

.ts-cinema-role-badge--dev text { text-anchor: start; }

.ts-cinema-talk path {
    fill: none;
    stroke: url(#tsCinemaLineA);
    stroke-width: 4;
    stroke-linecap: round;
    opacity: .72;
    filter: drop-shadow(0 0 12px rgba(24,214,177,.24));
}

.ts-cinema-transfer-stack rect:nth-child(1) { opacity: .44; }
.ts-cinema-transfer-stack rect:nth-child(2) { opacity: .66; }
.ts-cinema-transfer-stack rect:nth-child(3) { opacity: .92; }
.ts-cinema-transfer-stack rect {
    fill: rgba(7,23,34,.84);
    stroke: rgba(88,166,255,.46);
    stroke-width: 2.2;
}

.ts-cinema-dev-receive text,
.ts-cinema-transfer-base text {
    font-size: 11px;
}

.ts-cinema-doc,
.ts-cinema-transfer-stack,
.ts-cinema-dev-receive,
.ts-cinema-transfer-base,
.ts-cinema-talk {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

/* v54: detailed build and acceptance scenes */
.ts-cinema-build-screen rect,
.ts-cinema-final-preview rect,
.ts-cinema-accept-checklist rect,
.ts-cinema-component rect,
.ts-cinema-deploy circle,
.ts-cinema-approve-stamp circle,
.ts-cinema-result-card rect {
    fill: rgba(5,18,27,.78);
    stroke: rgba(24,214,177,.42);
    stroke-width: 2.2;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 18px 38px rgba(0,0,0,.22));
}

.ts-cinema-build-screen path,
.ts-cinema-final-preview path,
.ts-cinema-wireframe path,
.ts-cinema-wireframe rect,
.ts-cinema-component path,
.ts-cinema-deploy path,
.ts-cinema-accept-checklist path,
.ts-cinema-accept-checklist circle,
.ts-cinema-result-card path,
.ts-cinema-approve-stamp path {
    fill: none;
    stroke: rgba(24,214,177,.82);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-wireframe rect {
    stroke: rgba(88,166,255,.30);
    stroke-width: 2;
}

.ts-cinema-build-screen text,
.ts-cinema-final-preview text,
.ts-cinema-component text,
.ts-cinema-deploy text,
.ts-cinema-accept-checklist text,
.ts-cinema-approve-stamp text,
.ts-cinema-result-card text {
    fill: rgba(234,242,255,.88);
    font-family: var(--ts-font-condensed);
    font-size: 13px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ts-cinema-component--crm rect,
.ts-cinema-code-panel rect {
    stroke: rgba(88,166,255,.52);
}

.ts-cinema-data-line {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 10 10;
    filter: drop-shadow(0 0 14px rgba(24,214,177,.26));
}

.ts-cinema-deploy path,
.ts-cinema-approve-stamp path,
.ts-cinema-check-row path {
    stroke: #d4ff74;
}

.ts-cinema-deploy circle,
.ts-cinema-approve-stamp circle {
    fill: rgba(24,214,177,.08);
}

.ts-cinema-check-row circle {
    fill: rgba(24,214,177,.08);
    stroke: rgba(24,214,177,.54);
}

.ts-cinema-check-row text {
    text-anchor: start;
    font-size: 15px;
}

.ts-cinema-person--accept rect,
.ts-cinema-person--accept circle {
    fill: rgba(5,18,27,.70);
    stroke: rgba(24,214,177,.52);
    stroke-width: 3;
}

.ts-cinema-build-screen,
.ts-cinema-wireframe,
.ts-cinema-component,
.ts-cinema-data-line,
.ts-cinema-deploy,
.ts-cinema-cursor,
.ts-cinema-final-preview,
.ts-cinema-accept-checklist,
.ts-cinema-check-row,
.ts-cinema-approve-stamp,
.ts-cinema-result-card,
.ts-cinema-handshake {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

/* v61: restored cinema scenes + PNG client/developer in the first scene */
.ts-direct-visual--cinema.is-scene-0 .ts-cinema__caption {
    display: none !important;
}

.ts-cinema__scene--direct-png .ts-cinema-png-person {
    overflow: visible;
    filter:
        drop-shadow(0 0 16px rgba(24,214,177,.36))
        drop-shadow(0 0 36px rgba(24,214,177,.16));
}

.ts-cinema-person-name {
    fill: rgba(234,242,255,.92);
    font-family: var(--ts-font-condensed);
    font-size: 15px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ts-cinema-material-card,
.ts-cinema-mail-direct,
.ts-cinema-inbox-direct {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema-material-card rect,
.ts-cinema-mail-direct rect,
.ts-cinema-inbox-direct rect {
    fill: rgba(5,18,27,.82);
    stroke: rgba(24,244,225,.75);
    stroke-width: 3;
    filter: drop-shadow(0 16px 34px rgba(0,0,0,.25)) drop-shadow(0 0 16px rgba(24,214,177,.16));
}

.ts-cinema-material-card path,
.ts-cinema-mail-direct path,
.ts-cinema-inbox-direct path {
    fill: none;
    stroke: rgba(234,242,255,.82);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-material-card--text path:first-of-type {
    fill: rgba(24,214,177,.12);
    stroke: rgba(24,244,225,.75);
}

.ts-cinema-material-card--image circle {
    fill: #d4ff74;
}

.ts-cinema-material-card--image path {
    stroke: #d4ff74;
}

.ts-cinema-material-card--image path:last-of-type {
    stroke: #18d6b1;
}

.ts-cinema-material-card--video path {
    fill: rgba(212,255,116,.18);
    stroke: #d4ff74;
}

.ts-cinema-material-card text,
.ts-cinema-mail-direct text,
.ts-cinema-inbox-direct text {
    fill: rgba(234,242,255,.92);
    font-family: var(--ts-font-condensed);
    font-size: 13px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ts-cinema-direct-flow {
    fill: none;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 12 10;
    filter: drop-shadow(0 0 14px rgba(24,214,177,.30));
}

.ts-cinema__scene--direct-png .ts-cinema-bubble,
.ts-cinema__scene--direct-png .ts-cinema-bubble *,
.ts-cinema__scene--direct-png .ts-cinema-small-note,
.ts-cinema__scene--direct-png .ts-cinema-small-note *,
.ts-cinema__scene--direct-png .ts-cinema-scene-title {
    display: none !important;
}


/* v79: first direct-contact cinema scene with packaged documents */
.ts-cinema__scene--direct-v79 .ts-cinema-material-card--png {
    overflow: visible;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    filter:
        drop-shadow(0 16px 32px rgba(0,0,0,.30))
        drop-shadow(0 0 15px rgba(24,244,225,.18));
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-direct--v79 {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    filter:
        drop-shadow(0 0 18px rgba(24,244,225,.20))
        drop-shadow(0 18px 28px rgba(0,0,0,.24));
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-direct--v79 rect {
    fill: rgba(5,18,27,.90);
    stroke: rgba(24,244,225,.86);
    stroke-width: 2.6;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-direct--v79 path {
    fill: none;
    stroke: rgba(24,244,225,.78);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-direct--v79 .ts-cinema-mail-sheet path {
    stroke: rgba(240,246,255,.88);
    stroke-width: 3;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-direct--v79 .ts-cinema-mail-shine {
    stroke: rgba(240,246,255,.16);
    stroke-width: 5;
    filter: blur(2px);
}

.ts-cinema__scene--direct-v79 .ts-cinema-transfer-arrows {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    filter: drop-shadow(0 0 12px rgba(24,244,225,.18));
}

.ts-cinema__scene--direct-v79 .ts-cinema-transfer-arrow {
    fill: none;
    stroke: rgba(24,244,225,.88);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    opacity: .22;
}

.ts-cinema__scene--direct-v79 .ts-cinema-direct-flow,
.ts-cinema__scene--direct-v79 .ts-cinema-inbox-direct {
    display: none !important;
}


/* v80: moved direct-team block up and corrected first cinema scene layout */
.ts-cinema__scene--direct-v79 .ts-cinema-scene-title--direct {
    font-size: 22px;
    fill: rgba(255,255,255,.94);
    filter: drop-shadow(0 0 12px rgba(24,214,177,.20));
}

.ts-cinema__scene--direct-v79 .ts-cinema-transfer-arrows {
    opacity: .98;
}

.ts-cinema__scene--direct-v79 .ts-cinema-transfer-arrow {
    stroke-width: 4.2;
}

.ts-section--team-direct {
    scroll-margin-top: 96px;
}

@media (max-width: 639px) {
    .ts-cinema__scene--direct-v79 .ts-cinema-scene-title--direct {
        font-size: 16px;
    }
}


/* v81: first scene coordinates moved directly in SVG; keep direct-scene caption visible */
.ts-cinema__scene--direct-v79 .ts-cinema-scene-title--direct {
    display: block !important;
}


/* v83: restore first scene closer to v78 and show standard caption */
.ts-direct-visual--cinema.is-scene-0 .ts-cinema__caption {
    display: grid !important;
}

.ts-cinema__scene--direct-v79 .ts-cinema-scene-title--direct {
    display: none !important;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-sheet rect {
    fill: rgba(8,30,44,.96);
    stroke: rgba(24,244,225,.72);
    stroke-width: 2.2;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-sheet path {
    stroke: rgba(240,246,255,.90);
    stroke-width: 2.8;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-body rect {
    fill: rgba(5,18,27,.94);
    stroke: rgba(24,244,225,.92);
    stroke-width: 2.8;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-body .ts-cinema-mail-center {
    stroke: rgba(24,244,225,.82);
    stroke-width: 2.2;
}

.ts-cinema__scene--direct-v79 .ts-cinema-mail-shine {
    stroke: rgba(240,246,255,.22);
    stroke-width: 5;
    filter: blur(2px);
}

.ts-cinema__scene--direct-v79 .ts-cinema-transfer-arrow {
    stroke-width: 3.6;
}


/* v102: remove cinema background overlay and grid lines */
.ts-cinema::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

.ts-cinema-grid {
    display: none !important;
}


/* v106: taller mobile cinema block so person labels are visible */
@media (max-width: 639px) {
    .ts-direct-visual--cinema {
        min-height: 660px !important;
    }

    .ts-cinema {
        min-height: 660px;
    }

    .ts-cinema-person-name {
        font-size: 17px;
    }
}

@media (max-width: 420px) {
    .ts-direct-visual--cinema {
        min-height: 700px !important;
    }

    .ts-cinema {
        min-height: 700px;
    }
}


/* v111: SEO H1 block + readable light cards, price section restored */
.ts-section--seo-company {
    background: #fff;
    padding-top: clamp(64px, 8vw, 120px);
    padding-bottom: clamp(44px, 6vw, 88px);
}

.ts-seo-company {
    max-width: 1120px;
}

.ts-seo-company__title {
    color: var(--ts-ink);
    font-size: clamp(36px, 5.8vw, 82px);
    line-height: .98;
    letter-spacing: -.064em;
    font-weight: 900;
    margin: 26px 0 0;
}

.ts-seo-company__text {
    max-width: 1040px;
    margin-top: clamp(24px, 3.4vw, 42px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 36px);
}

.ts-seo-company__text p {
    color: var(--ts-muted-dark);
    font-size: clamp(17px, 1.28vw, 21px);
    line-height: 1.65;
    margin: 0;
}

/* readable text on white/paper cards */
.ts-section--white .ts-promo-card,
.ts-section--white .ts-direction-card,
.ts-section--white .ts-price-card:not(.ts-price-card--accent),
.ts-section--paper .ts-feature-card {
    color: var(--ts-ink);
}

.ts-section--white .ts-promo-card h3,
.ts-section--white .ts-direction-card h3,
.ts-section--white .ts-price-card:not(.ts-price-card--accent) h3,
.ts-section--white .ts-price-card:not(.ts-price-card--accent) .ts-price-card__value,
.ts-section--paper .ts-feature-card h3 {
    color: var(--ts-ink) !important;
}

.ts-section--white .ts-promo-card p,
.ts-section--white .ts-direction-card p,
.ts-section--white .ts-price-card:not(.ts-price-card--accent) p,
.ts-section--paper .ts-feature-card p {
    color: var(--ts-muted-dark) !important;
}

/* keep accent price cards on white sections dark and readable */
.ts-section--white .ts-price-card--accent {
    background: var(--ts-night);
    color: #fff;
    border-color: rgba(255,255,255,.12);
}

.ts-section--white .ts-price-card--accent h3,
.ts-section--white .ts-price-card--accent .ts-price-card__value {
    color: #fff !important;
}

.ts-section--white .ts-price-card--accent p {
    color: rgba(234,242,255,.62) !important;
}

/* restore original dark price section look */
.ts-section--prices .ts-section-text {
    color: rgba(234,242,255,.70) !important;
}

.ts-section--prices .ts-price-card {
    color: #fff !important;
    background:
        radial-gradient(circle at 90% 10%, rgba(24,214,177,.13), transparent 35%),
        rgba(255,255,255,.045) !important;
    border-color: rgba(255,255,255,.11) !important;
    box-shadow:
        0 24px 70px rgba(0,0,0,.20),
        inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.ts-section--prices .ts-price-card:hover {
    background:
        radial-gradient(circle at 90% 10%, rgba(24,214,177,.19), transparent 36%),
        rgba(255,255,255,.06) !important;
    border-color: rgba(24,214,177,.32) !important;
}

.ts-section--prices .ts-price-card--accent {
    color: #fff !important;
    background:
        radial-gradient(circle at 90% 10%, rgba(24,214,177,.13), transparent 35%),
        rgba(255,255,255,.045) !important;
    border-color: rgba(24,214,177,.34) !important;
    box-shadow:
        0 28px 84px rgba(0,0,0,.24),
        0 0 42px rgba(24,214,177,.10),
        inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.ts-section--prices .ts-price-card h3,
.ts-section--prices .ts-price-card__top,
.ts-section--prices .ts-price-card__top strong {
    color: #fff !important;
}

.ts-section--prices .ts-price-card__top span {
    color: #18d6b1 !important;
}

.ts-section--prices .ts-price-card p {
    color: rgba(234,242,255,.72) !important;
}

.ts-section--prices .ts-price-more {
    color: #fff !important;
    background: rgba(24,214,177,.08);
    border-color: rgba(24,214,177,.30);
}

.ts-section--prices .ts-price-more:hover {
    background: rgba(24,214,177,.14);
    border-color: rgba(24,214,177,.60);
}

.ts-section--prices .ts-price-detail,
.ts-section--prices .ts-price-detail ul,
.ts-section--prices .ts-price-detail li {
    color: rgba(234,242,255,.74) !important;
}

.ts-section--prices .ts-price-note {
    color: rgba(234,242,255,.76) !important;
}

.ts-section--prices .ts-price-note strong {
    color: #fff !important;
}

@media (max-width: 639px) {
    .ts-seo-company__text {
        grid-template-columns: 1fr;
    }
}


/* v112: section title color depends on parent section background */
.ts-section--white .ts-section-title,
.ts-section--paper .ts-section-title,
.ts-section--seo-company .ts-section-title,
.ts-section--white .ts-title-lg,
.ts-section--paper .ts-title-lg {
    color: var(--ts-ink) !important;
}

.ts-section--night .ts-section-title,
.ts-section--prices .ts-section-title,
.ts-section--prices .ts-title-lg,
.ts-contact-section .ts-section-title,
.ts-cta-panel .ts-section-title {
    color: #fff !important;
}

/* Eyebrows/text on light sections should not inherit faded white reveal colors */
.ts-section--white .ts-eyebrow,
.ts-section--paper .ts-eyebrow,
.ts-section--seo-company .ts-eyebrow {
    color: var(--ts-accent) !important;
}

.ts-section--white .ts-section-text,
.ts-section--paper .ts-section-text,
.ts-section--white .ts-intro,
.ts-section--paper .ts-intro {
    color: var(--ts-muted-dark) !important;
}

.ts-section--night .ts-section-text,
.ts-section--prices .ts-section-text,
.ts-section--night .ts-intro,
.ts-section--prices .ts-intro {
    color: rgba(234,242,255,.70) !important;
}

/* Hard restore for the dark price section */
.ts-section--prices .ts-price-card,
.ts-section--prices .ts-price-card--accent {
    color: #fff !important;
    background:
        radial-gradient(circle at 90% 10%, rgba(24,214,177,.13), transparent 35%),
        rgba(255,255,255,.045) !important;
    border-color: rgba(255,255,255,.11) !important;
}

.ts-section--prices .ts-price-card--accent {
    border-color: rgba(24,214,177,.34) !important;
}

.ts-section--prices .ts-price-card__top strong,
.ts-section--prices .ts-price-card h3 {
    color: #fff !important;
}

.ts-section--prices .ts-price-card p {
    color: rgba(234,242,255,.72) !important;
}


/* v114: fix invisible eyebrow in the block directly under hero */
.ts-scroll-showcase .ts-eyebrow {
    color: var(--ts-accent) !important;
    opacity: 1 !important;
}

.ts-scroll-showcase .ts-eyebrow:before {
    background: currentColor !important;
    opacity: .85 !important;
}


.ts-cinema-deploy--approve-person .ts-cinema-deploy-person path {
    stroke: rgba(24,214,177,.86);
}

.ts-cinema-deploy--approve-person .ts-cinema-deploy-person path:last-child {
    stroke: #d4ff74;
}

.ts-cinema-deploy--approve-person text {
    fill: rgba(234,242,255,.9);
}

/* v117: refined pseudo-site scene 2 with approve-person PNG */
.ts-cinema-component .ts-cinema-ui-chip {
    fill: rgba(24,214,177,.12);
    stroke: rgba(24,214,177,.72);
    stroke-width: 1.7;
    filter: none;
}

.ts-cinema-deploy-image {
    overflow: visible;
    filter:
        drop-shadow(0 0 18px rgba(24,214,177,.32))
        drop-shadow(0 16px 28px rgba(0,0,0,.28));
}

.ts-cinema-deploy--approve-person text {
    letter-spacing: .02em;
    fill: rgba(234,242,255,.94);
}


/* v118: scene 2 site shifts to top-right and client approval appears on the left */
.ts-cinema-build-stage {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema-component--hero path,
.ts-cinema-component--form path,
.ts-cinema-component--cards path,
.ts-cinema-component--crm path {
    stroke-width: 3.2;
}

.ts-cinema-component--hero circle,
.ts-cinema-component--cards circle,
.ts-cinema-component--crm circle {
    fill: rgba(24,214,177,.12);
    stroke: rgba(24,214,177,.82);
    stroke-width: 2.2;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-deploy-image {
    overflow: visible;
    filter: drop-shadow(0 0 18px rgba(24,214,177,.22)) drop-shadow(0 16px 28px rgba(0,0,0,.18));
}

.ts-cinema-deploy--approve-person text {
    text-anchor: middle;
    font-size: 14px;
    letter-spacing: .02em;
    fill: rgba(234,242,255,.94);
}


/* v121: scene 2 detailed pseudo-browser and improved cursor path */
.ts-cinema-build-stage {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema-address-bar {
    fill: rgba(2,12,20,.58);
    stroke: rgba(24,214,177,.38);
    stroke-width: 1.8;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-address-dot {
    fill: rgba(24,214,177,.26);
    stroke: rgba(24,214,177,.75);
    stroke-width: 1.7;
}

.ts-cinema-address-lock {
    fill: none;
    stroke: rgba(234,242,255,.66);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ts-cinema-address-url {
    fill: rgba(234,242,255,.86);
    font-family: var(--ts-font-condensed);
    font-size: 12px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: none;
}

.ts-cinema-component .ts-cinema-ui-image,
.ts-cinema-component .ts-cinema-ui-input,
.ts-cinema-component .ts-cinema-ui-chip,
.ts-cinema-component .ts-cinema-ui-button {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.74);
    stroke-width: 1.8;
    filter: none;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-component .ts-cinema-ui-button {
    fill: rgba(88,166,255,.12);
    stroke: rgba(88,166,255,.62);
}

.ts-cinema-component .ts-cinema-ui-line {
    fill: none;
    stroke: rgba(24,214,177,.86);
    stroke-width: 3.1;
    stroke-linecap: round;
}

.ts-cinema-component .ts-cinema-ui-line--short {
    stroke: rgba(234,242,255,.46);
}

.ts-cinema-component .ts-cinema-ui-dot {
    fill: rgba(24,214,177,.14);
    stroke: rgba(24,214,177,.86);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.ts-cinema-component .ts-cinema-ui-dot--accent {
    fill: rgba(212,255,116,.16);
    stroke: rgba(212,255,116,.86);
}

.ts-cinema-component--crm rect:first-child {
    stroke: rgba(88,166,255,.58);
}

.ts-cinema-deploy-image {
    overflow: visible;
    filter: drop-shadow(0 0 18px rgba(24,214,177,.22)) drop-shadow(0 16px 28px rgba(0,0,0,.18));
}


/* v122: scene 1 labels and scene 2 cursor/composition fixes */
.ts-cinema-person-name {
    font-size: 20px !important;
}

[data-ts-build-cursor] {
    transform-box: fill-box;
    transform-origin: 0 0;
}


/* v123: redesigned detailed acceptance scene */
.ts-cinema__scene--accept-v123 .ts-cinema-final-preview,
.ts-cinema__scene--accept-v123 .ts-cinema-accept-checklist,
.ts-cinema__scene--accept-v123 .ts-cinema-act-card,
.ts-cinema__scene--accept-v123 .ts-cinema-approve-stamp,
.ts-cinema__scene--accept-v123 .ts-cinema-accept-team {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema__scene--accept-v123 .ts-cinema-final-preview rect,
.ts-cinema__scene--accept-v123 .ts-cinema-accept-checklist rect,
.ts-cinema__scene--accept-v123 .ts-cinema-act-card rect {
    fill: rgba(5,18,27,.82);
    stroke: rgba(24,214,177,.46);
    stroke-width: 2.2;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 18px 38px rgba(0,0,0,.24));
}

.ts-cinema__scene--accept-v123 .ts-cinema-check-header,
.ts-cinema__scene--accept-v123 .ts-cinema-site-address,
.ts-cinema__scene--accept-v123 .ts-cinema-site-hero,
.ts-cinema__scene--accept-v123 .ts-cinema-site-card,
.ts-cinema__scene--accept-v123 .ts-cinema-site-form,
.ts-cinema__scene--accept-v123 .ts-cinema-act-sign {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.58);
}

.ts-cinema__scene--accept-v123 .ts-cinema-site-button,
.ts-cinema__scene--accept-v123 .ts-cinema-check-pill {
    fill: rgba(212,255,116,.13);
    stroke: rgba(212,255,116,.70);
}

.ts-cinema__scene--accept-v123 path,
.ts-cinema__scene--accept-v123 .ts-cinema-check-line {
    fill: none;
    stroke: rgba(24,214,177,.84);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v123 .ts-cinema-check-row circle {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.72);
    stroke-width: 2.4;
}

.ts-cinema__scene--accept-v123 .ts-cinema-act-seal,
.ts-cinema__scene--accept-v123 .ts-cinema-approve-ring {
    fill: rgba(24,214,177,.08);
    stroke: rgba(212,255,116,.78);
    stroke-width: 3;
    filter: drop-shadow(0 0 22px rgba(212,255,116,.25));
}

.ts-cinema__scene--accept-v123 .ts-cinema-approve-glow {
    fill: url(#tsCinemaAcceptGlow);
    stroke: none;
    filter: blur(2px);
}

.ts-cinema__scene--accept-v123 .ts-cinema-approve-check {
    stroke: #d4ff74;
    stroke-width: 8;
    filter: drop-shadow(0 0 18px rgba(212,255,116,.40));
}

.ts-cinema__scene--accept-v123 .ts-cinema-approve-spark {
    stroke: rgba(212,255,116,.86);
    stroke-width: 4;
}

.ts-cinema__scene--accept-v123 .ts-cinema-act-pen {
    stroke: rgba(234,242,255,.74);
}

.ts-cinema__scene--accept-v123 .ts-cinema-accept-person {
    filter:
        drop-shadow(0 0 16px rgba(24,214,177,.28))
        drop-shadow(0 16px 26px rgba(0,0,0,.22));
}

.ts-cinema__scene--accept-v123 .ts-cinema-accept-label,
.ts-cinema__scene--accept-v123 text {
    fill: rgba(234,242,255,.90);
    font-family: var(--ts-font-condensed);
    font-size: 13px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.ts-cinema__scene--accept-v123 .ts-cinema-scene-title {
    font-size: 19px;
    fill: rgba(255,255,255,.94);
}

.ts-cinema__scene--accept-v123 .ts-cinema-hand {
    fill: none !important;
    stroke: url(#tsCinemaLineC);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 16px rgba(24,214,177,.30));
}

.ts-cinema__scene--accept-v123 .ts-cinema-hand--middle {
    stroke-width: 5;
    opacity: .92;
}

.ts-cinema__scene--accept-v123 .ts-cinema-hand-dot {
    fill: rgba(212,255,116,.20);
    stroke: rgba(212,255,116,.90);
    stroke-width: 3;
}


/* v124: scene 3 layout, lock icon and new handshake image */
.ts-cinema-address-lock {
    fill: none !important;
    stroke: rgba(234,242,255,.72) !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v124 .ts-cinema-final-preview,
.ts-cinema__scene--accept-v124 .ts-cinema-accept-checklist,
.ts-cinema__scene--accept-v124 .ts-cinema-act-card,
.ts-cinema__scene--accept-v124 .ts-cinema-approve-stamp,
.ts-cinema__scene--accept-v124 .ts-cinema-accept-team {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema__scene--accept-v124 .ts-cinema-final-preview rect,
.ts-cinema__scene--accept-v124 .ts-cinema-accept-checklist rect,
.ts-cinema__scene--accept-v124 .ts-cinema-act-card rect {
    fill: rgba(5,18,27,.82);
    stroke: rgba(24,214,177,.46);
    stroke-width: 2.1;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 16px 34px rgba(0,0,0,.22));
}

.ts-cinema__scene--accept-v124 .ts-cinema-check-header,
.ts-cinema__scene--accept-v124 .ts-cinema-site-address,
.ts-cinema__scene--accept-v124 .ts-cinema-site-hero,
.ts-cinema__scene--accept-v124 .ts-cinema-site-card,
.ts-cinema__scene--accept-v124 .ts-cinema-site-form,
.ts-cinema__scene--accept-v124 .ts-cinema-act-sign {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.58);
}

.ts-cinema__scene--accept-v124 .ts-cinema-site-button,
.ts-cinema__scene--accept-v124 .ts-cinema-check-pill {
    fill: rgba(212,255,116,.13);
    stroke: rgba(212,255,116,.70);
}

.ts-cinema__scene--accept-v124 path,
.ts-cinema__scene--accept-v124 .ts-cinema-check-line {
    fill: none;
    stroke: rgba(24,214,177,.84);
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v124 .ts-cinema-check-row circle {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.72);
    stroke-width: 2.4;
}

.ts-cinema__scene--accept-v124 .ts-cinema-act-seal,
.ts-cinema__scene--accept-v124 .ts-cinema-approve-ring {
    fill: rgba(24,214,177,.08);
    stroke: rgba(212,255,116,.78);
    stroke-width: 3;
    filter: drop-shadow(0 0 22px rgba(212,255,116,.25));
}

.ts-cinema__scene--accept-v124 .ts-cinema-approve-glow {
    fill: url(#tsCinemaAcceptGlow);
    stroke: none;
    filter: blur(2px);
}

.ts-cinema__scene--accept-v124 .ts-cinema-approve-check {
    stroke: #d4ff74;
    stroke-width: 8;
    filter: drop-shadow(0 0 18px rgba(212,255,116,.40));
}

.ts-cinema__scene--accept-v124 .ts-cinema-approve-spark {
    stroke: rgba(212,255,116,.86);
    stroke-width: 4;
}

.ts-cinema__scene--accept-v124 .ts-cinema-act-pen {
    stroke: rgba(234,242,255,.74);
}

.ts-cinema__scene--accept-v124 .ts-cinema-accept-handshake-image {
    overflow: visible;
    filter:
        drop-shadow(0 0 18px rgba(24,214,177,.30))
        drop-shadow(0 18px 28px rgba(0,0,0,.20));
}

.ts-cinema__scene--accept-v124 text {
    fill: rgba(234,242,255,.90);
    font-family: var(--ts-font-condensed);
    font-size: 13px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.ts-cinema__scene--accept-v124 .ts-cinema-scene-title {
    font-size: 19px;
    fill: rgba(255,255,255,.94);
}


/* v125: scene 2 sequence without cursor + scene 3 layout rebuild */
[data-ts-build-cursor],
.ts-cinema-cursor {
    display: none !important;
}

.ts-cinema__scene--accept-v125 .ts-cinema-final-preview,
.ts-cinema__scene--accept-v125 .ts-cinema-accept-checklist,
.ts-cinema__scene--accept-v125 .ts-cinema-act-card,
.ts-cinema__scene--accept-v125 .ts-cinema-accept-team,
.ts-cinema__scene--accept-v125 .ts-cinema-handshake {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema__scene--accept-v125 .ts-cinema-final-preview rect,
.ts-cinema__scene--accept-v125 .ts-cinema-accept-checklist rect,
.ts-cinema__scene--accept-v125 .ts-cinema-act-card rect,
.ts-cinema__scene--accept-v125 .ts-cinema-accept-person rect {
    fill: rgba(5,18,27,.82);
    stroke: rgba(24,214,177,.48);
    stroke-width: 2.2;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 16px 34px rgba(0,0,0,.22));
}

.ts-cinema__scene--accept-v125 .ts-cinema-check-header,
.ts-cinema__scene--accept-v125 .ts-cinema-site-hero,
.ts-cinema__scene--accept-v125 .ts-cinema-site-card,
.ts-cinema__scene--accept-v125 .ts-cinema-site-form,
.ts-cinema__scene--accept-v125 .ts-cinema-site-footer,
.ts-cinema__scene--accept-v125 .ts-cinema-ui-image,
.ts-cinema__scene--accept-v125 .ts-cinema-act-table,
.ts-cinema__scene--accept-v125 .ts-cinema-act-sign {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.62);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v125 .ts-cinema-address-bar,
.ts-cinema__scene--accept-v125 .ts-cinema-ui-chip,
.ts-cinema__scene--accept-v125 .ts-cinema-site-button,
.ts-cinema__scene--accept-v125 .ts-cinema-check-pill {
    fill: rgba(212,255,116,.12);
    stroke: rgba(212,255,116,.70);
    stroke-width: 1.8;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v125 path,
.ts-cinema__scene--accept-v125 .ts-cinema-check-line,
.ts-cinema__scene--accept-v125 .ts-cinema-ui-line,
.ts-cinema__scene--accept-v125 .ts-cinema-act-table-line {
    fill: none;
    stroke: rgba(24,214,177,.84);
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v125 .ts-cinema-check-row circle,
.ts-cinema__scene--accept-v125 .ts-cinema-accept-person circle {
    fill: rgba(24,214,177,.10);
    stroke: rgba(24,214,177,.76);
    stroke-width: 2.6;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v125 .ts-cinema-ui-dot--accent,
.ts-cinema__scene--accept-v125 .ts-cinema-act-seal,
.ts-cinema__scene--accept-v125 .ts-cinema-hand-dot {
    fill: rgba(212,255,116,.14);
    stroke: rgba(212,255,116,.82);
    stroke-width: 2.6;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 18px rgba(212,255,116,.24));
}

.ts-cinema__scene--accept-v125 .ts-cinema-act-pen {
    stroke: rgba(234,242,255,.78);
}

.ts-cinema__scene--accept-v125 .ts-cinema-address-lock {
    fill: none !important;
    stroke: rgba(234,242,255,.72) !important;
    stroke-width: 1.7 !important;
}

.ts-cinema__scene--accept-v125 .ts-cinema-hand {
    fill: none !important;
    stroke: url(#tsCinemaLineC);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 16px rgba(24,214,177,.30));
}

.ts-cinema__scene--accept-v125 .ts-cinema-hand--middle {
    stroke-width: 5;
    opacity: .92;
}

.ts-cinema__scene--accept-v125 .ts-cinema-accept-label,
.ts-cinema__scene--accept-v125 text {
    fill: rgba(234,242,255,.90);
    font-family: var(--ts-font-condensed);
    font-size: 13px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.ts-cinema__scene--accept-v125 .ts-cinema-scene-title {
    font-size: 19px;
    fill: rgba(255,255,255,.94);
}


/* v127: scene 3 uses combined PNG handshake asset from the real characters */
.ts-cinema__scene--accept-v127 .ts-cinema-accept-team--image-v127 {
    overflow: visible;
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema__scene--accept-v127 .ts-cinema-accept-team-shadow {
    fill: rgba(3, 17, 26, .66);
    stroke: none;
}

.ts-cinema__scene--accept-v127 .ts-cinema-accept-team-ground {
    fill: none;
    stroke: rgba(18, 247, 230, .14);
    stroke-width: 1.2;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.ts-cinema__scene--accept-v127 .ts-cinema-accept-handshake-wrap,
.ts-cinema__scene--accept-v127 .ts-cinema-accept-handshake-image {
    overflow: visible;
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema__scene--accept-v127 .ts-cinema-accept-handshake-image {
    filter:
        drop-shadow(0 0 20px rgba(24, 214, 177, .28))
        drop-shadow(0 18px 30px rgba(0, 0, 0, .24));
}


/* v130: scene 2 browser alignment, wider pseudo-site and thinner border */
.ts-cinema-build-stage-align-v130 {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

.ts-cinema-build-screen > rect:first-child {
    stroke-width: 1.35;
    stroke: rgba(24,214,177,.34);
}

.ts-cinema-build-screen > path:first-of-type {
    stroke-width: 1.55;
    stroke: rgba(24,214,177,.62);
}


/* v131: scene 2 address lock refined — smaller, cyan and centered in the address bar */
.ts-cinema-build-screen .ts-cinema-address-lock {
    fill: none !important;
    stroke: rgba(24,214,177,.84) !important;
    stroke-width: 1.25 !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    opacity: .96;
}



/* v167: lift cinema scene content closer to the top of the frame */
.ts-direct-visual--cinema {
    min-height: clamp(500px, 40vw, 650px) !important;
}

.ts-cinema__scene {
    transform-origin: 50% 0 !important;
}

.ts-cinema__scene > g:first-of-type,
.ts-cinema__scene > image:first-of-type,
.ts-cinema__scene > foreignObject:first-of-type {
    transform-box: fill-box;
}

.ts-cinema__scene {
    translate: 0 -54px;
}

.ts-cinema__caption {
    bottom: clamp(18px, 2vw, 30px) !important;
}

@media (max-width: 959px) {
    .ts-cinema__scene {
        translate: 0 -28px;
    }
}


/* v193: mobile homepage cinema must reserve real height and not overlap benefit cards */
@media (max-width: 767px) {
    .ts-direct-grid {
        grid-template-columns: 1fr !important;
        align-items: stretch !important;
        gap: 28px !important;
    }

    .ts-direct-visual--cinema {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        min-height: 760px !important;
        height: 760px !important;
        margin: 0 0 34px !important;
        overflow: visible !important;
        contain: layout paint;
    }

    .ts-direct-visual--cinema .ts-cinema {
        position: relative !important;
        inset: auto !important;
        display: block !important;
        width: 100% !important;
        min-height: 760px !important;
        height: 760px !important;
    }

    .ts-direct-visual--cinema .ts-cinema__scene {
        height: 100% !important;
    }

    .ts-direct-visual--cinema .ts-cinema__caption {
        left: 14px !important;
        right: 14px !important;
        bottom: 22px !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        gap: 7px 12px !important;
        align-items: start !important;
        padding: 16px 16px !important;
        border-radius: 22px !important;
    }

    .ts-direct-visual--cinema .ts-cinema__caption b {
        grid-row: span 2 !important;
        font-size: 24px !important;
    }

    .ts-direct-visual--cinema .ts-cinema__caption strong {
        min-width: 0 !important;
        font-size: 24px !important;
        line-height: 1.04 !important;
    }

    .ts-direct-visual--cinema .ts-cinema__caption span {
        min-width: 0 !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
    }

    .ts-direct-benefits {
        position: relative !important;
        z-index: 2 !important;
        clear: both !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 420px) {
    .ts-direct-visual--cinema,
    .ts-direct-visual--cinema .ts-cinema {
        min-height: 790px !important;
        height: 790px !important;
    }

    .ts-direct-visual--cinema .ts-cinema__caption strong {
        font-size: 22px !important;
    }

    .ts-direct-visual--cinema .ts-cinema__caption span {
        font-size: 14px !important;
    }
}

@media (max-width: 380px) {
    .ts-direct-visual--cinema,
    .ts-direct-visual--cinema .ts-cinema {
        min-height: 820px !important;
        height: 820px !important;
    }
}


/* v211: balanced typography for cinema/seo helper blocks */
.ts-seo-company__title {
    font-size: clamp(36px, 4.5vw, 62px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.04em !important;
}

.ts-seo-company__text p {
    font-size: clamp(16px, 1.18vw, 20px) !important;
    line-height: 1.62 !important;
}

.ts-cinema__caption strong {
    font-size: clamp(20px, 1.8vw, 24px) !important;
}

.ts-cinema__caption span {
    font-size: clamp(13px, 1vw, 15px) !important;
}

@media (max-width: 767px) {
    .ts-seo-company__title {
        font-size: clamp(32px, 9vw, 46px) !important;
    }
}


/* v231: scene 3 cleanup — no ground/shadow under handshake and no caption text */
.ts-cinema__scene--accept-v127 .ts-cinema-accept-team-shadow,
.ts-cinema__scene--accept-v127 .ts-cinema-accept-team-ground,
.ts-cinema__scene--accept-v127 .ts-cinema-scene-title {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


/* v249: stronger SEO/company text block */
.ts-section--seo-company {
    padding-top: clamp(78px, 8vw, 128px) !important;
    padding-bottom: clamp(58px, 7vw, 104px) !important;
}

.ts-seo-company {
    max-width: 1280px !important;
}

.ts-seo-company__title {
    max-width: 1180px;
    font-size: clamp(42px, 5.2vw, 82px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
}

.ts-seo-company__text {
    max-width: 1220px !important;
    gap: clamp(24px, 4vw, 64px) !important;
}

.ts-seo-company__text p {
    line-height: 1.62 !important;
    letter-spacing: -.012em;
}

.ts-seo-company__text strong {
    color: var(--ts-ink);
    font-weight: 850;
}

@media (max-width: 900px) {
    .ts-seo-company__text {
        grid-template-columns: 1fr !important;
    }

    .ts-seo-company__title {
        font-size: clamp(36px, 10vw, 58px) !important;
    }
}


/* v251: remove width limits from the homepage SEO/company block */
.ts-seo-company,
.ts-section--seo-company .ts-seo-company {
    max-width: none !important;
}

.ts-seo-company__title,
.ts-section--seo-company .ts-seo-company__title {
    max-width: none !important;
}
