.future-speed {
    width: 100%;
    margin: 0;
    padding: 104px 0 96px;
    position: relative;
    overflow: hidden;
    color: #FBF8F6;
}

.future-speed__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.future-speed__title-row {
    margin-bottom: 32px;
    max-width: 50%;
}

.future-speed__grid {
    display: grid;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    column-gap: 80px;
    row-gap: 24px;
    align-items: start;
}

.future-speed__col-left {
    display: flex;
}

.future-speed__col-right {
    display: flex;
    align-items: flex-start;
}

.future-speed__title {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.6px;
    margin: 0 0 20px;
    color: #FBF8F6;
    overflow-wrap: break-word;
    hyphens: none;
}

.future-speed__intro {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin: 0;
    color: #FBF8F6;
}

.future-speed__body-wrapper {
    display: none;
}

.future-speed__body {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.45px;
    margin: 0;
    color: #FBF8F6;
    max-width: 460px;
}

.future-speed__col-right {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
}

@media (max-width: 1800px) {
    .future-speed {
        padding: 96px 0 8px;
    }
    .future-speed__inner {
        padding: 0 32px;
        padding-bottom: 100px;
    }
    .future-speed__grid {
        column-gap: 56px;
    }
    .future-speed__title {
        font-size: 80px;
        letter-spacing: -1.4px;
    }
}

@media (max-width: 992px) {
    .future-speed__grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 32px;
    }
    .future-speed__title-row {
        max-width: none;
    }
    .future-speed__intro {
        margin-top: 0;
    }
    .future-speed__body-wrapper {
        margin-top: 32px;
    }
    .future-speed__title {
        font-size: 64px;
        letter-spacing: -1.4px;
    }
    .future-speed__body {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .future-speed {
        padding: 80px 0 72px;
    }
    .future-speed__inner {
        padding: 0 24px;
    }
    .future-speed__title {
        font-size: 48px;
        letter-spacing: -1.1px;
    }
    .future-speed__intro {
        font-size: 18px;
        letter-spacing: -0.5px;
    }
    .future-speed__body {
        font-size: 18px;
        letter-spacing: -0.4px;
    }
}

@media (max-width: 520px) {
    .future-speed {
        padding: 22px 0 64px;
    }
    .future-speed__inner {
        padding: 0 18px;
    }
    .future-speed__title {
        font-size: 42px;
        letter-spacing: -0.8px;
    }
    .future-speed__intro {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .future-speed__body-wrapper {
        margin-top: 28px;
    }
}

.alignfull.future-speed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.alignwide.future-speed .future-speed__inner {
    max-width: 1280px;
}

.acf-block-placeholder {
    background: #f5f5f5;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    color: #666;
}

.acf-block-placeholder-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

