:root {
    --ts-primary: #183050;
    --ts-primary-strong: #102848;
    --ts-primary-soft: #23456f;
    --ts-accent: #2faebf;
    --ts-accent-soft: #7ad8e3;
    --ts-gold: #d3a03b;
    --ts-gold-strong: #bf8b23;
    --ts-gold-soft: #f1c55c;
    --ts-surface: #f3f7fb;
    --ts-surface-strong: #e7eef6;
    --ts-text: #10213a;
    --ts-muted: #586779;
    --ts-border: rgba(24, 48, 80, 0.12);
    --ts-white: #ffffff;
    --ts-shadow: 0 24px 60px rgba(16, 40, 72, 0.12);
    --ts-shadow-strong: 0 36px 80px rgba(16, 40, 72, 0.2);
    --ts-success: #0fa968;
}

html[dir="rtl"] .ts-page,
html[lang^="ar"] .ts-page,
body.arabic .ts-page,
body.o_rtl .ts-page {
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html[lang="en"] .ts-page,
html.en .ts-page,
body.en .ts-page,
body.o_ltr .ts-page {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ts-page {
    color: var(--ts-text);
    background: var(--ts-white);
}

.ts-landing-page.ts-landing-page--ar {
    direction: rtl;
}

.ts-landing-page {
    --ts-reveal-offset: 34px;
}

.ts-page *,
.ts-page *::before,
.ts-page *::after {
    box-sizing: border-box;
}

.ts-page a {
    color: inherit;
    text-decoration: none;
}

.ts-page img,
.ts-page video {
    display: block;
    max-width: 100%;
}

.ts-page .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ts-landing-page.ts-reveal-ready [data-aos],
.ts-landing-page.ts-reveal-ready [data-aos-delay] {
    opacity: 0;
    transform: translate3d(0, var(--ts-reveal-offset), 0);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--ts-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.ts-landing-page.ts-reveal-ready [data-aos].is-visible,
.ts-landing-page.ts-reveal-ready [data-aos-delay].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.ts-landing-page-body,
body.ts-landing-page-body #wrapwrap {
    overflow-x: hidden;
}

body.ts-landing-page-body #wrap,
body.ts-landing-page-body .ts-landing-page {
    width: 100%;
    overflow-x: clip;
}

.ts-landing-page .highlights-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    overflow: visible;
    background:
        linear-gradient(180deg, rgba(24, 70, 128, 0.24) 0%, rgba(18, 53, 101, 0.18) 100%),
        rgba(212, 229, 255, 0.12);
    backdrop-filter: blur(14px) saturate(138%);
    -webkit-backdrop-filter: blur(14px) saturate(138%);
    border-bottom: 1px solid rgba(214, 233, 255, 0.3);
    box-shadow:
        0 18px 36px rgba(8, 22, 46, 0.18),
        inset 0 1px 0 rgba(236, 245, 255, 0.34);
}

.ts-landing-page .highlights-header::before,
.ts-landing-page .highlights-header::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ts-landing-page .highlights-header::before {
    background:
        linear-gradient(112deg, rgba(255, 255, 255, 0.3) 0%, rgba(235, 245, 255, 0.14) 18%, rgba(210, 230, 255, 0.05) 34%, rgba(255, 255, 255, 0) 48%),
        linear-gradient(135deg, rgba(120, 188, 255, 0.18) 0%, rgba(120, 188, 255, 0.06) 24%, rgba(92, 151, 255, 0.12) 52%, rgba(156, 221, 255, 0.09) 78%, rgba(255, 255, 255, 0.03) 100%),
        linear-gradient(180deg, rgba(229, 240, 255, 0.16) 0%, rgba(132, 171, 227, 0.08) 100%);
    opacity: 1;
    z-index: 0;
}

.ts-landing-page .highlights-header::after {
    background:
        linear-gradient(102deg, rgba(255, 255, 255, 0.34) 0%, rgba(236, 246, 255, 0.12) 14%, rgba(182, 224, 255, 0.18) 24%, rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, rgba(232, 242, 255, 0.26) 0%, rgba(171, 210, 255, 0.08) 18%, rgba(255, 255, 255, 0) 30%);
    mix-blend-mode: screen;
    opacity: 0.9;
    z-index: 1;
}

.ts-landing-page .highlights-header .container,
.ts-landing-page .highlights-header .header-content {
    position: relative;
    z-index: 2;
}

.ts-landing-page .nav-link,
.ts-landing-page .logo,
.ts-landing-page .dropdown-toggle,
.ts-landing-page .language-toggle {
    color: var(--ts-white);
}

.ts-landing-page .header-content {
    gap: 1rem;
    flex-wrap: nowrap;
}

.ts-landing-page .logo {
    flex: 0 0 auto;
}

.ts-landing-page .nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    gap: 1.15rem;
    flex-wrap: nowrap;
}

.ts-landing-page .nav-link,
.ts-landing-page .dropdown-toggle,
.ts-landing-page .language-toggle,
.ts-landing-page .header-actions .cta-button {
    white-space: nowrap;
}

.ts-landing-page .header-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 0.75rem;
    align-items: center;
}

.ts-landing-page .header-actions .cta-button.primary {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.34);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 36%, rgba(214, 239, 255, 0.06) 100%),
        rgba(255, 255, 255, 0.05);
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.42),
        inset -1px -1px 0 rgba(255, 255, 255, 0.1),
        0 10px 20px rgba(8, 18, 36, 0.12);
    backdrop-filter: blur(10px) saturate(132%);
    -webkit-backdrop-filter: blur(10px) saturate(132%);
}

.ts-landing-page .header-actions .language-toggle {
    padding: 0.55rem 0.95rem;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 34%, rgba(214, 239, 255, 0.05) 100%),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.38),
        inset -1px -1px 0 rgba(255, 255, 255, 0.08),
        0 10px 20px rgba(8, 18, 36, 0.12);
    backdrop-filter: blur(10px) saturate(132%);
    -webkit-backdrop-filter: blur(10px) saturate(132%);
}

.ts-landing-page .dropdown-menu {
    border-radius: 8px;
    z-index: 1105;
}

.ts-landing-page .cta-button.primary {
    color: var(--ts-white);
}

.ts-landing-page .header-actions .cta-button.primary:hover,
.ts-landing-page .header-actions .language-toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.44),
        inset -1px -1px 0 rgba(255, 255, 255, 0.12),
        0 14px 24px rgba(8, 18, 36, 0.16);
}

.ts-hero-scroll-wrapper {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: clip;
    background: linear-gradient(135deg, #061427 0%, #0d2340 52%, #133663 100%);
}

.ts-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0 !important;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: clip;
    --ts-hero-header-offset: 0px;
    --ts-wave-center-x: 78%;
    --ts-wave-center-y: 58%;
    --ts-image-parallax-x: 0px;
    --ts-image-parallax-y: 0px;
    --ts-wave-parallax-x: 0px;
    --ts-wave-parallax-y: 0px;
    --ts-glow-parallax-x: 0px;
    --ts-glow-parallax-y: 0px;
    background:
        radial-gradient(960px 560px at 18% 22%, rgba(47, 174, 191, 0.22), rgba(47, 174, 191, 0) 64%),
        linear-gradient(120deg, #061427 0%, #0b2340 44%, #133663 100%);
    color: var(--ts-white);
}

html[dir="rtl"] .ts-page .ts-hero,
html[lang^="ar"] .ts-page .ts-hero,
body.arabic .ts-page .ts-hero,
body.o_rtl .ts-page .ts-hero {
    --ts-wave-center-x: 22%;
}

@keyframes tsAuroraDrift {
    0% {
        transform: translate3d(calc(-2% + var(--ts-glow-parallax-x)), calc(-1% + var(--ts-glow-parallax-y)), 0) scale(1);
        filter: hue-rotate(0deg);
    }
    50% {
        transform: translate3d(calc(2.5% + var(--ts-glow-parallax-x)), calc(1.5% + var(--ts-glow-parallax-y)), 0) scale(1.05);
        filter: hue-rotate(8deg);
    }
    100% {
        transform: translate3d(calc(-1% + var(--ts-glow-parallax-x)), calc(2% + var(--ts-glow-parallax-y)), 0) scale(1.02);
        filter: hue-rotate(0deg);
    }
}

@keyframes tsAuroraSweep {
    0% {
        transform: translate3d(var(--ts-wave-parallax-x), var(--ts-wave-parallax-y), 0) scale(0.94);
        opacity: 0.26;
    }
    50% {
        transform: translate3d(var(--ts-wave-parallax-x), var(--ts-wave-parallax-y), 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(var(--ts-wave-parallax-x), var(--ts-wave-parallax-y), 0) scale(1.08);
        opacity: 0.22;
    }
}

@keyframes tsHeroAccentFlow {
    0% {
        background-position: 0% 50%;
        text-shadow: 0 0 18px rgba(122, 216, 227, 0.18);
    }
    50% {
        background-position: 100% 50%;
        text-shadow: 0 0 28px rgba(211, 160, 59, 0.2);
    }
    100% {
        background-position: 0% 50%;
        text-shadow: 0 0 18px rgba(122, 216, 227, 0.18);
    }
}

@keyframes tsPageReveal {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ts-hero::before {
    content: "";
    position: absolute;
    inset: -8%;
    width: auto;
    background:
        radial-gradient(circle at 18% 22%, rgba(122, 216, 227, 0.2), transparent 30%),
        radial-gradient(circle at 76% 30%, rgba(47, 174, 191, 0.14), transparent 28%),
        radial-gradient(circle at 48% 78%, rgba(122, 216, 227, 0.1), transparent 34%);
    clip-path: none;
    z-index: 0;
    opacity: 0.62;
    pointer-events: none;
    animation: tsAuroraDrift 18s ease-in-out infinite alternate;
    will-change: transform, filter;
}

html[dir="rtl"] .ts-page .ts-hero::before,
html[lang^="ar"] .ts-page .ts-hero::before,
body.arabic .ts-page .ts-hero::before,
body.o_rtl .ts-page .ts-hero::before {
    inset: -8%;
    clip-path: none;
}

.ts-hero::after {
    content: "";
    position: absolute;
    inset: 0 -10% -12%;
    background:
        repeating-radial-gradient(circle at var(--ts-wave-center-x) var(--ts-wave-center-y), rgba(122, 216, 227, 0.11) 0 2px, transparent 2px 40px),
        repeating-radial-gradient(circle at var(--ts-wave-center-x) var(--ts-wave-center-y), rgba(47, 174, 191, 0.06) 0 2px, transparent 2px 68px),
        radial-gradient(circle at 26% 22%, rgba(122, 216, 227, 0.1), transparent 24%),
        radial-gradient(circle at 76% 48%, rgba(47, 174, 191, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(2, 10, 22, 0.02) 0%, rgba(2, 10, 22, 0.34) 100%),
        linear-gradient(90deg, rgba(2, 10, 22, 0.28) 0%, rgba(2, 10, 22, 0.02) 20%, rgba(2, 10, 22, 0.02) 80%, rgba(2, 10, 22, 0.22) 100%);
    z-index: 1;
    opacity: 0.78;
    pointer-events: none;
    transform-origin: var(--ts-wave-center-x) var(--ts-wave-center-y);
    animation: tsAuroraSweep 5.5s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

.ts-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18));
    opacity: 1;
}

.ts-hero__shade::before {
    content: none;
}

.ts-hero__content {
    position: relative;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
}

.ts-page .container.ts-hero__layout {
    width: min(calc(100vw - 48px), 100%);
    max-width: none;
}

.ts-hero__layout {
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 66%) minmax(0, 38%);
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2rem);
    padding-top: calc(var(--ts-hero-header-offset) + clamp(1rem, 2.4vh, 1.85rem));
    padding-bottom: clamp(1rem, 2.8vh, 2rem);
    direction: ltr;
}

.ts-hero__copy-shell {
    grid-column: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    padding-inline-start: clamp(0.25rem, 1.2vw, 1.25rem);
    padding-inline-end: 0;
    position: relative;
    z-index: 4;
}

.ts-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.65rem, 1.4vh, 0.95rem);
    width: min(100%, 2200px);
    max-width: 2200px;
    text-align: left;
}

.ts-hero__copy-shell--ar {
    justify-content: flex-end;
    padding-inline-start: 0;
    padding-inline-end: clamp(0.25rem, 1.2vw, 1.25rem);
}

.ts-page .ts-hero__copy.ts-hero__copy--ar {
    direction: rtl;
    align-items: flex-end;
    text-align: right;
    width: min(100%, 1120px) !important;
    max-width: 1120px !important;
    padding-inline-end: 0;
    gap: clamp(1.1rem, 2.2vh, 1.7rem);
}

html[dir="rtl"] .ts-page .ts-hero__layout,
html[lang^="ar"] .ts-page .ts-hero__layout,
body[dir="rtl"] .ts-page .ts-hero__layout,
body[lang^="ar"] .ts-page .ts-hero__layout,
body.arabic .ts-page .ts-hero__layout,
body.o_rtl .ts-page .ts-hero__layout {
    padding-top: calc(var(--ts-hero-header-offset) + clamp(5.75rem, 12vh, 8.75rem));
    padding-bottom: clamp(2rem, 5vh, 3.5rem);
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title {
    font-size: clamp(2.45rem, 4.45vw, 4.2rem);
    line-height: 1.38;
    max-width: 18ch;
    padding-block-start: 0.28em;
    overflow: visible;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title > .ar-content {
    display: inline-block;
    line-height: 1.42;
    padding-block-start: 0.26em;
    overflow: visible;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title-block {
    padding-block-start: clamp(0.45rem, 0.9vw, 0.9rem);
    overflow: visible;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__lead {
    max-width: 78ch;
    font-size: clamp(1.08rem, 1.34vw, 1.24rem);
    line-height: 1.78;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__points {
    width: min(100%, 60rem);
    gap: 14px;
    direction: rtl;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__points-block {
    justify-content: flex-end;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__eyebrow {
    align-self: flex-start !important;
    justify-content: flex-start;
    text-align: right;
    width: fit-content;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: auto !important;
    padding: 12px 20px;
    font-size: 0.98rem;
}

.ts-page .ts-hero__copy .ts-hero__actions {
    direction: ltr;
    justify-content: center;
}

.ts-hero__title-intro--ar,
.ts-hero__title-lockup--ar,
.ts-hero__title-intro--en,
.ts-hero__title-lockup--en {
    display: inline-block;
    white-space: nowrap;
}

.ts-hero__title-line--en {
    display: block;
    white-space: nowrap;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title-lockup--ar {
    white-space: nowrap;
}

.ts-hero__title-intro--en {
    display: block;
}

.ts-page .ts-hero__copy:not(.ts-hero__copy--ar) {
    direction: ltr;
    align-items: flex-start;
    text-align: left;
    width: min(100%, 1180px);
    max-width: 1180px;
}

.ts-page .ts-hero__copy:not(.ts-hero__copy--ar) .ts-hero__title {
    max-width: 18ch;
}

.ts-page .ts-hero__copy:not(.ts-hero__copy--ar) .ts-hero__lead {
    max-width: 72ch;
}

.ts-page .ts-hero__copy:not(.ts-hero__copy--ar) .ts-hero__points {
    width: min(100%, 60rem);
}

html[dir="rtl"] .ts-page .ts-hero__copy,
html[lang^="ar"] .ts-page .ts-hero__copy,
body[dir="rtl"] .ts-page .ts-hero__copy,
body[lang^="ar"] .ts-page .ts-hero__copy,
body.arabic .ts-page .ts-hero__copy,
body.o_rtl .ts-page .ts-hero__copy {
    direction: rtl;
    align-items: flex-end;
    text-align: right;
    width: min(100%, 760px);
    max-width: 760px;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar {
    direction: rtl;
    align-items: flex-end;
    text-align: right;
    width: min(100%, 1120px) !important;
    max-width: 1120px !important;
}

html[dir="rtl"] .ts-page .ts-hero__layout,
html[lang^="ar"] .ts-page .ts-hero__layout,
body[dir="rtl"] .ts-page .ts-hero__layout,
body[lang^="ar"] .ts-page .ts-hero__layout,
body.arabic .ts-page .ts-hero__layout,
body.o_rtl .ts-page .ts-hero__layout {
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
}

html[dir="rtl"] .ts-page .ts-hero__copy-shell,
html[lang^="ar"] .ts-page .ts-hero__copy-shell,
body[dir="rtl"] .ts-page .ts-hero__copy-shell,
body[lang^="ar"] .ts-page .ts-hero__copy-shell,
body.arabic .ts-page .ts-hero__copy-shell,
body.o_rtl .ts-page .ts-hero__copy-shell {
    grid-column: 2;
    justify-content: flex-end;
    padding-inline-start: 0;
    padding-inline-end: clamp(0.25rem, 1.2vw, 1.25rem);
}

.ts-page .ts-hero__copy-shell.ts-hero__copy-shell--ar {
    justify-content: flex-end;
    align-self: center;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar {
    width: min(100%, 1120px);
    max-width: 1120px;
}

.ts-hero__eyebrow--floating {
    margin: 0;
}

.ts-hero__title-block,
.ts-hero__lead-block,
.ts-hero__points-block,
.ts-hero__actions {
    width: 100%;
    text-align: inherit;
}

.ts-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(122, 216, 227, 0.14);
    border: 1px solid rgba(122, 216, 227, 0.28);
    color: var(--ts-accent-soft);
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 0;
    box-shadow: 0 16px 34px rgba(3, 11, 24, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ts-hero__copy .ts-hero__eyebrow {
    justify-content: flex-start;
}

html[dir="rtl"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
html[lang^="ar"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
body[dir="rtl"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
body[lang^="ar"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
body.arabic .ts-page .ts-hero__copy .ts-hero__eyebrow,
body.o_rtl .ts-page .ts-hero__copy .ts-hero__eyebrow {
    align-self: flex-start;
    justify-content: flex-start;
    text-align: right;
    margin-inline-start: 0;
    margin-inline-end: auto;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__eyebrow {
    align-self: flex-start !important;
    justify-content: flex-start;
    text-align: right;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: auto !important;
}

.ts-hero__title {
    margin: 0;
    color: var(--ts-white);
    font-size: clamp(2.3rem, 4.45vw, 4rem);
    line-height: 1.04;
    font-weight: 800;
    max-width: 13.8ch;
    text-wrap: balance;
}

html[dir="rtl"] .ts-page .ts-hero__title,
html[lang^="ar"] .ts-page .ts-hero__title,
body[dir="rtl"] .ts-page .ts-hero__title,
body[lang^="ar"] .ts-page .ts-hero__title,
body.arabic .ts-page .ts-hero__title,
body.o_rtl .ts-page .ts-hero__title {
    line-height: 1.18;
    max-width: 11.6ch;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title {
    font-size: clamp(2.45rem, 4.45vw, 4.2rem);
    line-height: 1.38;
    max-width: 18ch;
    padding-block-start: 0.28em;
    overflow: visible;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title > .ar-content {
    display: inline-block;
    line-height: 1.42;
    padding-block-start: 0.26em;
    overflow: visible;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title-block,
.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__lead-block,
.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__points-block,
.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__actions {
    width: 100%;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__title-block {
    padding-block-start: clamp(0.45rem, 0.9vw, 0.9rem);
    overflow: visible;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__points li {
    font-size: 0.94rem;
    line-height: 1.48;
    gap: 0.85rem;
    text-align: right;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__point-emphasis {
    font-size: 1.12em;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-final-cta-button {
    min-width: 340px;
    min-height: 72px;
    padding: 20px 34px;
    font-size: clamp(1.06rem, 1.22vw, 1.16rem);
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__copy-shell {
    grid-column: 1;
    justify-content: flex-start;
    padding-inline-start: clamp(0.25rem, 1.2vw, 1.25rem);
    padding-inline-end: 0;
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__copy:not(.ts-hero__copy--ar) {
    direction: ltr !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__title {
    line-height: 1.06;
    max-width: 21.5ch;
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__lead {
    max-width: 72ch;
}

.ts-page.ts-landing-page.ts-landing-page--ar .ts-hero__copy-shell {
    grid-column: 2;
    justify-content: flex-end;
    padding-inline-start: 0;
    padding-inline-end: clamp(0.25rem, 1.2vw, 1.25rem);
}

.ts-page.ts-landing-page.ts-landing-page--ar .ts-hero__copy.ts-hero__copy--ar {
    direction: rtl !important;
    align-items: flex-end !important;
    text-align: right !important;
    width: min(100%, 1120px) !important;
    max-width: 1120px !important;
}

@media (min-width: 1025px) {
    .ts-page.ts-landing-page.ts-landing-page--ar .ts-hero__copy-shell.ts-hero__copy-shell--ar {
        padding-top: clamp(1.25rem, 3vh, 2.5rem);
    }
}

.ts-hero__title .ts-accent-text {
    color: var(--ts-accent-soft);
    background: linear-gradient(110deg, var(--ts-accent-soft), #e8c767 38%, #f5fbff 52%, #58c9d8 72%, var(--ts-accent-soft));
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: tsHeroAccentFlow 4.8s ease-in-out infinite;
}

.ts-hero__lead {
    margin: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.94rem, 1.16vw, 1.08rem);
    line-height: 1.6;
}

.ts-hero__points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 48rem);
}

html[dir="rtl"] .ts-page .ts-hero__points,
html[lang^="ar"] .ts-page .ts-hero__points,
body[dir="rtl"] .ts-page .ts-hero__points,
body[lang^="ar"] .ts-page .ts-hero__points,
body.arabic .ts-page .ts-hero__points,
body.o_rtl .ts-page .ts-hero__points {
    direction: rtl;
}

.ts-hero__points-block {
    display: flex;
    justify-content: flex-start;
}

html[dir="rtl"] .ts-page .ts-hero__points-block,
html[lang^="ar"] .ts-page .ts-hero__points-block,
body[dir="rtl"] .ts-page .ts-hero__points-block,
body[lang^="ar"] .ts-page .ts-hero__points-block,
body.arabic .ts-page .ts-hero__points-block,
body.o_rtl .ts-page .ts-hero__points-block {
    justify-content: flex-end;
}

.ts-hero__points li {
    position: relative;
    min-height: 0;
    padding: 0.68rem 1rem;
    border-radius: 999px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
        rgba(10, 27, 49, 0.34);
    border: 1px solid rgba(214, 233, 255, 0.18);
    box-shadow: 0 12px 28px rgba(3, 11, 24, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    line-height: 1.38;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.ts-hero__point-emphasis {
    color: var(--ts-accent-soft);
    font-size: 1.08em;
    font-weight: 900;
    line-height: 1.18;
}

.ts-hero__points li::before {
    content: "\2713";
    position: static;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    background: rgba(122, 216, 227, 0.18);
    color: var(--ts-accent-soft);
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: 0 0 14px rgba(122, 216, 227, 0.24);
}

.ts-hero__points li > .ar-content,
.ts-hero__points li > .en-content {
    flex: 1 1 auto;
    min-width: 0;
}

html[dir="rtl"] .ts-page .ts-hero__points li,
html[lang^="ar"] .ts-page .ts-hero__points li,
body[dir="rtl"] .ts-page .ts-hero__points li,
body[lang^="ar"] .ts-page .ts-hero__points li,
body.arabic .ts-page .ts-hero__points li,
body.o_rtl .ts-page .ts-hero__points li {
    text-align: right;
    gap: 0.85rem;
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__points {
    direction: ltr;
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__points-block {
    justify-content: flex-start;
}

.ts-page.ts-landing-page.ts-landing-page--en .ts-hero__points li {
    direction: ltr;
    text-align: left;
}

.ts-page.ts-landing-page.ts-landing-page--ar .ts-hero__points {
    direction: rtl;
}

.ts-page.ts-landing-page.ts-landing-page--ar .ts-hero__points-block {
    justify-content: flex-end;
}

.ts-page.ts-landing-page.ts-landing-page--ar .ts-hero__points li {
    direction: rtl;
    text-align: right;
    flex-direction: row;
}

.ts-hero__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 2px;
    width: 100%;
}

html[dir="rtl"] .ts-page .ts-hero__actions,
html[lang^="ar"] .ts-page .ts-hero__actions,
body[dir="rtl"] .ts-page .ts-hero__actions,
body[lang^="ar"] .ts-page .ts-hero__actions,
body.arabic .ts-page .ts-hero__actions,
body.o_rtl .ts-page .ts-hero__actions {
    direction: rtl;
    justify-content: flex-end;
}

.ts-page .ts-hero__copy .ts-hero__actions {
    direction: ltr;
    justify-content: center !important;
}

.ts-page .ts-hero__copy.ts-hero__copy--ar .ts-hero__actions {
    direction: ltr !important;
    justify-content: center !important;
}

html[dir="rtl"] .ts-page .ts-hero__title-block,
html[dir="rtl"] .ts-page .ts-hero__lead-block,
html[dir="rtl"] .ts-page .ts-hero__points-block,
html[dir="rtl"] .ts-page .ts-hero__actions,
html[lang^="ar"] .ts-page .ts-hero__title-block,
html[lang^="ar"] .ts-page .ts-hero__lead-block,
html[lang^="ar"] .ts-page .ts-hero__points-block,
html[lang^="ar"] .ts-page .ts-hero__actions,
body[dir="rtl"] .ts-page .ts-hero__title-block,
body[dir="rtl"] .ts-page .ts-hero__lead-block,
body[dir="rtl"] .ts-page .ts-hero__points-block,
body[dir="rtl"] .ts-page .ts-hero__actions,
body[lang^="ar"] .ts-page .ts-hero__title-block,
body[lang^="ar"] .ts-page .ts-hero__lead-block,
body[lang^="ar"] .ts-page .ts-hero__points-block,
body[lang^="ar"] .ts-page .ts-hero__actions,
body.arabic .ts-page .ts-hero__title-block,
body.arabic .ts-page .ts-hero__lead-block,
body.arabic .ts-page .ts-hero__points-block,
body.arabic .ts-page .ts-hero__actions,
body.o_rtl .ts-page .ts-hero__title-block,
body.o_rtl .ts-page .ts-hero__lead-block,
body.o_rtl .ts-page .ts-hero__points-block,
body.o_rtl .ts-page .ts-hero__actions {
    margin-inline: 0;
}

.ts-hero__visual-shell {
    grid-column: 2;
    position: absolute;
    inset-block-start: var(--ts-hero-header-offset);
    inset-block-end: 0;
    right: 0;
    left: auto;
    width: min(42vw, 680px);
    height: calc(100% - var(--ts-hero-header-offset));
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 2;
    pointer-events: none;
}

html[dir="rtl"] .ts-page .ts-hero__visual-shell,
html[lang^="ar"] .ts-page .ts-hero__visual-shell,
body[dir="rtl"] .ts-page .ts-hero__visual-shell,
body[lang^="ar"] .ts-page .ts-hero__visual-shell,
body.arabic .ts-page .ts-hero__visual-shell,
body.o_rtl .ts-page .ts-hero__visual-shell {
    right: auto;
    left: 0;
    justify-content: flex-start;
}

.ts-hero__visual-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    isolation: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

html[dir="rtl"] .ts-page .ts-hero__visual-frame,
html[lang^="ar"] .ts-page .ts-hero__visual-frame,
body[dir="rtl"] .ts-page .ts-hero__visual-frame,
body[lang^="ar"] .ts-page .ts-hero__visual-frame,
body.arabic .ts-page .ts-hero__visual-frame,
body.o_rtl .ts-page .ts-hero__visual-frame {
    justify-content: flex-start;
}

.ts-hero__visual-frame::before,
.ts-hero__visual-frame::after {
    content: none;
}

.ts-hero__portrait {
    position: relative;
    z-index: 1;
    min-height: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

html[dir="rtl"] .ts-page .ts-hero__portrait,
html[lang^="ar"] .ts-page .ts-hero__portrait,
body[dir="rtl"] .ts-page .ts-hero__portrait,
body[lang^="ar"] .ts-page .ts-hero__portrait,
body.arabic .ts-page .ts-hero__portrait,
body.o_rtl .ts-page .ts-hero__portrait {
    justify-content: flex-start;
}

.ts-hero__portrait-image {
    width: auto;
    height: min(100%, calc(100svh - var(--ts-hero-header-offset)));
    max-width: 100%;
    object-fit: contain;
    object-position: right bottom;
    transform: translate3d(var(--ts-image-parallax-x), var(--ts-image-parallax-y), 0) scale(0.98);
    transform-origin: right bottom;
    filter: drop-shadow(0 28px 52px rgba(2, 10, 22, 0.34));
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 7%, #000 20%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 7%, #000 20%, #000 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    will-change: transform;
}

html[dir="rtl"] .ts-page .ts-hero__portrait-image,
html[lang^="ar"] .ts-page .ts-hero__portrait-image,
body[dir="rtl"] .ts-page .ts-hero__portrait-image,
body[lang^="ar"] .ts-page .ts-hero__portrait-image,
body.arabic .ts-page .ts-hero__portrait-image,
body.o_rtl .ts-page .ts-hero__portrait-image {
    object-position: left bottom;
    transform-origin: left bottom;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 80%, rgba(0, 0, 0, 0.35) 93%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 80%, rgba(0, 0, 0, 0.35) 93%, transparent 100%);
}

.ts-hero__actions .ts-button {
    min-width: 220px;
    min-height: 54px;
    padding-inline: 24px;
    border-radius: 16px;
}

.ts-hero__actions .ts-final-cta-button {
    min-width: 290px;
    min-height: 66px;
    padding: 18px 30px;
    border-radius: 18px;
    font-size: clamp(1rem, 1.14vw, 1.08rem);
}

html[dir="rtl"] .ts-page .ts-hero__visual-frame::after,
html[lang^="ar"] .ts-page .ts-hero__visual-frame::after,
body.arabic .ts-page .ts-hero__visual-frame::after,
body.o_rtl .ts-page .ts-hero__visual-frame::after {
    content: none;
}

.ts-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 28px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 800;
    border: 1px solid transparent;
    overflow: hidden;
    isolation: isolate;
    letter-spacing: -0.01em;
    text-align: center;
    backdrop-filter: blur(10px) saturate(128%);
    -webkit-backdrop-filter: blur(10px) saturate(128%);
    transition:
        transform 0.28s ease,
        background-color 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        filter 0.28s ease;
}

.ts-button::before,
.ts-button::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: transform 0.7s ease, opacity 0.28s ease;
}

.ts-button::before {
    background: linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, 0.3) 50%, transparent 84%);
    transform: translateX(-128%);
    opacity: 0.92;
}

.ts-button::after {
    inset: -8px;
    border-radius: inherit;
    opacity: 0.5;
    filter: blur(18px);
}

.ts-button > * {
    position: relative;
    z-index: 1;
}

.ts-button:hover {
    transform: translateY(-3px) scale(1.01);
    filter: saturate(1.05);
}

.ts-button:hover::before,
.ts-button:focus-visible::before {
    transform: translateX(128%);
}

.ts-button:focus-visible {
    outline: 3px solid rgba(122, 216, 227, 0.42);
    outline-offset: 4px;
}

.ts-button--primary {
    background: linear-gradient(135deg, rgba(47, 174, 191, 0.98) 0%, rgba(24, 48, 80, 1) 100%);
    border-color: rgba(122, 216, 227, 0.32);
    box-shadow:
        0 20px 44px rgba(16, 40, 72, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    color: var(--ts-white);
}

.ts-button--primary:hover {
    box-shadow:
        0 26px 56px rgba(16, 40, 72, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.ts-button--primary::after {
    background: radial-gradient(circle at center, rgba(122, 216, 227, 0.5) 0%, rgba(47, 174, 191, 0.18) 45%, rgba(47, 174, 191, 0) 72%);
}

.ts-button--secondary {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%),
        rgba(10, 27, 49, 0.34);
    color: var(--ts-white);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 16px 34px rgba(6, 18, 34, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ts-button--secondary:hover {
    border-color: rgba(122, 216, 227, 0.4);
    box-shadow:
        0 22px 40px rgba(6, 18, 34, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ts-button--secondary::after {
    background: radial-gradient(circle at center, rgba(122, 216, 227, 0.22) 0%, rgba(122, 216, 227, 0.08) 45%, rgba(122, 216, 227, 0) 72%);
}

.ts-main {
    background: var(--ts-white);
    animation: tsPageReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.12s;
}

.ts-landing-page .highlights-header {
    animation: tsPageReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.04s;
}

.ts-section {
    padding: 96px 0;
}

.ts-section--surface {
    background: var(--ts-surface);
}

.ts-section--dark {
    background: linear-gradient(180deg, var(--ts-primary-strong), var(--ts-primary));
    color: var(--ts-white);
}

.ts-section-head {
    max-width: 900px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 48px;
}

.ts-section-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(24, 48, 80, 0.08);
    color: var(--ts-primary);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.ts-section--dark .ts-section-kicker {
    background: rgba(255, 255, 255, 0.08);
    color: var(--ts-accent-soft);
}

.ts-section-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

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

.ts-section-title-number {
    display: inline-block;
    color: var(--ts-accent);
    font-size: 1.34em;
    line-height: 0.86;
    font-weight: 900;
    margin-inline-end: 0.08em;
    vertical-align: -0.04em;
}

.ts-section--dark .ts-section-title .ts-accent-text {
    color: var(--ts-accent-soft);
}

.ts-section-lead {
    margin: 18px auto 0;
    max-width: 760px;
    color: var(--ts-muted);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.72;
    font-weight: 400;
}

.ts-section--dark .ts-section-lead {
    color: rgba(255, 255, 255, 0.78);
}

.ts-problem-grid,
.ts-service-grid,
.ts-why-grid,
.ts-gains-grid,
.ts-proof-grid,
.ts-process-grid {
    display: grid;
    gap: 20px;
}

.ts-problem-grid,
.ts-why-grid,
.ts-gains-grid,
.ts-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ts-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ts-card,
.ts-process-step {
    background: var(--ts-white);
    border: 1px solid var(--ts-border);
    border-radius: 8px;
    box-shadow: var(--ts-shadow);
}

.ts-card {
    padding: 28px 24px;
}

.ts-card--highlight {
    background: linear-gradient(180deg, rgba(24, 48, 80, 0.04) 0%, rgba(47, 174, 191, 0.06) 100%);
    border-color: rgba(47, 174, 191, 0.2);
}

.ts-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(24, 48, 80, 0.08);
    color: var(--ts-primary);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.ts-card__title {
    margin: 0 0 12px;
    font-size: 1.18rem;
    line-height: 1.35;
    font-weight: 800;
}

.ts-card__text {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.85;
    font-size: 0.96rem;
}

.ts-card__list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.ts-card__list li {
    position: relative;
    padding-inline-start: 18px;
    color: var(--ts-muted);
    line-height: 1.75;
    font-size: 0.94rem;
}

.ts-card__list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ts-accent);
    transform: translateY(-50%);
}

.ts-proof-grid .ts-card,
.ts-gains-grid .ts-card,
.ts-why-grid .ts-card {
    min-height: 100%;
}

.ts-proof-stat {
    font-size: clamp(2.1rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 800;
    color: var(--ts-accent);
    margin-bottom: 12px;
}

.ts-section--dark .ts-proof-stat {
    color: var(--ts-accent-soft);
}

.ts-process-step {
    padding: 28px 20px;
    text-align: center;
}

.ts-process-step__number {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ts-primary);
    color: var(--ts-white);
    font-size: 1.2rem;
    font-weight: 800;
}

.ts-process-step__title {
    margin: 0 0 10px;
    font-size: 1.05rem;
    font-weight: 800;
}

.ts-process-step__text {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.75;
    font-size: 0.94rem;
}

.ts-cta-band {
    position: relative;
    overflow: hidden;
    padding: 88px 0;
    background:
        radial-gradient(circle at top right, rgba(122, 216, 227, 0.24), transparent 30%),
        linear-gradient(180deg, var(--ts-primary-strong) 0%, var(--ts-primary) 100%);
    color: var(--ts-white);
}

.ts-cta-band__inner {
    max-width: 820px;
}

.ts-cta-band__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.14;
    font-weight: 800;
}

.ts-cta-band__text {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.85;
}

.ts-cta-band__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ts-final-cta-section {
    position: relative;
    padding: 56px 0 54px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 32%, rgba(122, 216, 227, 0.12), transparent 28%),
        radial-gradient(circle at 86% 24%, rgba(211, 160, 59, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(16, 40, 72, 0.92) 0%, rgba(24, 48, 80, 0.94) 100%);
}

.ts-final-cta-section::before,
.ts-final-cta-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.ts-final-cta-section::before {
    inset: auto auto -120px -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(122, 216, 227, 0.14) 0%, rgba(122, 216, 227, 0) 72%);
}

.ts-final-cta-section::after {
    inset: -90px -70px auto auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 160, 59, 0.16) 0%, rgba(211, 160, 59, 0) 72%);
}

.ts-final-cta-shell {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    padding: clamp(1.45rem, 2.8vw, 2.25rem) clamp(1.25rem, 2.4vw, 2rem);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
        rgba(9, 26, 48, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 22px 54px rgba(3, 14, 30, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    overflow: hidden;
}

.ts-final-cta-shell::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 10%;
    width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(122, 216, 227, 0.95), transparent);
    opacity: 0.85;
}

.ts-final-cta-content {
    flex: 1 1 auto;
    min-width: 0;
}

.ts-final-cta-heading {
    margin: 0;
    color: var(--ts-white);
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.ts-final-cta-text {
    margin: 12px 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.98rem, 1.28vw, 1.08rem);
    line-height: 1.7;
    font-weight: 500;
}

.ts-final-cta-note {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 700;
}

.ts-final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.ts-final-cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 310px);
    min-height: 68px;
    padding: 20px 30px;
    border-radius: 18px;
    border: 1px solid rgba(12, 34, 63, 0.18);
    background: linear-gradient(135deg, var(--ts-gold) 0%, var(--ts-gold-soft) 100%);
    box-shadow:
        0 16px 36px rgba(211, 160, 59, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: var(--ts-primary-strong);
    font-size: clamp(1.02rem, 1.36vw, 1.12rem);
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    transition:
        transform 0.32s ease,
        box-shadow 0.32s ease,
        filter 0.32s ease;
}

.ts-final-cta-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.34) 50%, transparent 82%);
    transform: translateX(-120%);
    transition: transform 0.7s ease;
}

.ts-final-cta-button:hover,
.ts-final-cta-button:focus-visible {
    transform: translateY(-3px);
    box-shadow:
        0 20px 42px rgba(211, 160, 59, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    filter: saturate(1.04);
}

.ts-final-cta-button:hover::before,
.ts-final-cta-button:focus-visible::before {
    transform: translateX(120%);
}

.ts-final-cta-button:focus-visible {
    outline: 3px solid rgba(122, 216, 227, 0.48);
    outline-offset: 4px;
}

.ts-final-cta-button__text,
.ts-final-cta-button__glow {
    position: relative;
    z-index: 1;
}

.ts-final-cta-button__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165%;
    height: 185%;
    z-index: 0;
    border-radius: inherit;
    background: radial-gradient(circle at center, rgba(241, 197, 92, 0.58) 0%, rgba(211, 160, 59, 0.2) 44%, rgba(211, 160, 59, 0) 74%);
    opacity: 0.68;
    transform: translate(-50%, -50%);
    filter: blur(20px);
    pointer-events: none;
}

.ts-section-shell {
    display: grid;
    gap: 56px;
}

.ts-service-featured__panel,
.ts-service-card,
.ts-why-pillar,
.ts-outcome-card,
.ts-metric-card,
.ts-process-panel,
.ts-process-card,
.ts-final-cta-shell,
.ts-service-icon,
.ts-why-pillar__icon {
    transition:
        transform 0.32s ease,
        box-shadow 0.32s ease,
        border-color 0.32s ease,
        background-color 0.32s ease,
        opacity 0.32s ease,
        filter 0.32s ease;
}

.ts-service-featured__panel::before,
.ts-service-card::before,
.ts-why-pillar::before,
.ts-outcome-card::before,
.ts-metric-card::before,
.ts-process-card::before {
    transition:
        opacity 0.32s ease,
        transform 0.32s ease;
}

.ts-why-pillar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 32%);
}

.ts-service-featured__panel:hover,
.ts-service-featured__panel:focus-within,
.ts-service-card:hover,
.ts-service-card:focus-within,
.ts-why-pillar:hover,
.ts-why-pillar:focus-within,
.ts-outcome-card:hover,
.ts-outcome-card:focus-within,
.ts-metric-card:hover,
.ts-metric-card:focus-within,
.ts-process-panel:hover,
.ts-process-panel:focus-within,
.ts-process-card:hover,
.ts-process-card:focus-within,
.ts-final-cta-shell:hover,
.ts-final-cta-shell:focus-within {
    transform: translateY(-6px);
    filter: saturate(1.03);
}

.ts-service-featured__panel:hover,
.ts-service-featured__panel:focus-within {
    box-shadow: 0 24px 46px rgba(10, 30, 58, 0.24);
    border-color: rgba(122, 216, 227, 0.22);
}

.ts-service-card:hover,
.ts-service-card:focus-within,
.ts-outcome-card:hover,
.ts-outcome-card:focus-within {
    box-shadow: 0 24px 44px rgba(16, 40, 72, 0.14);
    border-color: rgba(24, 48, 80, 0.18);
}

.ts-why-pillar:hover,
.ts-why-pillar:focus-within,
.ts-metric-card:hover,
.ts-metric-card:focus-within {
    box-shadow: 0 28px 52px rgba(7, 22, 41, 0.2);
    border-color: rgba(122, 216, 227, 0.2);
}

.ts-process-panel:hover,
.ts-process-panel:focus-within,
.ts-process-card:hover,
.ts-process-card:focus-within {
    box-shadow:
        0 26px 54px rgba(16, 40, 72, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.56);
    border-color: rgba(24, 48, 80, 0.12);
}

.ts-final-cta-shell:hover,
.ts-final-cta-shell:focus-within {
    box-shadow:
        0 28px 58px rgba(3, 14, 30, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.14);
}

.ts-service-featured__panel:hover::before,
.ts-service-featured__panel:focus-within::before,
.ts-service-card:hover::before,
.ts-service-card:focus-within::before,
.ts-why-pillar:hover::before,
.ts-why-pillar:focus-within::before,
.ts-outcome-card:hover::before,
.ts-outcome-card:focus-within::before,
.ts-metric-card:hover::before,
.ts-metric-card:focus-within::before,
.ts-process-card:hover::before,
.ts-process-card:focus-within::before {
    opacity: 1;
    transform: scale(1.02);
}

.ts-service-featured__panel:hover .ts-service-icon,
.ts-service-featured__panel:focus-within .ts-service-icon,
.ts-service-card:hover .ts-service-icon,
.ts-service-card:focus-within .ts-service-icon,
.ts-why-pillar:hover .ts-why-pillar__icon,
.ts-why-pillar:focus-within .ts-why-pillar__icon {
    transform: translateY(-2px) scale(1.04);
}

.ts-section-rule {
    width: 68px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ts-accent) 0%, var(--ts-primary) 100%);
    margin-bottom: 18px;
}

html[dir="rtl"] .ts-page .ts-section-rule,
html[lang^="ar"] .ts-page .ts-section-rule,
body.arabic .ts-page .ts-section-rule,
body.o_rtl .ts-page .ts-section-rule {
    background: linear-gradient(270deg, var(--ts-accent) 0%, var(--ts-primary) 100%);
}

.ts-section-rule--light {
    background: linear-gradient(90deg, var(--ts-accent-soft) 0%, rgba(255, 255, 255, 0.85) 100%);
}

html[dir="rtl"] .ts-page .ts-section-rule--light,
html[lang^="ar"] .ts-page .ts-section-rule--light,
body.arabic .ts-page .ts-section-rule--light,
body.o_rtl .ts-page .ts-section-rule--light {
    background: linear-gradient(270deg, var(--ts-accent-soft) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.ts-section-head--compact {
    max-width: 860px;
    margin-bottom: 0;
}

.ts-section-head--centered {
    text-align: center;
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 0;
}

.ts-section-head--centered .ts-section-rule {
    margin-inline: auto;
}

.ts-services-section {
    background:
        radial-gradient(circle at top right, rgba(122, 216, 227, 0.14), transparent 26%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.ts-services-layout {
    display: grid;
    gap: 14px;
}

.ts-services-row {
    display: grid;
    gap: 14px;
    align-items: stretch;
}

.ts-services-row--top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ts-services-row--bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 62rem);
    margin: 0 auto;
}

.ts-service-featured {
    position: relative;
}

.ts-service-featured__panel,
.ts-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(24, 48, 80, 0.12);
    box-shadow: 0 16px 34px rgba(16, 40, 72, 0.08);
}

.ts-service-featured__panel {
    padding: 24px 24px 22px;
    background:
        linear-gradient(135deg, rgba(24, 48, 80, 0.96) 0%, rgba(35, 69, 111, 0.94) 100%);
    color: var(--ts-white);
}

.ts-service-featured__panel::before,
.ts-service-card::before,
.ts-outcome-card::before,
.ts-metric-card::before,
.ts-process-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 32%);
}

.ts-service-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(122, 216, 227, 0.16);
    color: var(--ts-accent-soft);
    font-size: 0.72rem;
    font-weight: 800;
    margin: 0;
}

.ts-service-badge--rtl-left {
    right: auto;
    left: 18px;
}

html[dir="rtl"] .ts-page .ts-service-badge,
html[lang^="ar"] .ts-page .ts-service-badge,
body[dir="rtl"] .ts-page .ts-service-badge,
body[lang^="ar"] .ts-page .ts-service-badge,
body.arabic .ts-page .ts-service-badge,
body.o_rtl .ts-page .ts-service-badge {
    right: auto;
    left: 18px;
}

.ts-service-featured__header,
.ts-service-card__top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ts-service-featured__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
    row-gap: 10px;
}

html[dir="rtl"] .ts-page .ts-service-featured__header,
html[lang^="ar"] .ts-page .ts-service-featured__header,
body.arabic .ts-page .ts-service-featured__header,
body.o_rtl .ts-page .ts-service-featured__header {
    align-items: flex-start;
}

.ts-service-featured__copy,
.ts-why-pillar__body {
    display: grid;
    gap: 8px;
}

.ts-service-featured__copy {
    flex: 1 1 auto;
    min-width: 0;
    display: contents;
}

.ts-service-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 800;
    background: rgba(24, 48, 80, 0.08);
    color: var(--ts-primary);
}

.ts-service-featured .ts-service-icon {
    grid-column: 1;
    grid-row: 1;
    background: rgba(122, 216, 227, 0.16);
    color: var(--ts-accent-soft);
}

.ts-service-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ts-service-title {
    margin: 0;
    font-size: clamp(1.02rem, 1.45vw, 1.4rem);
    line-height: 1.24;
    font-weight: 900;
}

.ts-service-featured .ts-service-title {
    grid-column: 2;
    grid-row: 1;
}

.ts-service-text {
    margin: 0;
    color: var(--ts-muted);
    font-size: 0.9rem;
    line-height: 1.56;
}

.ts-service-featured .ts-service-text {
    grid-column: 1 / -1;
    grid-row: 2;
    color: rgba(255, 255, 255, 0.8);
}

html[dir="rtl"] .ts-page .ts-service-featured .ts-service-text,
html[lang^="ar"] .ts-page .ts-service-featured .ts-service-text,
body.arabic .ts-page .ts-service-featured .ts-service-text,
body.o_rtl .ts-page .ts-service-featured .ts-service-text {
    text-align: right;
    margin-right: 0;
}

.ts-service-list {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.ts-service-list--featured {
    grid-template-columns: 1fr;
    gap: 7px;
}

.ts-service-list li {
    position: relative;
    min-height: 100%;
    padding-inline-start: 16px;
    color: var(--ts-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.ts-service-featured .ts-service-list li {
    color: rgba(255, 255, 255, 0.86);
}

.ts-service-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--ts-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 16px rgba(47, 174, 191, 0.32);
}

.ts-service-featured .ts-service-list li::before {
    background: var(--ts-accent-soft);
    box-shadow: 0 0 18px rgba(122, 216, 227, 0.34);
}

.ts-service-grid-v2 {
    display: contents;
}

.ts-service-card {
    padding: 22px 20px 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
}

.ts-service-featured,
.ts-service-card {
    height: 100%;
}

.ts-service-featured__panel,
.ts-service-card {
    min-height: 100%;
}

.ts-why-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(122, 216, 227, 0.16), transparent 24%),
        linear-gradient(180deg, var(--ts-primary) 0%, var(--ts-primary-strong) 100%);
}

.ts-section-orbit {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7), transparent 82%);
}

.ts-why-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 30px;
    align-items: start;
}

.ts-why-intro {
    position: relative;
    top: auto;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.ts-why-section .ts-section-kicker {
    background: rgba(255, 255, 255, 0.08);
    color: var(--ts-accent-soft);
}

.ts-why-section .ts-section-title,
.ts-why-section .ts-section-lead {
    color: var(--ts-white);
}

.ts-why-section .ts-section-lead {
    color: rgba(255, 255, 255, 0.72);
}

.ts-why-pillar-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ts-why-pillar {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 14px;
    min-height: 100%;
    padding: 24px 22px 22px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 48px rgba(9, 24, 44, 0.14);
    text-align: center;
}

.ts-why-pillar__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex: 0 0 auto;
    background: rgba(122, 216, 227, 0.16);
    color: var(--ts-accent-soft);
    font-size: 0.95rem;
    font-weight: 800;
}

.ts-why-pillar__icon svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ts-why-pillar__title {
    margin: 0;
    color: var(--ts-white);
    font-size: 1.02rem;
    line-height: 1.4;
    font-weight: 800;
}

.ts-why-pillar__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.72;
}

.ts-why-pillar__body {
    justify-items: center;
    text-align: center;
}

.ts-outcomes-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(122, 216, 227, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
}

.ts-outcomes-process-shell {
    gap: 48px;
}

.ts-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ts-outcome-card {
    position: relative;
    padding: 28px 26px 26px;
    border-radius: 8px;
    border: 1px solid rgba(24, 48, 80, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 52px rgba(16, 40, 72, 0.08);
    overflow: hidden;
}

.ts-outcome-card__number {
    position: absolute;
    inset-block-start: 14px;
    inset-inline-end: 18px;
    font-size: clamp(2.9rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 900;
    color: rgba(24, 48, 80, 0.08);
    pointer-events: none;
}

html[lang="en"] .ts-page .ts-outcome-card__number,
html.en .ts-page .ts-outcome-card__number,
body.en .ts-page .ts-outcome-card__number,
body.o_ltr .ts-page .ts-outcome-card__number {
    inset-inline-start: 18px;
    inset-inline-end: auto;
}

.ts-outcome-card__title {
    position: relative;
    margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 800;
    color: var(--ts-primary);
}

.ts-outcome-card__text {
    position: relative;
    margin: 0;
    color: var(--ts-muted);
    font-size: 0.96rem;
    line-height: 1.8;
}

.ts-outcomes-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ts-metric-card {
    position: relative;
    padding: 26px 22px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(24, 48, 80, 0.12);
    background: linear-gradient(180deg, rgba(24, 48, 80, 0.96) 0%, rgba(35, 69, 111, 0.94) 100%);
    color: var(--ts-white);
    box-shadow: 0 26px 58px rgba(16, 40, 72, 0.16);
}

.ts-metric-card__value {
    position: relative;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    font-weight: 900;
    color: var(--ts-accent-soft);
}

.ts-metric-card__label {
    position: relative;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.6;
    font-weight: 600;
}

.ts-process-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(122, 216, 227, 0.14), transparent 26%),
        radial-gradient(circle at 88% 34%, rgba(24, 48, 80, 0.06), transparent 30%),
        linear-gradient(180deg, #eef4fb 0%, #f7fbff 100%);
}

.ts-process-panel {
    display: grid;
    gap: 40px;
    padding: clamp(32px, 4vw, 48px);
    border: 1px solid rgba(24, 48, 80, 0.08);
    border-radius: 8px;
    box-shadow:
        0 30px 70px rgba(16, 40, 72, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.ts-process-section::before {
    content: "";
    position: absolute;
    inset: 10% 0 auto;
    height: 280px;
    background: radial-gradient(circle at center, rgba(122, 216, 227, 0.12) 0%, rgba(122, 216, 227, 0.06) 28%, transparent 70%);
    pointer-events: none;
}

.ts-process-panel .ts-section-head {
    margin-bottom: 0;
}

@keyframes tsProcessSpineFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes tsProcessSpineFlowVertical {
    0% {
        background-position: 50% 0%;
    }
    100% {
        background-position: 50% 200%;
    }
}

@keyframes tsProcessPulseTravel {
    0% {
        left: -8%;
        opacity: 0.9;
    }
    100% {
        left: 108%;
        opacity: 0.9;
    }
}

@keyframes tsProcessPulseTravelVertical {
    0% {
        top: -8%;
        opacity: 0.9;
    }
    100% {
        top: 108%;
        opacity: 0.9;
    }
}

.ts-process-flow {
    --ts-process-gap: 28px;
    --ts-process-total-gap: 84px;
    --ts-process-spine-offset: 28px;
    --ts-process-step-progress: 0%;
    --ts-process-rail-pulse-duration: 8.4s;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ts-process-gap);
    position: relative;
    align-items: stretch;
    padding-top: 42px;
    isolation: isolate;
}

.ts-process-flow__spine {
    position: absolute;
    inset-inline: calc((100% - var(--ts-process-total-gap)) / 8);
    top: var(--ts-process-spine-offset);
    height: 6px;
    border-radius: 999px;
    background: rgba(24, 48, 80, 0.12);
    overflow: hidden;
    z-index: 0;
}

.ts-process-flow__spine::after {
    content: "";
    position: absolute;
    left: -8%;
    top: 50%;
    width: 46px;
    height: 12px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: linear-gradient(
        90deg,
        rgba(183, 241, 255, 0) 0%,
        rgba(183, 241, 255, 0.82) 24%,
        rgba(73, 201, 234, 0.96) 56%,
        rgba(12, 136, 176, 1) 100%
    );
    box-shadow:
        0 0 0 4px rgba(73, 201, 234, 0.16),
        0 0 22px rgba(44, 166, 201, 0.42);
    animation: tsProcessPulseTravel var(--ts-process-rail-pulse-duration) linear infinite;
    pointer-events: none;
}

.ts-process-flow__fill {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: auto;
    inset-block: 0;
    width: var(--ts-process-step-progress);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2faebf 0%, #183050 100%);
    box-shadow: 0 0 18px rgba(47, 174, 191, 0.22);
    transition: width 0.28s ease;
}

html[dir="rtl"] .ts-page .ts-process-flow__spine::after,
html[lang^="ar"] .ts-page .ts-process-flow__spine::after,
body.arabic .ts-page .ts-process-flow__spine::after,
body.o_rtl .ts-page .ts-process-flow__spine::after {
    animation-direction: reverse;
}

.ts-process-card {
    position: relative;
    text-align: center;
    min-height: 100%;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.92) 100%);
    border: 1px solid rgba(24, 48, 80, 0.08);
    box-shadow:
        0 32px 68px rgba(16, 40, 72, 0.12),
        0 10px 22px rgba(16, 40, 72, 0.06);
    overflow: visible;
    z-index: 1;
}

.ts-process-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, rgba(122, 216, 227, 0.1) 0%, rgba(255, 255, 255, 0) 36%);
    pointer-events: none;
    opacity: 0.9;
}

.ts-process-card__body {
    position: relative;
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 100%;
    padding: 62px 28px 30px;
    border-radius: inherit;
    z-index: 1;
}

.ts-process-card:nth-child(odd) .ts-process-card__body {
    padding-top: 70px;
}

.ts-process-card:nth-child(even) .ts-process-card__body {
    padding-top: 58px;
}

.ts-process-card__number {
    width: 78px;
    height: 78px;
    position: absolute;
    top: -39px;
    inset-inline-start: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: var(--ts-primary);
    color: var(--ts-white);
    font-size: 1.32rem;
    font-weight: 900;
    transform: translateX(-50%);
    box-shadow:
        0 22px 38px rgba(16, 40, 72, 0.22),
        0 0 0 10px rgba(247, 251, 255, 0.92);
    z-index: 2;
}

html[dir="rtl"] .ts-page .ts-process-card__number,
html[lang^="ar"] .ts-page .ts-process-card__number,
body.arabic .ts-page .ts-process-card__number,
body.o_rtl .ts-page .ts-process-card__number {
    transform: translateX(50%);
}

.ts-process-card__number--accent {
    background: var(--ts-accent);
    box-shadow:
        0 22px 38px rgba(47, 174, 191, 0.3),
        0 0 0 10px rgba(247, 251, 255, 0.92);
}

.ts-process-card__title {
    margin: 0;
    color: var(--ts-primary);
    font-size: 1.12rem;
    line-height: 1.4;
    font-weight: 800;
    text-wrap: balance;
}

.ts-process-card__text {
    margin: 0;
    color: var(--ts-muted);
    font-size: 0.96rem;
    line-height: 1.8;
}

.ts-form-page-shell,
.ts-thank-you-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(122, 216, 227, 0.16), transparent 24%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.ts-form-header,
.ts-thank-you-header {
    padding: 22px 0;
}

.ts-form-header__row,
.ts-thank-you-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ts-form-logo img,
.ts-thank-you-logo img {
    width: 152px;
    height: auto;
}

.ts-lang-button {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid var(--ts-border);
    background: var(--ts-white);
    color: var(--ts-primary);
    font-weight: 700;
    cursor: pointer;
}

.ts-form-layout,
.ts-thank-you-layout {
    padding: 12px 0 64px;
}

.ts-form-card,
.ts-thank-you-card {
    background: var(--ts-white);
    border: 1px solid rgba(24, 48, 80, 0.08);
    border-radius: 8px;
    box-shadow: var(--ts-shadow-strong);
}

.ts-form-card {
    padding: 40px;
}

.ts-form-title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.15;
    font-weight: 800;
}

.ts-form-subtitle {
    margin: 14px 0 0;
    color: var(--ts-muted);
    line-height: 1.8;
}

.ts-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    margin-top: 34px;
}

.ts-field,
.ts-field--full {
    display: grid;
    gap: 8px;
}

.ts-field--full {
    grid-column: 1 / -1;
}

.ts-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ts-text);
}

.ts-input,
.ts-select,
.ts-textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid rgba(24, 48, 80, 0.14);
    background: var(--ts-white);
    color: var(--ts-text);
    font-size: 0.98rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ts-textarea {
    min-height: 118px;
    padding: 14px;
    resize: vertical;
}

.ts-input:focus,
.ts-select:focus,
.ts-textarea:focus {
    outline: none;
    border-color: rgba(47, 174, 191, 0.85);
    box-shadow: 0 0 0 4px rgba(47, 174, 191, 0.12);
}

.ts-help {
    margin: 2px 0 0;
    color: var(--ts-muted);
    font-size: 0.84rem;
}

.ts-message {
    display: none;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.ts-message.success {
    background: rgba(15, 169, 104, 0.1);
    color: #0e7d50;
}

.ts-message.error,
.ts-message.show {
    background: rgba(204, 49, 49, 0.08);
    color: #a42323;
}

.ts-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ts-form-note {
    color: var(--ts-muted);
    font-size: 0.92rem;
    line-height: 1.75;
}

.ts-submit {
    min-width: 280px;
}

.ts-thank-you-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 40px;
    text-align: center;
}

.ts-thank-you-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 169, 104, 0.12);
    color: var(--ts-success);
    font-size: 2rem;
    font-weight: 800;
}

.ts-thank-you-title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
    font-weight: 800;
}

.ts-thank-you-subtitle {
    margin: 16px 0 0;
    color: var(--ts-muted);
    line-height: 1.8;
}

.ts-thank-you-panel {
    margin-top: 28px;
    padding: 24px;
    border-radius: 8px;
    background: var(--ts-surface);
    border: 1px solid rgba(24, 48, 80, 0.08);
    text-align: start;
}

.ts-thank-you-panel h3 {
    margin: 0 0 12px;
    font-size: 1.08rem;
    font-weight: 800;
}

.ts-thank-you-panel p,
.ts-thank-you-panel a {
    color: var(--ts-muted);
    line-height: 1.75;
}

.ts-thank-you-panel a {
    color: var(--ts-primary);
}

.ts-thank-you-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

@media (max-width: 1024px) {
    .ts-hero__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: calc(var(--ts-hero-header-offset) + clamp(2rem, 5vh, 3.5rem));
        padding-bottom: clamp(3.5rem, 8vh, 5rem);
    }

    .ts-hero__copy-shell,
    .ts-hero__visual-shell {
        grid-column: 1;
        width: 100%;
        justify-content: center;
    }

    .ts-hero__visual-shell {
        position: relative;
        inset: auto;
        right: auto;
        left: auto;
        width: 100%;
        height: auto;
        align-items: flex-end;
    }

    html[dir="rtl"] .ts-page .ts-hero__layout,
    html[lang^="ar"] .ts-page .ts-hero__layout,
    body[dir="rtl"] .ts-page .ts-hero__layout,
    body[lang^="ar"] .ts-page .ts-hero__layout,
    body.arabic .ts-page .ts-hero__layout,
    body.o_rtl .ts-page .ts-hero__layout {
        grid-template-columns: 1fr;
    }

    html[dir="rtl"] .ts-page .ts-hero__copy-shell,
    html[lang^="ar"] .ts-page .ts-hero__copy-shell,
    body[dir="rtl"] .ts-page .ts-hero__copy-shell,
    body[lang^="ar"] .ts-page .ts-hero__copy-shell,
    body.arabic .ts-page .ts-hero__copy-shell,
    body.o_rtl .ts-page .ts-hero__copy-shell,
    html[dir="rtl"] .ts-page .ts-hero__visual-shell,
    html[lang^="ar"] .ts-page .ts-hero__visual-shell,
    body[dir="rtl"] .ts-page .ts-hero__visual-shell,
    body[lang^="ar"] .ts-page .ts-hero__visual-shell,
    body.arabic .ts-page .ts-hero__visual-shell,
    body.o_rtl .ts-page .ts-hero__visual-shell {
        grid-column: 1;
        width: 100%;
        justify-content: center;
        transform: none;
    }

    .ts-hero__copy--ar {
        width: min(100%, 760px);
        max-width: 760px;
        padding-inline-end: 0;
    }

    .ts-hero__copy--ar .ts-hero__title,
    .ts-hero__copy--ar .ts-hero__lead,
    .ts-hero__copy--ar .ts-hero__points {
        max-width: 100%;
        width: min(100%, 42rem);
    }

    .ts-hero__copy--ar .ts-hero__title-intro,
    .ts-hero__title-line--en {
        white-space: normal;
    }

    .ts-hero__title-lockup--ar,
    .ts-hero__title-intro--en {
        white-space: normal;
    }

    html[dir="rtl"] .ts-page .ts-hero__visual-shell,
    html[lang^="ar"] .ts-page .ts-hero__visual-shell,
    body[dir="rtl"] .ts-page .ts-hero__visual-shell,
    body[lang^="ar"] .ts-page .ts-hero__visual-shell,
    body.arabic .ts-page .ts-hero__visual-shell,
    body.o_rtl .ts-page .ts-hero__visual-shell {
        right: auto;
        left: auto;
    }

    html[dir="rtl"] .ts-page .ts-hero__visual-frame,
    html[lang^="ar"] .ts-page .ts-hero__visual-frame,
    body[dir="rtl"] .ts-page .ts-hero__visual-frame,
    body[lang^="ar"] .ts-page .ts-hero__visual-frame,
    body.arabic .ts-page .ts-hero__visual-frame,
    body.o_rtl .ts-page .ts-hero__visual-frame,
    html[dir="rtl"] .ts-page .ts-hero__portrait,
    html[lang^="ar"] .ts-page .ts-hero__portrait,
    body[dir="rtl"] .ts-page .ts-hero__portrait,
    body[lang^="ar"] .ts-page .ts-hero__portrait,
    body.arabic .ts-page .ts-hero__portrait,
    body.o_rtl .ts-page .ts-hero__portrait {
        justify-content: center;
    }

    .ts-hero__title {
        font-size: clamp(2.1rem, 4.2vw, 3.5rem);
        max-width: 13ch;
    }

    .ts-hero__lead {
        max-width: 38rem;
        font-size: clamp(1rem, 1.8vw, 1.1rem);
    }

    .ts-hero__copy {
        width: min(100%, 760px);
        max-width: 760px;
    }

    .ts-hero__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        width: min(100%, 42rem);
    }

    .ts-hero__visual-frame {
        width: min(100%, 620px);
        height: auto;
        min-height: 0;
        justify-content: center;
    }

    .ts-hero__portrait {
        height: auto;
        min-height: 0;
        justify-content: center;
    }

    .ts-hero__portrait-image {
        width: min(100%, 390px);
        height: auto;
        max-height: none;
        object-position: center bottom;
        transform: none;
        transform-origin: center bottom;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    }

    html[dir="rtl"] .ts-page .ts-hero__portrait-image,
    html[lang^="ar"] .ts-page .ts-hero__portrait-image,
    body[dir="rtl"] .ts-page .ts-hero__portrait-image,
    body[lang^="ar"] .ts-page .ts-hero__portrait-image,
    body.arabic .ts-page .ts-hero__portrait-image,
    body.o_rtl .ts-page .ts-hero__portrait-image {
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    }

    .ts-services-layout,
    .ts-section-shell {
        gap: 40px;
    }

    .ts-services-row--top {
        grid-template-columns: 1fr;
    }

    .ts-services-row--bottom {
        width: 100%;
    }

    .ts-service-list--featured,
    .ts-outcomes-grid,
    .ts-outcomes-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-process-flow {
        --ts-process-gap: 22px;
        --ts-process-total-gap: 66px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: var(--ts-process-gap);
    }

    .ts-process-card__body {
        padding-inline: 22px;
    }

    .ts-final-cta-shell {
        padding: 24px 24px;
        gap: 20px;
    }

    .ts-final-cta-button {
        min-height: 60px;
        padding: 16px 22px;
    }

    .ts-why-layout {
        gap: 28px;
    }

    .ts-why-intro {
        position: relative;
        top: auto;
    }

    .ts-why-pillar-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-problem-grid,
    .ts-why-grid,
    .ts-gains-grid,
    .ts-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .ts-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ts-page .container {
        width: min(100% - 24px, 100%);
    }

    .ts-landing-page .highlights-header {
        position: relative;
        background: linear-gradient(180deg, rgba(19, 53, 99, 0.96) 0%, rgba(16, 40, 72, 0.94) 100%);
        backdrop-filter: none;
    }

    .ts-landing-page .header-content {
        gap: 14px;
    }

    .ts-hero__layout {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: calc(var(--ts-hero-header-offset) + 2rem);
        padding-bottom: 3.5rem;
        gap: 1.5rem;
    }

    .ts-hero__copy-shell,
    html[dir="rtl"] .ts-page .ts-hero__copy-shell,
    html[lang^="ar"] .ts-page .ts-hero__copy-shell,
    body[dir="rtl"] .ts-page .ts-hero__copy-shell,
    body[lang^="ar"] .ts-page .ts-hero__copy-shell,
    body.arabic .ts-page .ts-hero__copy-shell,
    body.o_rtl .ts-page .ts-hero__copy-shell {
        grid-column: 1;
        justify-content: stretch;
        padding-inline: 0;
    }

    .ts-hero__title-block,
    .ts-hero__lead-block,
    .ts-hero__points-block,
    .ts-hero__actions {
        width: 100%;
        text-align: inherit;
    }

    .ts-hero__actions {
        order: 4;
    }

    .ts-hero__points-block {
        order: 5;
    }

    .ts-hero__copy {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        gap: 14px;
        text-align: left;
    }

    .ts-hero__copy--ar {
        width: 100%;
        max-width: 100%;
    }

    .ts-hero__copy--ar .ts-hero__actions {
        justify-content: flex-start;
    }

    .ts-hero__copy--ar .ts-hero__title-intro,
    .ts-hero__title-line--en {
        white-space: normal;
    }

    .ts-hero__title-lockup--ar,
    .ts-hero__title-intro--en {
        white-space: normal;
    }

    html[dir="rtl"] .ts-page .ts-hero__copy,
    html[lang^="ar"] .ts-page .ts-hero__copy,
    body[dir="rtl"] .ts-page .ts-hero__copy,
    body[lang^="ar"] .ts-page .ts-hero__copy,
    body.arabic .ts-page .ts-hero__copy,
    body.o_rtl .ts-page .ts-hero__copy {
        align-items: flex-end;
        text-align: right;
    }

    .ts-hero__title {
        max-width: 11ch;
        font-size: clamp(1.95rem, 9vw, 2.9rem);
    }

    .ts-hero__lead {
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.75;
    }

    .ts-hero__copy .ts-hero__eyebrow,
    html[dir="rtl"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
    html[lang^="ar"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
    body[dir="rtl"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
    body[lang^="ar"] .ts-page .ts-hero__copy .ts-hero__eyebrow,
    body.arabic .ts-page .ts-hero__copy .ts-hero__eyebrow,
    body.o_rtl .ts-page .ts-hero__copy .ts-hero__eyebrow {
        align-self: center !important;
        justify-content: center;
        text-align: center;
        margin-inline: auto !important;
    }

    .ts-hero {
        min-height: auto;
    }

    .ts-hero__actions {
        justify-content: flex-start;
        margin-top: 8px;
    }

    .ts-page .ts-hero__copy .ts-hero__actions {
        justify-content: flex-start;
    }

    .ts-hero__points {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 100%;
        width: 100%;
    }

    .ts-hero__points li {
        min-height: 0;
        padding: 0.95rem 1rem;
        font-size: 0.95rem;
    }

    .ts-hero__actions .ts-button {
        width: min(100%, 340px);
        min-width: 0;
    }

    .ts-hero__actions .ts-final-cta-button {
        width: min(100%, 360px);
        min-width: 0;
        min-height: 62px;
        padding: 16px 24px;
    }

    .ts-hero__visual-shell {
        display: none;
    }

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

    .ts-section-shell {
        gap: 32px;
    }

    .ts-landing-page {
        --ts-reveal-offset: 24px;
    }

    .ts-section-head--centered {
        text-align: center;
    }

    .ts-section-head--centered .ts-section-rule {
        margin-inline: auto;
    }

    .ts-service-featured__panel,
    .ts-service-card,
    .ts-outcome-card,
    .ts-metric-card,
    .ts-process-panel,
    .ts-why-pillar {
        border-radius: 8px;
    }

    .ts-service-featured__panel,
    .ts-service-card {
        padding: 24px 18px;
    }

    .ts-service-featured,
    .ts-service-card {
        height: auto;
    }

    .ts-service-featured__panel,
    .ts-service-card {
        min-height: 0;
    }

    .ts-service-featured__panel {
        padding-top: 74px;
    }

    .ts-service-badge {
        top: 16px;
        right: 16px;
        left: auto;
        max-width: calc(100% - 32px);
    }

    html[dir="rtl"] .ts-page .ts-service-badge,
    html[lang^="ar"] .ts-page .ts-service-badge,
    body[dir="rtl"] .ts-page .ts-service-badge,
    body[lang^="ar"] .ts-page .ts-service-badge,
    body.arabic .ts-page .ts-service-badge,
    body.o_rtl .ts-page .ts-service-badge {
        right: auto;
        left: 16px;
    }

    .ts-service-featured__header,
    .ts-service-card__top,
    .ts-why-pillar {
        gap: 14px;
    }

    .ts-service-featured__header {
        column-gap: 14px;
        row-gap: 12px;
    }

    .ts-service-card__top {
        align-items: flex-start;
    }

    .ts-service-card__top .ts-service-title {
        flex: 1 1 auto;
        min-width: 0;
        text-align: start;
    }

    .ts-service-featured .ts-service-title,
    .ts-service-card .ts-service-title {
        font-size: clamp(1rem, 6vw, 1.3rem);
    }

    .ts-service-featured .ts-service-text {
        margin-top: 2px;
    }

    .ts-services-row--top,
    .ts-services-row--bottom,
    .ts-service-grid-v2,
    .ts-service-list--featured,
    .ts-outcomes-grid,
    .ts-outcomes-metrics {
        grid-template-columns: 1fr;
    }

    .ts-service-icon,
    .ts-why-pillar__icon {
        width: 46px;
        height: 46px;
    }

    .ts-service-list {
        gap: 10px;
        margin-top: 16px;
    }

    .ts-service-list li {
        min-height: 0;
        padding-inline-start: 18px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .ts-service-list--featured li {
        font-size: 0.93rem;
        line-height: 1.52;
    }

    .ts-why-layout {
        gap: 22px;
    }

    .ts-why-pillar-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ts-why-pillar {
        padding: 20px 18px;
    }

    .ts-outcome-card {
        padding: 24px 18px 22px;
    }

    .ts-outcome-card__number {
        font-size: 2.6rem;
        inset-block-start: 12px;
    }

    .ts-metric-card {
        padding: 22px 18px;
    }

    .ts-process-panel {
        gap: 28px;
        padding: 28px 18px;
    }

    .ts-final-cta-section {
        padding: 40px 0 42px;
    }

    .ts-final-cta-shell {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 18px;
        border-radius: 22px;
    }

    .ts-final-cta-heading {
        font-size: clamp(1.55rem, 7vw, 2.15rem);
    }

    .ts-final-cta-text {
        font-size: 0.98rem;
        line-height: 1.68;
    }

    .ts-final-cta-note {
        margin-top: 12px;
        font-size: 0.92rem;
    }

    .ts-final-cta-actions {
        margin-top: 4px;
        width: 100%;
    }

    .ts-final-cta-button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 16px 18px;
        border-radius: 16px;
        font-size: 1rem;
    }

    .ts-problem-grid,
    .ts-why-grid,
    .ts-gains-grid,
    .ts-proof-grid,
    .ts-process-grid {
        grid-template-columns: 1fr;
    }

    .ts-form-card,
    .ts-thank-you-card {
        padding: 28px 18px;
    }

    .ts-form-grid {
        grid-template-columns: 1fr;
    }

    .ts-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    .ts-landing-page .hl-mobile-menu-toggle {
        color: var(--ts-white);
        border-color: rgba(214, 233, 255, 0.36);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 12px 24px rgba(8, 22, 46, 0.18);
    }

    .ts-landing-page .hl-mobile-menu-toggle:hover {
        border-color: rgba(214, 233, 255, 0.5);
        box-shadow: 0 0 0 3px rgba(122, 216, 227, 0.14);
        background: rgba(255, 255, 255, 0.14);
    }

    .ts-landing-page .hl-mobile-menu-panel {
        background: linear-gradient(180deg, rgba(19, 53, 99, 0.98) 0%, rgba(16, 40, 72, 0.98) 100%) !important;
        border-color: rgba(214, 233, 255, 0.16) !important;
        box-shadow: 0 18px 34px rgba(8, 22, 46, 0.3) !important;
    }

    .ts-landing-page .hl-mobile-menu-panel > .nav {
        flex: 0 0 auto;
        justify-content: flex-start;
        gap: 0.15rem;
    }

    .ts-landing-page .hl-mobile-menu-panel > .nav > .nav-link,
    .ts-landing-page .hl-mobile-menu-panel > .nav .dropdown-toggle {
        color: rgba(244, 249, 255, 0.96);
    }

    .ts-landing-page .hl-mobile-menu-panel > .nav > .nav-link:hover,
    .ts-landing-page .hl-mobile-menu-panel > .nav .dropdown-toggle:hover {
        background: rgba(122, 216, 227, 0.12);
    }

    .ts-landing-page .hl-mobile-menu-panel > .nav .dropdown-menu {
        background: rgba(10, 27, 49, 0.72) !important;
        border-color: rgba(214, 233, 255, 0.12) !important;
    }

    .ts-landing-page .hl-mobile-menu-panel > .nav .dropdown-item {
        color: rgba(244, 249, 255, 0.92);
    }

    .ts-landing-page .hl-mobile-menu-panel > .nav .dropdown-item:hover,
    .ts-landing-page .hl-mobile-menu-panel > .nav .dropdown-item:focus {
        background: rgba(122, 216, 227, 0.12);
        color: var(--ts-white);
    }

    .ts-process-panel {
        gap: 32px;
        padding: 32px 24px;
    }

    .ts-process-flow {
        --ts-process-mobile-spine: 34px;
        --ts-process-mobile-gutter: 92px;
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 0;
        padding-inline-start: var(--ts-process-mobile-gutter);
    }

    .ts-process-flow__spine {
        inset-inline-start: var(--ts-process-mobile-spine);
        inset-inline-end: auto;
        top: 10px;
        bottom: 10px;
        width: 3px;
        height: auto;
        background: rgba(24, 48, 80, 0.12);
    }

    .ts-process-flow__spine::after {
        left: 50%;
        top: -8%;
        width: 12px;
        height: 46px;
        transform: translateX(-50%);
        background: linear-gradient(
            180deg,
            rgba(183, 241, 255, 0) 0%,
            rgba(183, 241, 255, 0.82) 24%,
            rgba(73, 201, 234, 0.96) 56%,
            rgba(12, 136, 176, 1) 100%
        );
        animation: tsProcessPulseTravelVertical var(--ts-process-rail-pulse-duration) linear infinite;
    }

    html[dir="rtl"] .ts-page .ts-process-flow,
    html[lang^="ar"] .ts-page .ts-process-flow,
    body.arabic .ts-page .ts-process-flow,
    body.o_rtl .ts-page .ts-process-flow {
        padding-inline-start: 0;
        padding-inline-end: var(--ts-process-mobile-gutter);
    }

    html[dir="rtl"] .ts-page .ts-process-flow__spine,
    html[lang^="ar"] .ts-page .ts-process-flow__spine,
    body.arabic .ts-page .ts-process-flow__spine,
    body.o_rtl .ts-page .ts-process-flow__spine {
        inset-inline-start: auto;
        inset-inline-end: var(--ts-process-mobile-spine);
    }

    html[dir="rtl"] .ts-page .ts-process-flow__spine::after,
    html[lang^="ar"] .ts-page .ts-process-flow__spine::after,
    body.arabic .ts-page .ts-process-flow__spine::after,
    body.o_rtl .ts-page .ts-process-flow__spine::after {
        animation-direction: normal;
    }

    .ts-process-flow__fill {
        inset-inline: 0;
        inset-block-start: 0;
        inset-block-end: auto;
        width: 100%;
        height: var(--ts-process-step-progress);
        background: linear-gradient(180deg, #2faebf 0%, #183050 100%);
        transition: height 0.28s ease;
    }

    .ts-process-card {
        text-align: start;
        border-radius: 24px;
    }

    .ts-process-card__body,
    .ts-process-card:nth-child(odd) .ts-process-card__body,
    .ts-process-card:nth-child(even) .ts-process-card__body {
        gap: 10px;
        padding: 24px 22px 24px 26px;
    }

    .ts-process-card__number {
        width: 56px;
        height: 56px;
        top: 22px;
        inset-inline-start: calc((var(--ts-process-mobile-spine) - 28px) - var(--ts-process-mobile-gutter));
        transform: none;
        border-radius: 18px;
        font-size: 1.1rem;
        box-shadow:
            0 18px 30px rgba(16, 40, 72, 0.22),
            0 0 0 8px rgba(247, 251, 255, 0.92);
    }

    .ts-process-card__number--accent {
        box-shadow:
            0 18px 30px rgba(47, 174, 191, 0.28),
            0 0 0 8px rgba(247, 251, 255, 0.92);
    }

    html[dir="rtl"] .ts-page .ts-process-card__number,
    html[lang^="ar"] .ts-page .ts-process-card__number,
    body.arabic .ts-page .ts-process-card__number,
    body.o_rtl .ts-page .ts-process-card__number {
        inset-inline-start: auto;
        inset-inline-end: calc((var(--ts-process-mobile-spine) - 28px) - var(--ts-process-mobile-gutter));
    }

    .ts-process-card__title {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    .ts-process-card__text {
        font-size: 0.93rem;
        line-height: 1.75;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ts-landing-page.ts-reveal-ready [data-aos],
    .ts-landing-page.ts-reveal-ready [data-aos-delay] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ts-main,
    .ts-landing-page .highlights-header {
        animation: none;
    }

    .ts-hero::before,
    .ts-hero::after {
        animation: none;
    }

    .ts-hero__title .ts-accent-text {
        animation: none;
        background: none;
        color: var(--ts-accent-soft);
        text-shadow: none;
        -webkit-text-fill-color: currentColor;
    }

    .ts-hero__portrait-image {
        transform: none;
    }

    .ts-process-flow__spine {
        animation: none;
    }

    .ts-process-flow__spine::after {
        animation: none;
    }

    .ts-service-featured__panel,
    .ts-service-card,
    .ts-why-pillar,
    .ts-outcome-card,
    .ts-metric-card,
    .ts-process-panel,
    .ts-process-card,
    .ts-final-cta-shell,
    .ts-service-icon,
    .ts-why-pillar__icon,
    .ts-service-featured__panel::before,
    .ts-service-card::before,
    .ts-why-pillar::before,
    .ts-outcome-card::before,
    .ts-metric-card::before,
    .ts-process-card::before,
    .ts-final-cta-button,
    .ts-final-cta-button::before {
        transition: none;
    }
}
