.wp-block-govuk-theme-hero-banner {
    max-width: none !important;
    width: 100% !important;
}

.wp-block-govuk-theme-hero-banner > .truth-hero {
    max-width: none;
}

.truth-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #242272 0%, #292478 48%, #3a3689 100%);
    color: #fff;
    width: 100vw;
    max-width: none;
    min-height: 680px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Decorative image layers */
.hero-banner__left-art,
.hero-banner__right-art {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-banner__left-art {
    width: 1200px;
    height: 1200px;
    left: -407px;
    top: -260px;
    background-image: url("/wp-content/themes/wordpress-multisite-theme-ggi/blocks/hero-banner/homepage-header-circles-left.png");
}

.hero-banner__right-art {
    width: 980px;
    height: 980px;
    right: -260px;
    top: -190px;
    background-image: url("/wp-content/themes/wordpress-multisite-theme-ggi/blocks/hero-banner/homepage-header-circles-right.png");
}

.truth-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 8px 1fr;
    gap: 38px;
    max-width: 1256px;
    margin: 0 auto;
    padding: 120px 32px 100px;
}

.truth-hero__left {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.truth-hero__left {
    img {
        position: relative;
        bottom: 35px;
        width: 63%;
    }
}

.truth-hero__title-line {
    font-family: "Parkinsans", sans-serif!important;
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02em;
}

.truth-hero__divider {
    width: 11px;
    height: 125px;
    background: #fff;
    margin-top: 270px;
}

.truth-hero__right {
    max-width: 620px;
}

.truth-hero__intro,
.truth-hero__body {
    margin: 0;
    color: #fff;
    font-family: "Parkinsans", sans-serif!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;


}
.truth-hero__intro {
    margin-top: 30px;
}
.truth-hero__body {
    margin-top: 46px;
}

.truth-hero__wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 3;
    display: block;
    width: 100%;
    height: 160px;
    pointer-events: none;
}

@media (max-width: 900px) {
    .truth-hero {
        min-height: auto;
    }

    .truth-hero__inner {
        display: block;
        padding: 70px 28px 160px;
    }

    .truth-hero__left {
        gap: 24px;
    }

    .truth-hero__divider {
        width: 100%;
        height: 6px;
        margin: 42px 0;
    }

    .truth-hero__right {
        max-width: none;
    }

    .truth-hero__body {
        margin-top: 28px;
    }

    .truth-hero__wave {
        height: 120px;
    }

    .hero-banner__left-art {
        width: 560px;
        height: 560px;
        left: -280px;
        top: -90px;
    }

    .hero-banner__right-art {
        width: 720px;
        height: 720px;
        right: -420px;
        top: -120px;
    }
}