/* =========================================================
   TENACITY SOFT
   WHY US — TRUST ARCHITECTURE
========================================================= */

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


.ts-why {
    --why-blue: #1688ff;
    --why-blue-light: #69c5ff;

    --why-yellow: #ffc400;
    --why-yellow-light: #ffe477;

    --why-text: #f4f7fc;
    --why-muted: #9eacbd;

    position: relative;

    z-index: 2;

    margin-top: -2px;

    padding:
        126px 0
        112px;

    overflow: hidden;

    isolation: isolate;

    background:
        radial-gradient(
            circle at 78% 42%,
            rgba(22, 136, 255, 0.085),
            transparent 31%
        ),
        radial-gradient(
            circle at 7% 73%,
            rgba(255, 196, 0, 0.025),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #020914 0%,
            #020b18 52%,
            #020914 100%
        );
}


/* =========================================================
   BACKGROUND
========================================================= */

.ts-why__background {
    position: absolute;

    inset: 0;

    z-index: -2;

    overflow: hidden;

    pointer-events: none;
}


.ts-why__grid {
    position: absolute;

    inset: 0;

    opacity: 0.055;

    background-image:
        linear-gradient(
            rgba(44, 124, 213, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(44, 124, 213, 0.08) 1px,
            transparent 1px
        );

    background-size:
        96px 96px;

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 13%,
            #000 86%,
            transparent
        );

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 13%,
            #000 86%,
            transparent
        );
}


.ts-why__glow {
    position: absolute;

    border-radius: 50%;

    filter:
        blur(145px);
}


.ts-why__glow--left {
    width: 520px;
    height: 520px;

    left: -390px;
    top: 33%;

    opacity: 0.06;

    background:
        var(--why-blue);
}


.ts-why__glow--right {
    width: 660px;
    height: 660px;

    right: -400px;
    bottom: 2%;

    opacity: 0.045;

    background:
        var(--why-yellow);
}


.ts-why__top-blend {
    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 180px;

    background:
        linear-gradient(
            to bottom,
            #020914,
            rgba(2, 9, 20, 0.96) 36%,
            transparent
        );
}


.ts-why__bottom-blend {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 150px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(2, 9, 20, 0.7),
            #020914
        );
}


/* =========================================================
   TRANSITION
========================================================= */

.ts-why-transition {
    position: absolute;

    width:
        min(
            calc(100% - 64px),
            1380px
        );

    height: 72px;

    left: 50%;
    top: 0;

    z-index: 4;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: center;

    transform:
        translateX(-50%);
}


.ts-why-transition__line {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(22, 136, 255, 0.2)
        );
}


.ts-why-transition__line--right {
    background:
        linear-gradient(
            90deg,
            rgba(255, 196, 0, 0.2),
            transparent
        );
}


.ts-why-transition__signal {
    position: relative;

    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    margin-inline: 14px;

    border:
        1px solid rgba(88, 180, 255, 0.23);

    border-radius: 50%;

    color:
        var(--why-yellow);

    background:
        #04182d;

    box-shadow:
        0 0 22px rgba(22, 136, 255, 0.1);
}


.ts-why-transition__signal > span {
    position: absolute;

    inset: -8px;

    border:
        1px solid rgba(105, 197, 255, 0.08);

    border-radius: 50%;
}


.ts-why-transition__signal svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   CONTAINER
========================================================= */

.ts-why__container {
    position: relative;

    width:
        min(
            calc(100% - 64px),
            1380px
        );

    margin-inline: auto;
}


/* =========================================================
   HEADER
========================================================= */

.ts-why__header {
    margin-bottom:
        clamp(60px, 7vw, 96px);
}


.ts-why__eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 11px;

    margin-bottom: 20px;

    color:
        var(--why-blue-light);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}


.ts-why__eyebrow-line {
    width: 28px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            var(--why-yellow),
            rgba(255, 196, 0, 0.12)
        );
}


.ts-why__heading-grid {
    display: grid;

    grid-template-columns:
        minmax(520px, 1fr)
        minmax(390px, 0.66fr);

    align-items: end;

    gap:
        clamp(48px, 7vw, 120px);
}


.ts-why__title {
    max-width: 850px;

    margin: 0;

    color:
        var(--why-text);

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            40px,
            3.55vw,
            60px
        );

    font-weight: 700;

    line-height: 1.04;

    letter-spacing: -0.052em;
}


.ts-why__title span {
    display: block;

    color:
        var(--why-yellow);
}


.ts-why__intro {
    max-width: 555px;

    margin-left: auto;
}


.ts-why__intro p {
    margin:
        0 0 18px;

    color:
        var(--why-muted);

    font-size: 16px;

    line-height: 1.75;
}


.ts-why__intro-note {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    color:
        rgba(213, 226, 239, 0.76);

    font-size: 12px;

    line-height: 1.55;
}


.ts-why__intro-note svg {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    margin-top: 1px;

    fill: none;

    stroke:
        var(--why-yellow);

    stroke-width: 1.55;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   ARCHITECTURE
========================================================= */

.ts-why__architecture {
    display: grid;

    grid-template-columns:
        minmax(330px, 0.68fr)
        minmax(730px, 1.32fr);

    align-items: stretch;

    min-height: 700px;

    border-top:
        1px solid rgba(71, 148, 224, 0.11);

    border-bottom:
        1px solid rgba(71, 148, 224, 0.11);
}


/* =========================================================
   STATEMENT
========================================================= */

.ts-why__statement {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding:
        70px 60px
        70px 0;

    border-right:
        1px solid rgba(71, 148, 224, 0.11);
}


.ts-why__statement::before {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    left: -145px;
    top: 50%;

    border-radius: 50%;

    opacity: 0.12;

    background:
        radial-gradient(
            circle,
            rgba(22, 136, 255, 0.4),
            transparent 70%
        );

    filter:
        blur(35px);

    transform:
        translateY(-50%);
}


.ts-why__statement-label {
    position: relative;

    display: block;

    margin-bottom: 22px;

    color:
        var(--why-blue-light);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}


.ts-why__statement blockquote {
    position: relative;

    max-width: 490px;

    margin:
        0 0 27px;

    color:
        var(--why-text);

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            31px,
            2.7vw,
            45px
        );

    font-weight: 580;

    line-height: 1.13;

    letter-spacing: -0.045em;
}


.ts-why__statement blockquote strong {
    display: block;

    margin-top: 7px;

    color:
        var(--why-yellow);

    font-weight: 680;
}


.ts-why__statement > p {
    position: relative;

    max-width: 465px;

    margin:
        0 0 36px;

    color:
        var(--why-muted);

    font-size: 14px;

    line-height: 1.75;
}


.ts-why__signature {
    position: relative;

    display: flex;
    align-items: center;

    gap: 14px;

    padding-top: 26px;

    border-top:
        1px solid rgba(72, 150, 226, 0.11);
}


.ts-why__signature-mark {
    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    flex: 0 0 43px;

    border:
        1px solid rgba(78, 170, 253, 0.21);

    border-radius: 13px;

    color:
        var(--why-yellow);

    background:
        rgba(22, 136, 255, 0.045);
}


.ts-why__signature-mark svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.45;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.ts-why__signature > span:last-child {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.ts-why__signature small {
    color:
        rgba(105, 197, 255, 0.68);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.ts-why__signature strong {
    color:
        #e4edf7;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   BLUEPRINT
========================================================= */

.ts-why-blueprint {
    position: relative;

    min-height: 700px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(22, 136, 255, 0.08),
            transparent 42%
        );
}


/* Surface */

.ts-why-blueprint__surface {
    position: absolute;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


.ts-why-blueprint__grid {
    position: absolute;

    inset: 0;

    opacity: 0.12;

    background-image:
        linear-gradient(
            rgba(56, 135, 217, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(56, 135, 217, 0.08) 1px,
            transparent 1px
        );

    background-size:
        58px 58px;

    -webkit-mask-image:
        radial-gradient(
            circle at center,
            #000,
            transparent 77%
        );

    mask-image:
        radial-gradient(
            circle at center,
            #000,
            transparent 77%
        );
}


.ts-why-blueprint__axis {
    position: absolute;

    left: 50%;
    top: 50%;

    opacity: 0.3;

    transform:
        translate(-50%, -50%);
}


.ts-why-blueprint__axis--x {
    width: 82%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(69, 153, 235, 0.22),
            transparent
        );
}


.ts-why-blueprint__axis--y {
    width: 1px;
    height: 82%;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(69, 153, 235, 0.22),
            transparent
        );
}


.ts-why-blueprint__corner {
    position: absolute;

    width: 35px;
    height: 35px;

    opacity: 0.34;
}


.ts-why-blueprint__corner--one {
    left: 30px;
    top: 30px;

    border-left:
        1px solid var(--why-blue-light);

    border-top:
        1px solid var(--why-blue-light);
}


.ts-why-blueprint__corner--two {
    right: 30px;
    top: 30px;

    border-right:
        1px solid var(--why-blue-light);

    border-top:
        1px solid var(--why-blue-light);
}


.ts-why-blueprint__corner--three {
    left: 30px;
    bottom: 30px;

    border-left:
        1px solid var(--why-yellow);

    border-bottom:
        1px solid var(--why-yellow);
}


.ts-why-blueprint__corner--four {
    right: 30px;
    bottom: 30px;

    border-right:
        1px solid var(--why-yellow);

    border-bottom:
        1px solid var(--why-yellow);
}


/* Paths */

.ts-why-blueprint__paths {
    position: absolute;

    inset: 0;

    z-index: 2;

    width: 100%;
    height: 100%;

    pointer-events: none;
}


.ts-why-blueprint__path {
    fill: none;

    stroke:
        rgba(74, 157, 238, 0.12);

    stroke-width: 1;

    stroke-linecap: round;

    vector-effect:
        non-scaling-stroke;

    transition:
        stroke 500ms ease,
        stroke-width 500ms ease,
        opacity 500ms ease,
        filter 500ms ease;
}


.ts-why-blueprint__path.is-active {
    stroke:
        url("#tsWhyPathBlue");

    stroke-width: 1.8;

    opacity: 1;

    filter:
        url("#tsWhyPathGlow");
}


.ts-why-blueprint__path[data-why-path="results"].is-active,
.ts-why-blueprint__path[data-why-path="support"].is-active {
    stroke:
        url("#tsWhyPathYellow");
}


/* =========================================================
   CENTRAL CORE
========================================================= */

.ts-why-blueprint__core {
    position: absolute;

    width: 210px;
    height: 210px;

    left: 50%;
    top: 50%;

    z-index: 5;

    display: grid;
    place-items: center;

    transform:
        translate(-50%, -50%);
}


.ts-why-blueprint__core-ring {
    position: absolute;

    border:
        1px solid rgba(105, 197, 255, 0.16);

    border-radius: 50%;
}


.ts-why-blueprint__core-ring--outer {
    inset: 0;

    border-color:
        rgba(255, 196, 0, 0.1);
}


.ts-why-blueprint__core-ring--inner {
    inset: 18%;
}


.ts-why-blueprint__core-object {
    position: relative;

    z-index: 4;

    width: 122px;
    height: 122px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 9px;

    overflow: hidden;

    border:
        1px solid rgba(88, 181, 255, 0.3);

    border-radius: 29px;

    color:
        var(--why-blue-light);

    background:
        radial-gradient(
            circle at 50% 19%,
            rgba(16, 83, 142, 0.98),
            rgba(4, 21, 40, 0.99) 68%
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 0 35px rgba(22, 136, 255, 0.1),
        0 0 40px rgba(22, 136, 255, 0.15),
        0 28px 58px rgba(0, 0, 0, 0.36);

    text-align: center;
}


.ts-why-blueprint__core-top {
    position: absolute;

    height: 2px;

    left: 20px;
    right: 20px;
    top: 0;

    opacity: 0.8;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--why-yellow),
            transparent
        );
}


.ts-why-blueprint__core-object svg {
    width: 39px;
    height: 39px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.35;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.ts-why-blueprint__core-object > span:last-child {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.ts-why-blueprint__core-object small {
    color:
        rgba(164, 198, 229, 0.65);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.ts-why-blueprint__core-object strong {
    color:
        var(--why-text);

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
}


.ts-why-blueprint__core-pulse {
    position: absolute;

    inset: -15px;

    border:
        1px solid rgba(105, 197, 255, 0.08);

    border-radius: 50%;

    animation:
        tsWhyCorePulse
        6s ease-in-out infinite;
}


@keyframes tsWhyCorePulse {

    0%,
    100% {
        opacity: 0.15;

        transform:
            scale(0.9);
    }

    50% {
        opacity: 0.64;

        transform:
            scale(1);
    }

}


/* =========================================================
   PRINCIPLES
========================================================= */

.ts-why-principle {
    position: absolute;

    z-index: 6;

    width: 260px;

    display: grid;

    grid-template-columns:
        auto minmax(0, 1fr);

    gap:
        10px 13px;

    padding:
        17px 18px;

    opacity: 0.52;

    transition:
        opacity 500ms ease,
        transform 500ms ease;
}


.ts-why-principle::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    border:
        1px solid rgba(72, 157, 239, 0.09);

    border-radius: 13px;

    opacity: 0;

    background:
        linear-gradient(
            145deg,
            rgba(9, 39, 72, 0.82),
            rgba(3, 17, 33, 0.6)
        );

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.2);

    transition:
        opacity 500ms ease,
        border-color 500ms ease,
        box-shadow 500ms ease;
}


.ts-why-principle.is-active {
    opacity: 1;

    transform:
        translateY(-4px);
}


.ts-why-principle.is-active::before {
    opacity: 1;

    border-color:
        rgba(80, 172, 255, 0.2);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.25),
        0 0 28px rgba(22, 136, 255, 0.06);
}


.ts-why-principle__index {
    grid-column: 1 / -1;

    color:
        rgba(105, 197, 255, 0.48);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.12em;
}


.ts-why-principle__icon {
    width: 39px;
    height: 39px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(75, 165, 249, 0.19);

    border-radius: 11px;

    color:
        var(--why-blue-light);

    background:
        rgba(22, 136, 255, 0.04);

    transition:
        border-color 500ms ease,
        color 500ms ease,
        background-color 500ms ease,
        box-shadow 500ms ease;
}


.ts-why-principle__icon svg {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.45;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.ts-why-principle.is-active
.ts-why-principle__icon {
    border-color:
        rgba(105, 197, 255, 0.48);

    background:
        rgba(22, 136, 255, 0.09);

    box-shadow:
        0 0 20px rgba(22, 136, 255, 0.13);
}


.ts-why-principle--results.is-active
.ts-why-principle__icon,

.ts-why-principle--support.is-active
.ts-why-principle__icon {
    border-color:
        rgba(255, 196, 0, 0.38);

    color:
        var(--why-yellow);

    background:
        rgba(255, 196, 0, 0.055);

    box-shadow:
        0 0 20px rgba(255, 196, 0, 0.08);
}


.ts-why-principle > div {
    min-width: 0;
}


.ts-why-principle small {
    display: block;

    margin-bottom: 6px;

    color:
        var(--why-blue-light);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}


.ts-why-principle--results small,
.ts-why-principle--support small {
    color:
        var(--why-yellow);
}


.ts-why-principle h3 {
    margin:
        0 0 7px;

    color:
        var(--why-text);

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size: 16px;
    font-weight: 650;

    line-height: 1.24;

    letter-spacing: -0.025em;
}


.ts-why-principle p {
    margin: 0;

    color:
        var(--why-muted);

    font-size: 10px;

    line-height: 1.55;
}


/* Position */

.ts-why-principle--understand {
    left: 5%;
    top: 8%;
}


.ts-why-principle--scale {
    right: 5%;
    top: 8%;
}


.ts-why-principle--results {
    left: 5%;
    bottom: 8%;
}


.ts-why-principle--support {
    right: 5%;
    bottom: 8%;
}


/* =========================================================
   PROOF
========================================================= */

.ts-why__proof {
    display: grid;

    grid-template-columns:
        minmax(300px, 0.7fr)
        minmax(620px, 1.3fr);

    align-items: center;

    gap: 50px;

    margin-top:
        clamp(70px, 8vw, 105px);

    padding:
        26px 0;

    border-top:
        1px solid rgba(72, 150, 226, 0.1);

    border-bottom:
        1px solid rgba(72, 150, 226, 0.1);
}


.ts-why__proof-intro {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.ts-why__proof-intro span {
    color:
        var(--why-blue-light);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}


.ts-why__proof-intro strong {
    max-width: 420px;

    color:
        var(--why-text);

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            18px,
            1.7vw,
            25px
        );

    font-weight: 620;

    line-height: 1.32;

    letter-spacing: -0.028em;
}


.ts-why__proof-line {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    align-items: center;

    gap: 18px;
}


.ts-why__proof-line span {
    display: flex;
    align-items: center;

    gap: 9px;

    color:
        #d8e4ef;

    font-size: 11px;
    font-weight: 650;

    white-space: nowrap;
}


.ts-why__proof-line i {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border:
        1px solid var(--why-yellow);

    border-radius: 50%;

    box-shadow:
        0 0 8px rgba(255, 196, 0, 0.2);
}


/* =========================================================
   CLOSING
========================================================= */

.ts-why__closing {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 42px;

    margin-top:
        clamp(72px, 8vw, 108px);

    padding:
        29px 31px;

    overflow: hidden;

    border:
        1px solid rgba(75, 162, 247, 0.15);

    border-radius: 18px;

    background:
        linear-gradient(
            105deg,
            rgba(8, 30, 56, 0.82),
            rgba(4, 17, 32, 0.94)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.028),
        0 25px 60px rgba(0, 0, 0, 0.21);
}


.ts-why__closing::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -175px;
    top: -180px;

    border-radius: 50%;

    opacity: 0.2;

    background:
        radial-gradient(
            circle,
            rgba(255, 196, 0, 0.32),
            transparent 70%
        );
}


.ts-why__closing-copy {
    position: relative;

    z-index: 2;
}


.ts-why__closing-copy > span {
    display: block;

    margin-bottom: 8px;

    color:
        var(--why-blue-light);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}


.ts-why__closing-copy h3 {
    max-width: 830px;

    margin: 0;

    color:
        var(--why-text);

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            21px,
            1.9vw,
            29px
        );

    font-weight: 620;

    line-height: 1.27;

    letter-spacing: -0.032em;
}


.ts-why__closing-button {
    position: relative;

    z-index: 3;

    min-height: 60px;

    display: inline-flex;
    align-items: center;

    gap: 14px;

    padding:
        9px 21px;

    border:
        1px solid rgba(255, 224, 98, 0.72);

    border-radius: 11px;

    color:
        #07101b;

    background:
        linear-gradient(
            135deg,
            #ffdc59,
            #ffc400 58%,
            #ffb800
        );

    box-shadow:
        0 14px 35px rgba(255, 196, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);

    text-decoration: none;

    transition:
        transform 200ms ease,
        box-shadow 200ms ease;
}


.ts-why__closing-button:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0 19px 43px rgba(255, 196, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.57);
}


.ts-why__closing-button > svg {
    width: 21px;
    height: 21px;

    flex: 0 0 21px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.ts-why__closing-button > span {
    display: flex;
    flex-direction: column;

    gap: 6px;
}


.ts-why__closing-button small {
    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    opacity: 0.67;
}


.ts-why__closing-button strong {
    font-size: 14px;
    font-weight: 850;

    white-space: nowrap;
}


/* =========================================================
   REVEAL
========================================================= */

[data-why-reveal] {
    opacity: 0;

    transform:
        translate3d(0, 24px, 0);

    transition:
        opacity 720ms ease,
        transform 720ms
        cubic-bezier(
            0.18,
            0.75,
            0.2,
            1
        );
}


[data-why-reveal].is-visible {
    opacity: 1;

    transform:
        translate3d(0, 0, 0);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1280px) {

    .ts-why__container,
    .ts-why-transition {
        width:
            min(
                calc(100% - 48px),
                1220px
            );
    }


    .ts-why__architecture {
        grid-template-columns:
            minmax(310px, 0.65fr)
            minmax(650px, 1.35fr);
    }


    .ts-why__statement {
        padding-right: 42px;
    }


    .ts-why-principle {
        width: 235px;
    }


    .ts-why-principle--understand,
    .ts-why-principle--results {
        left: 3%;
    }


    .ts-why-principle--scale,
    .ts-why-principle--support {
        right: 3%;
    }


    .ts-why__proof {
        grid-template-columns:
            minmax(280px, 0.65fr)
            minmax(580px, 1.35fr);

        gap: 35px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

    .ts-why {
        padding:
            118px 0
            94px;
    }


    .ts-why__container,
    .ts-why-transition {
        width:
            min(
                calc(100% - 38px),
                820px
            );
    }


    .ts-why__heading-grid {
        grid-template-columns: 1fr;

        gap: 23px;
    }


    .ts-why__intro {
        max-width: 650px;

        margin-left: 0;
    }


    .ts-why__architecture {
        grid-template-columns: 1fr;

        min-height: 0;
    }


    .ts-why__statement {
        padding:
            55px 0;

        border-right: 0;

        border-bottom:
            1px solid rgba(71, 148, 224, 0.11);
    }


    .ts-why__statement blockquote {
        max-width: 690px;
    }


    .ts-why__statement > p {
        max-width: 650px;
    }


    .ts-why-blueprint {
        min-height: 700px;
    }


    .ts-why__proof {
        grid-template-columns: 1fr;

        gap: 25px;
    }


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

        gap:
            18px 30px;
    }


    .ts-why__closing {
        grid-template-columns: 1fr;

        gap: 24px;
    }


    .ts-why__closing-button {
        justify-self: start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {

    .ts-why {
        padding:
            104px 0
            76px;
    }


    .ts-why__container,
    .ts-why-transition {
        width:
            calc(100% - 28px);
    }


    .ts-why-transition {
        height: 64px;
    }


    .ts-why__title {
        font-size:
            clamp(
                35px,
                10vw,
                46px
            );
    }


    .ts-why__intro p {
        font-size: 15px;

        line-height: 1.65;
    }


    .ts-why__statement {
        padding:
            45px 0;
    }


    .ts-why__statement blockquote {
        font-size:
            clamp(
                29px,
                8.5vw,
                39px
            );
    }


    .ts-why-blueprint {
        min-height: 870px;

        padding:
            30px 0;
    }


    .ts-why-blueprint__axis,
    .ts-why-blueprint__paths {
        display: none;
    }


    .ts-why-blueprint__core {
        width: 180px;
        height: 180px;

        top: 50%;
    }


    .ts-why-blueprint__core-object {
        width: 108px;
        height: 108px;

        border-radius: 25px;
    }


    .ts-why-principle {
        width:
            calc(50% - 12px);

        min-height: 185px;

        padding:
            14px;

        opacity: 0.66;
    }


    .ts-why-principle::before {
        opacity: 1;

        background:
            linear-gradient(
                145deg,
                rgba(8, 34, 64, 0.77),
                rgba(3, 17, 33, 0.76)
            );
    }


    .ts-why-principle--understand {
        left: 0;
        top: 30px;
    }


    .ts-why-principle--scale {
        right: 0;
        top: 30px;
    }


    .ts-why-principle--results {
        left: 0;
        bottom: 30px;
    }


    .ts-why-principle--support {
        right: 0;
        bottom: 30px;
    }


    .ts-why-principle h3 {
        font-size: 14px;
    }


    .ts-why-principle p {
        font-size: 10px;
    }


    .ts-why__proof-line {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .ts-why__proof-line span {
        white-space: normal;
    }


    .ts-why__closing {
        gap: 20px;

        margin-top: 66px;

        padding:
            24px 20px;
    }


    .ts-why__closing-button {
        width: 100%;

        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .ts-why-blueprint {
        min-height: 980px;
    }


    .ts-why-blueprint__core {
        width: 160px;
        height: 160px;
    }


    .ts-why-blueprint__core-object {
        width: 98px;
        height: 98px;
    }


    .ts-why-principle {
        width: 100%;

        min-height: 0;
    }


    .ts-why-principle--understand {
        left: 0;
        right: 0;
        top: 20px;
    }


    .ts-why-principle--scale {
        left: 0;
        right: 0;
        top: 205px;
    }


    .ts-why-principle--results {
        left: 0;
        right: 0;
        bottom: 205px;
    }


    .ts-why-principle--support {
        left: 0;
        right: 0;
        bottom: 20px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ts-why *,
    .ts-why *::before,
    .ts-why *::after {
        animation-duration:
            0.01ms !important;

        transition-duration:
            0.01ms !important;
    }


    [data-why-reveal] {
        opacity: 1;

        transform: none;
    }

}


/* =========================================================
   PAUSE OUTSIDE VIEWPORT
========================================================= */

.ts-why.is-outside-viewport
.ts-why-blueprint__core-pulse {
    animation-play-state: paused;
}