/* @font-face {
    font-family: SatoshiBlack;
    src: url("fonts/Satoshi-Black.woff2");
}

@font-face {
    font-family: SatoshiRegular;
    src: url("fonts/Satoshi-Regular.woff2");
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
} */

.ll-section {
    /* background: #fbf6ea; */
    padding-bottom: 56px;
    overflow: hidden;
    /* margin: 64px 0; */
}

.ll-wrap {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 0 18px; */
    position: relative;
}

/* Top row */
.ll-top {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ll-title {
    font-family: SatoshiBlack;
    font-size: 34px;
    line-height: 1.08;
    margin: 0;
    color: #0b0b0b;
}

.ll-right {
    font-family: SatoshiRegular;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    /* color: rgba(0, 0, 0, .65); */
    color: #000;
    max-width: 360px;
}

/* Tag + line */
.ll-tagline {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ll-tag {
    font-family: SatoshiRegular;
    font-size: 12px;
    color: rgba(0, 0, 0, .75);
    white-space: nowrap;
}

.ll-line {
    height: 1px;
    width: 160px;
    background: rgba(0, 0, 0, .25);
    flex: 0 0 auto;
}

/* Stats */
/* .ll-stats {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 2fr;
    gap: 26px;
} */

.ll-stat {
    max-width: 280px;
    text-align: center;
}

.ll-num {
    font-family: SatoshiBold;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 12px;
}

/* .ll-num-hover:hover {
    color: #5747b5;
} */

.ll-num--gray {
    color: #a4a4a4;
}

.ll-label {
    font-family: SatoshiRegular;
    font-size: 10px;
    letter-spacing: .12em;
    /* color: rgba(0, 0, 0, .55); */
    color: #000;
    margin-bottom: 15px;
}

.ll-desc {
    font-family: SatoshiMedium;
    font-size: 13px;
    line-height: 1.35;
    color: #0b0b0b;
}

/* Big ghost text */
.ll-ghost {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11%;
    font-family: SatoshiBlack;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #F7F0E0;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
}

.ll-wrap {
    margin: auto;
    max-width: 1024px;
    /* padding: 64px 24px; */
}

/* @media (min-width: 425px) { */
.ll-stats {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 34px;
    row-gap: 40px;
    padding: 34px 34px 0 30px;
    display: grid;

}

@media (min-width: 426px) {
    .ll-right {
        max-width: 560px;
    }
}

/* } */

/* =========================
   640px+
========================= */
@media (min-width: 640px) {
    .ll-title {
        font-size: 44px;
    }

    .ll-right {
        font-size: 15px;
    }

    .ll-ghost {
        font-size: 86px;
        /* bottom: -34px; */
    }

    .ll-line {
        width: 220px;
    }
}

@media (min-width: 768px) {
    .ll-wrap {
        max-width: 680px;
        margin: auto;
        /* padding: 72px 0px; */
    }

    .ll-section {
        /* margin: 72px 0px; */
        /* padding: 96px 0 180px 24px; */
    }

    .ll-ghost {
        bottom: -100%;
        font-size: 64px;
    }
}

/* =========================
   900px+
========================= */
@media (min-width: 1000px) {
    .ll-top {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 30px;
    }

    .ll-left {
        max-width: 560px;
    }

    .ll-right {
        margin-top: 8px;
        max-width: 520px;
    }

    .ll-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 34px;
        /* margin-top: 100px; */
        /* padding: 100px 0 0; */
    }

    .ll-num {
        font-size: 56px;
    }

    .ll-desc {
        font-size: 14px;
    }

    .ll-ghost {
        font-size: 96px;
        /* bottom: -46px; */
    }

    .ll-wrap {
        max-width: 900px;
        /* padding: 96px 0px; */
    }

    /* .ll-section {
        margin: 96px 0px;
    } */
}

/* =========================
   1200px+
========================= */
@media (min-width: 1200px) {
    /* .ll-wrap {
        padding: 0 40px;
    } */

    .ll-title {
        font-size: 52px;
    }

    .ll-right {
        font-size: 16px;
    }

    /* .ll-ghost {
        font-size: 135px;
    } */

    .ll-wrap {
        max-width: 1024px;
    }
}

@media (min-width: 1400px) {
    .ll-wrap {
        max-width: 1270px;
    }

    .ll-title {
        margin-bottom: 75px;
    }
}