/* =========================================================
   TENACITY SOFT
   HIDDEN OPERATIONAL IMPACT
========================================================= */

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


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

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

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

    --impact-border:
        rgba(74, 157, 238, 0.14);

    position: relative;

    z-index: 2;

    margin-top: -2px;

    padding:
        0 0
        112px;

    overflow: hidden;

    isolation: isolate;

    background:
        radial-gradient(
            circle at 10% 35%,
            rgba(16, 111, 228, 0.09),
            transparent 30%
        ),
        radial-gradient(
            circle at 91% 70%,
            rgba(255, 196, 0, 0.028),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #020b18 0%,
            #020a16 52%,
            #020914 100%
        );
}


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

.ts-impact__background {
    position: absolute;

    inset: 0;

    z-index: -2;

    overflow: hidden;

    pointer-events: none;
}


.ts-impact__grid {
    position: absolute;

    inset: 0;

    opacity: 0.08;

    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:
        92px 92px;

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            #000 15%,
            #000 83%,
            transparent 100%
        );

    mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            #000 15%,
            #000 83%,
            transparent 100%
        );
}


.ts-impact__glow {
    position: absolute;

    border-radius: 50%;

    filter:
        blur(145px);
}


.ts-impact__glow--left {
    width: 540px;
    height: 540px;

    left: -360px;
    top: 15%;

    opacity: 0.09;

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


.ts-impact__glow--right {
    width: 540px;
    height: 540px;

    right: -360px;
    bottom: -100px;

    opacity: 0.045;

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


.ts-impact__top-blend {
    position: absolute;

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

    height: 280px;

    background:
        linear-gradient(
            to bottom,
            #020b18 0%,
            rgba(2, 11, 24, 0.98) 32%,
            rgba(2, 11, 24, 0) 100%
        );
}


.ts-impact__bottom-blend {
    position: absolute;

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

    height: 160px;

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


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

.ts-impact__container {
    position: relative;

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

    margin-inline: auto;
}


/* =========================================================
   SALES BRIDGE
========================================================= */

.ts-impact-bridge {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(440px, 0.92fr)
        minmax(580px, 1.08fr);

    align-items: center;

    gap:
        clamp(55px, 7vw, 110px);

    margin-bottom:
        clamp(74px, 8vw, 112px);

    padding:
        52px 0
        50px;

    border-top:
        1px solid rgba(73, 151, 229, 0.1);

    border-bottom:
        1px solid rgba(73, 151, 229, 0.1);
}


.ts-impact-bridge::before {
    content: "";

    position: absolute;

    width: 330px;
    height: 160px;

    left: 66%;
    top: 50%;

    border-radius: 50%;

    opacity: 0.18;

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

    filter:
        blur(34px);

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


.ts-impact-bridge__content {
    position: relative;

    z-index: 3;
}


.ts-impact-bridge__eyebrow {
    display: block;

    margin-bottom: 15px;

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

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

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


.ts-impact-bridge__title {
    max-width: 620px;

    margin:
        0 0 18px;

    color:
        var(--impact-text);

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

    font-size:
        clamp(
            32px,
            3vw,
            48px
        );

    font-weight: 700;

    line-height: 1.08;

    letter-spacing: -0.046em;
}


.ts-impact-bridge__title span {
    display: block;

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


.ts-impact-bridge__description {
    max-width: 585px;

    margin: 0;

    color:
        var(--impact-muted);

    font-size: 14px;

    line-height: 1.7;
}


/* Journey */

.ts-impact-bridge__journey {
    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns:
        minmax(145px, 1fr)
        54px
        minmax(145px, 1fr)
        54px
        minmax(145px, 1fr);

    align-items: center;

    gap: 8px;
}


.ts-impact-journey {
    min-height: 116px;

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

    gap: 12px;

    padding:
        18px 14px;

    border:
        1px solid rgba(69, 159, 248, 0.16);

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(7, 27, 51, 0.79),
            rgba(3, 16, 31, 0.94)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.026),
        0 18px 40px rgba(0, 0, 0, 0.19);

    text-align: center;

    transition:
        transform 230ms ease,
        border-color 230ms ease,
        box-shadow 230ms ease;
}


.ts-impact-journey:hover {
    border-color:
        rgba(75, 172, 255, 0.33);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 23px 46px rgba(0, 0, 0, 0.25),
        0 0 26px rgba(22, 136, 255, 0.05);

    transform:
        translateY(-4px);
}


.ts-impact-journey--growth {
    border-color:
        rgba(255, 196, 0, 0.2);
}


.ts-impact-journey--growth:hover {
    border-color:
        rgba(255, 196, 0, 0.36);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 23px 46px rgba(0, 0, 0, 0.25),
        0 0 26px rgba(255, 196, 0, 0.05);
}


.ts-impact-journey__icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(68, 165, 255, 0.22);

    border-radius: 12px;

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

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


.ts-impact-journey--friction
.ts-impact-journey__icon,

.ts-impact-journey--growth
.ts-impact-journey__icon {
    border-color:
        rgba(255, 196, 0, 0.23);

    color:
        var(--impact-yellow);

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


.ts-impact-journey__icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.55;

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


.ts-impact-journey__copy {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.ts-impact-journey__copy small {
    color:
        rgba(151, 178, 204, 0.68);

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

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


.ts-impact-journey__copy strong {
    color:
        var(--impact-text);

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

    line-height: 1.25;
}


.ts-impact-journey__connector {
    display: flex;
    align-items: center;

    gap: 6px;

    color:
        var(--impact-blue-light);
}


.ts-impact-journey__connector span {
    width: 28px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(22, 136, 255, 0.12),
            rgba(105, 197, 255, 0.72)
        );
}


.ts-impact-journey__connector svg {
    width: 15px;
    height: 15px;

    flex: 0 0 auto;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

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


.ts-impact-journey__connector--yellow {
    color:
        var(--impact-yellow);
}


.ts-impact-journey__connector--yellow span {
    background:
        linear-gradient(
            90deg,
            rgba(255, 196, 0, 0.12),
            rgba(255, 196, 0, 0.7)
        );
}


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

.ts-impact__header {
    margin-bottom:
        clamp(55px, 6vw, 82px);
}


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

    gap: 11px;

    margin-bottom: 20px;

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

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

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


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

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


.ts-impact__heading-grid {
    display: grid;

    grid-template-columns:
        minmax(460px, 0.96fr)
        minmax(390px, 0.74fr);

    align-items: end;
    justify-content: space-between;

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


.ts-impact__title {
    max-width: 720px;

    margin: 0;

    color:
        var(--impact-text);

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

    font-size:
        clamp(
            40px,
            3.5vw,
            59px
        );

    font-weight: 700;

    line-height: 1.04;

    letter-spacing: -0.05em;
}


.ts-impact__title span {
    display: block;

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


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

    margin:
        0 0 4px auto;

    color:
        var(--impact-muted);

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================================
   EXPERIENCE
========================================================= */

.ts-impact__experience {
    display: grid;

    grid-template-columns:
        minmax(510px, 1.02fr)
        minmax(470px, 0.98fr);

    align-items: center;

    gap:
        clamp(62px, 8vw, 120px);
}


/* =========================================================
   DASHBOARD VISUAL
========================================================= */

.ts-impact__visual {
    position: relative;

    min-height: 610px;
}


.ts-impact-dashboard {
    position: absolute;

    width:
        min(
            100%,
            660px
        );

    left: 50%;
    top: 50%;

    padding:
        24px;

    overflow: hidden;

    border:
        1px solid rgba(70, 160, 249, 0.2);

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(7, 31, 59, 0.94),
            rgba(3, 16, 31, 0.98)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 34px 75px rgba(0, 0, 0, 0.38),
        0 0 50px rgba(22, 136, 255, 0.07);

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


.ts-impact-dashboard::before {
    content: "";

    position: absolute;

    width: 290px;
    height: 290px;

    right: -170px;
    top: -180px;

    border-radius: 50%;

    opacity: 0.24;

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


.ts-impact-dashboard__glow {
    position: absolute;

    width: 86%;
    height: 35%;

    left: 50%;
    bottom: -26%;

    border-radius: 50%;

    opacity: 0.42;

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

    filter:
        blur(30px);

    transform:
        translateX(-50%);
}


.ts-impact-dashboard__header {
    position: relative;

    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 22px;
}


.ts-impact-dashboard__heading {
    display: flex;
    align-items: center;

    gap: 12px;
}


.ts-impact-dashboard__logo {
    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(255, 196, 0, 0.22);

    border-radius: 11px;

    color:
        var(--impact-yellow);

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


.ts-impact-dashboard__logo svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.55;

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


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

    gap: 4px;
}


.ts-impact-dashboard__heading small {
    color:
        var(--impact-blue-light);

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

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


.ts-impact-dashboard__heading strong {
    color:
        var(--impact-text);

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

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


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

    gap: 7px;

    padding:
        7px 10px;

    border:
        1px solid rgba(255, 196, 0, 0.18);

    border-radius: 999px;

    color:
        #e8edf3;

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

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


.ts-impact-dashboard__status i {
    width: 6px;
    height: 6px;

    display: block;

    border-radius: 50%;

    background:
        var(--impact-yellow);

    box-shadow:
        0 0 9px rgba(255, 196, 0, 0.7);
}


/* Metrics */

.ts-impact-dashboard__metrics {
    position: relative;

    z-index: 2;

    display: grid;

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

    gap: 10px;

    margin-bottom: 12px;
}


.ts-impact-metric {
    min-height: 110px;

    display: flex;
    align-items: flex-start;

    gap: 11px;

    padding:
        15px 13px;

    border:
        1px solid rgba(67, 156, 244, 0.14);

    border-radius: 13px;

    background:
        linear-gradient(
            145deg,
            rgba(8, 35, 66, 0.74),
            rgba(4, 19, 36, 0.92)
        );
}


.ts-impact-metric__icon {
    width: 35px;
    height: 35px;

    display: grid;
    place-items: center;

    flex: 0 0 35px;

    border:
        1px solid rgba(67, 163, 255, 0.18);

    border-radius: 10px;

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

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


.ts-impact-metric--yellow
.ts-impact-metric__icon {
    border-color:
        rgba(255, 196, 0, 0.2);

    color:
        var(--impact-yellow);

    background:
        rgba(255, 196, 0, 0.05);
}


.ts-impact-metric__icon svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.55;

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


.ts-impact-metric__copy {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 4px;
}


.ts-impact-metric__copy small {
    color:
        rgba(151, 178, 204, 0.64);

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

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


.ts-impact-metric__copy strong {
    color:
        var(--impact-text);

    font-size: 13px;
    font-weight: 720;

    line-height: 1.2;
}


.ts-impact-metric__copy span {
    color:
        var(--impact-muted);

    font-size: 9px;

    line-height: 1.35;
}


/* Chart */

.ts-impact-dashboard__chart {
    position: relative;

    z-index: 2;

    padding:
        17px;

    border:
        1px solid rgba(67, 156, 244, 0.14);

    border-radius: 14px;

    background:
        rgba(3, 17, 33, 0.68);
}


.ts-impact-dashboard__chart-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 12px;
}


.ts-impact-dashboard__chart-header > span:first-child {
    display: flex;
    flex-direction: column;

    gap: 4px;
}


.ts-impact-dashboard__chart-header small {
    color:
        var(--impact-blue-light);

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

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


.ts-impact-dashboard__chart-header strong {
    color:
        var(--impact-text);

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


.ts-impact-dashboard__period {
    padding:
        6px 9px;

    border:
        1px solid rgba(73, 160, 245, 0.14);

    border-radius: 7px;

    color:
        var(--impact-muted);

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

    font-size: 8px;
}


.ts-impact-dashboard__graph {
    position: relative;

    height: 190px;

    overflow: hidden;

    border-radius: 9px;

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


.ts-impact-dashboard__grid-line {
    position: absolute;

    left: 0;
    right: 0;

    height: 1px;

    background:
        rgba(79, 146, 214, 0.08);
}


.ts-impact-dashboard__grid-line:nth-child(1) {
    top: 20%;
}


.ts-impact-dashboard__grid-line:nth-child(2) {
    top: 40%;
}


.ts-impact-dashboard__grid-line:nth-child(3) {
    top: 60%;
}


.ts-impact-dashboard__grid-line:nth-child(4) {
    top: 80%;
}


.ts-impact-dashboard__graph svg {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;
}


.ts-impact-dashboard__area {
    fill:
        url("#tsImpactChartArea");
}


.ts-impact-dashboard__line {
    fill: none;

    stroke:
        var(--impact-blue-light);

    stroke-width: 2;

    stroke-linecap: round;

    filter:
        url("#tsImpactChartGlow");
}


.ts-impact-dashboard__point {
    fill:
        var(--impact-yellow);

    filter:
        drop-shadow(
            0 0 7px rgba(255, 196, 0, 0.85)
        );

    animation:
        tsImpactChartPoint
        3.5s ease-in-out infinite alternate;
}


@keyframes tsImpactChartPoint {

    to {
        opacity: 0.5;

        transform:
            scale(1.35);

        transform-origin:
            center;
    }

}


.ts-impact-dashboard__chart-footer {
    display: flex;
    justify-content: space-between;

    gap: 10px;

    margin-top: 9px;

    color:
        rgba(145, 171, 197, 0.58);

    font-size: 7px;

    text-transform: uppercase;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.ts-impact__content-header {
    max-width: 600px;

    margin-bottom: 25px;
}


.ts-impact__content-header > span {
    display: block;

    margin-bottom: 10px;

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

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

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


.ts-impact__content-header h3 {
    margin:
        0 0 12px;

    color:
        var(--impact-text);

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

    font-size:
        clamp(
            27px,
            2.35vw,
            37px
        );

    font-weight: 650;

    line-height: 1.18;

    letter-spacing: -0.042em;
}


.ts-impact__content-header p {
    max-width: 560px;

    margin: 0;

    color:
        var(--impact-muted);

    font-size: 14px;

    line-height: 1.68;
}


/* Benefits */

.ts-impact__benefits {
    position: relative;

    display: grid;
}


.ts-impact-benefit {
    position: relative;

    display: grid;

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

    gap: 17px;

    padding:
        19px 0;

    border-bottom:
        1px solid rgba(71, 145, 217, 0.1);

    transition:
        transform 220ms ease;
}


.ts-impact-benefit:last-child {
    border-bottom: 0;
}


.ts-impact-benefit:hover {
    transform:
        translateX(6px);
}


.ts-impact-benefit__icon {
    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(67, 162, 255, 0.21);

    border-radius: 13px;

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

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

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}


.ts-impact-benefit--accent
.ts-impact-benefit__icon {
    border-color:
        rgba(255, 196, 0, 0.24);

    color:
        var(--impact-yellow);

    background:
        rgba(255, 196, 0, 0.045);
}


.ts-impact-benefit__icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.55;

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


.ts-impact-benefit h4 {
    margin:
        0 0 7px;

    color:
        var(--impact-text);

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

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

    line-height: 1.24;

    letter-spacing: -0.025em;
}


.ts-impact-benefit p {
    max-width: 570px;

    margin: 0;

    color:
        var(--impact-muted);

    font-size: 13px;

    line-height: 1.62;
}


/* =========================================================
   CONVERSION
========================================================= */

.ts-impact__conversion {
    position: relative;

    display: grid;

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

    align-items: center;

    gap: 40px;

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

    padding:
        29px 31px;

    overflow: hidden;

    border:
        1px solid rgba(76, 162, 245, 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-impact__conversion::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -170px;
    top: -180px;

    border-radius: 50%;

    opacity: 0.2;

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


.ts-impact__conversion-copy {
    position: relative;

    z-index: 2;
}


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

    margin-bottom: 8px;

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

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

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


.ts-impact__conversion-copy h3 {
    max-width: 810px;

    margin: 0;

    color:
        var(--impact-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-impact__conversion-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-impact__conversion-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-impact__conversion-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-impact__conversion-button > span {
    display: flex;
    flex-direction: column;

    gap: 6px;
}


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

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

    opacity: 0.67;
}


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

    white-space: nowrap;
}


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

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

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

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


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

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


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

@media (max-width: 1280px) {

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


    .ts-impact-bridge {
        grid-template-columns:
            minmax(390px, 0.88fr)
            minmax(520px, 1.12fr);

        gap: 45px;
    }


    .ts-impact-bridge__journey {
        grid-template-columns:
            minmax(125px, 1fr)
            40px
            minmax(125px, 1fr)
            40px
            minmax(125px, 1fr);
    }


    .ts-impact-journey__connector span {
        width: 18px;
    }


    .ts-impact__experience {
        grid-template-columns:
            minmax(460px, 0.98fr)
            minmax(440px, 1.02fr);

        gap: 52px;
    }

}


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

@media (max-width: 960px) {

    .ts-impact {
        padding-bottom: 94px;
    }


    .ts-impact__container {
        width:
            min(
                calc(100% - 38px),
                800px
            );
    }


    .ts-impact-bridge {
        grid-template-columns: 1fr;

        gap: 37px;

        padding:
            46px 0;
    }


    .ts-impact-bridge__content {
        max-width: 690px;
    }


    .ts-impact-bridge__journey {
        width: 100%;
    }


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

        gap: 22px;
    }


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

        margin: 0;
    }


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

        gap: 45px;
    }


    .ts-impact__visual {
        min-height: 610px;
    }


    .ts-impact-dashboard {
        width:
            min(
                100%,
                660px
            );
    }


    .ts-impact__content {
        max-width: 700px;

        margin-inline: auto;
    }


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

        gap: 24px;
    }


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

}


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

@media (max-width: 620px) {

    .ts-impact {
        padding-bottom: 76px;
    }


    .ts-impact__container {
        width:
            calc(100% - 28px);
    }


    .ts-impact-bridge {
        margin-bottom: 68px;

        padding:
            38px 0;
    }


    .ts-impact-bridge__title {
        font-size:
            clamp(
                32px,
                9vw,
                42px
            );
    }


    .ts-impact-bridge__description {
        font-size: 14px;
    }


    .ts-impact-bridge__journey {
        grid-template-columns:
            1fr;

        gap: 10px;
    }


    .ts-impact-journey {
        min-height: 0;

        flex-direction: row;
        justify-content: flex-start;

        text-align: left;
    }


    .ts-impact-journey__connector {
        min-height: 34px;

        justify-content: center;

        transform:
            rotate(90deg);
    }


    .ts-impact-journey__connector span {
        width: 18px;
    }


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


    .ts-impact__intro {
        font-size: 15px;

        line-height: 1.65;
    }


    .ts-impact__visual {
        min-height: 510px;
    }


    .ts-impact-dashboard {
        width: 650px;

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


    .ts-impact__content-header h3 {
        font-size: 26px;
    }


    .ts-impact-benefit {
        grid-template-columns:
            43px minmax(0, 1fr);

        gap: 14px;

        padding:
            17px 0;
    }


    .ts-impact-benefit__icon {
        width: 43px;
        height: 43px;
    }


    .ts-impact-benefit h4 {
        font-size: 17px;
    }


    .ts-impact-benefit p {
        font-size: 14px;
    }


    .ts-impact__conversion {
        gap: 20px;

        margin-top: 68px;

        padding:
            24px 20px;
    }


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

        justify-content: center;
    }

}


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

@media (max-width: 430px) {

    .ts-impact__visual {
        min-height: 445px;
    }


    .ts-impact-dashboard {
        transform:
            translate(-50%, -50%)
            scale(0.62);
    }

}


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

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

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

        transition-duration:
            0.01ms !important;
    }


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

        transform: none;
    }

}


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

.ts-impact.is-outside-viewport
.ts-impact-dashboard__point {
    animation-play-state: paused;
}