@font-face {
    font-family: "Inter";
    src: url("/fonts/inter-latin-400-normal.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/fonts/inter-latin-500-normal.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins-latin-600-normal.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #172336;
    --muted: #5c6878;
    --soft: #f4f7f5;
    --paper: #ffffff;
    --line: #dce5df;
    --primary: #1b3560;
    --primary-2: #2f5d50;
    --accent: #d9a441;
    --accent-soft: #fff5dc;
    --shadow: 0 24px 60px rgba(23, 35, 54, 0.12);
    --shadow-hover: 0 22px 54px rgba(23, 35, 54, 0.14);
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--paper);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

[id] {
    scroll-margin-top: 9rem;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2000;
    padding: 0.65rem 0.85rem;
    color: #fff;
    background: var(--primary);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.navbar {
    min-height: 76px;
    padding: 0.75rem 0;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--primary);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

.navbar-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.navbar .nav-link {
    color: var(--muted);
    font-weight: 700;
    font-size: 0.95rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-menu {
    min-width: 18rem;
    padding: 0.65rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 54, 0.12);
}

.navbar .dropdown-item {
    display: grid;
    gap: 0.12rem;
    padding: 0.62rem 0.7rem;
    border-radius: 6px;
    color: var(--primary);
    font-weight: 800;
}

.navbar .dropdown-item span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
    background: var(--soft);
    color: var(--primary);
}

.nav-cta {
    padding: 0.7rem 1rem !important;
    border: 1px solid var(--primary);
    border-radius: 14px;
    color: var(--primary) !important;
}

main {
    padding-top: 76px;
}

.section,
.page-hero,
.final-cta {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.section > *,
.page-hero > * {
    width: min(100%, 1140px);
    margin-right: auto;
    margin-left: auto;
}

.section {
    padding-top: clamp(4rem, 7vw, 6.5rem);
    padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.section:nth-of-type(odd):not(.final-cta) {
    background: var(--soft);
}

.section.report-preview-section:not(.final-cta) {
    background: #f6f7f8;
}

.report-preview-section .section__intro {
    max-width: 880px;
}

h1,
h2,
h3 {
    color: var(--primary);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    line-height: 1.15;
    letter-spacing: 0;
}

h1 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.4rem, 4.5vw, 3.75rem);
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

h3 {
    font-size: 1.12rem;
}

p {
    color: var(--muted);
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--primary-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-hero {
    --page-hero-image: image-set(
        url("/assets/images/hero/responsive/homepage-teesside-mobile-800.avif") type("image/avif") 1x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-1200.avif") type("image/avif") 2x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-800.webp") type("image/webp") 1x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-1200.webp") type("image/webp") 2x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-800.jpg") type("image/jpeg") 1x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-1200.jpg") type("image/jpeg") 2x
    );
    --page-hero-position: center;
    position: relative;
    overflow: hidden;
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 7vw, 6rem);
    background:
        linear-gradient(90deg, rgba(244, 247, 245, 0.96) 0%, rgba(244, 247, 245, 0.86) 58%, rgba(23, 35, 54, 0.08) 100%),
        var(--page-hero-image) var(--page-hero-position) / cover;
}

.page-hero--help {
    --page-hero-image: image-set(
        url("/assets/images/hero/responsive/how-i-can-help-mobile-800.avif") type("image/avif") 1x,
        url("/assets/images/hero/responsive/how-i-can-help-mobile-1200.avif") type("image/avif") 2x,
        url("/assets/images/hero/responsive/how-i-can-help-mobile-800.webp") type("image/webp") 1x,
        url("/assets/images/hero/responsive/how-i-can-help-mobile-1200.webp") type("image/webp") 2x,
        url("/assets/images/hero/responsive/how-i-can-help-mobile-800.jpg") type("image/jpeg") 1x,
        url("/assets/images/hero/responsive/how-i-can-help-mobile-1200.jpg") type("image/jpeg") 2x
    );
    --page-hero-position: center right;
}

.outcome-hero--found {
    --page-hero-image: image-set(
        url("/assets/images/hero/responsive/get-found-mobile-800.avif") type("image/avif") 1x,
        url("/assets/images/hero/responsive/get-found-mobile-1200.avif") type("image/avif") 2x,
        url("/assets/images/hero/responsive/get-found-mobile-800.webp") type("image/webp") 1x,
        url("/assets/images/hero/responsive/get-found-mobile-1200.webp") type("image/webp") 2x,
        url("/assets/images/hero/responsive/get-found-mobile-800.jpg") type("image/jpeg") 1x,
        url("/assets/images/hero/responsive/get-found-mobile-1200.jpg") type("image/jpeg") 2x
    );
    --page-hero-position: center right;
}

.outcome-hero--trusted {
    --page-hero-image: image-set(
        url("/assets/images/hero/responsive/get-trusted-mobile-800.avif") type("image/avif") 1x,
        url("/assets/images/hero/responsive/get-trusted-mobile-1200.avif") type("image/avif") 2x,
        url("/assets/images/hero/responsive/get-trusted-mobile-800.webp") type("image/webp") 1x,
        url("/assets/images/hero/responsive/get-trusted-mobile-1200.webp") type("image/webp") 2x,
        url("/assets/images/hero/responsive/get-trusted-mobile-800.jpg") type("image/jpeg") 1x,
        url("/assets/images/hero/responsive/get-trusted-mobile-1200.jpg") type("image/jpeg") 2x
    );
    --page-hero-position: center right;
}

.outcome-hero--chosen {
    --page-hero-image: image-set(
        url("/assets/images/hero/responsive/get-chosen-mobile-800.avif") type("image/avif") 1x,
        url("/assets/images/hero/responsive/get-chosen-mobile-1200.avif") type("image/avif") 2x,
        url("/assets/images/hero/responsive/get-chosen-mobile-800.webp") type("image/webp") 1x,
        url("/assets/images/hero/responsive/get-chosen-mobile-1200.webp") type("image/webp") 2x,
        url("/assets/images/hero/responsive/get-chosen-mobile-800.jpg") type("image/jpeg") 1x,
        url("/assets/images/hero/responsive/get-chosen-mobile-1200.jpg") type("image/jpeg") 2x
    );
    --page-hero-position: center right;
}

@media (min-width: 992px) {
    .page-hero {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-1280.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1280.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1280.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.jpg") type("image/jpeg") 2x
        );
    }

    .page-hero--help {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/how-i-can-help-1280.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-2560.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/how-i-can-help-1280.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-2560.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/how-i-can-help-1280.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-2560.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--found {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-found-1280.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-found-2560.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-found-1280.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-found-2560.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-found-1280.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-found-2560.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--trusted {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-trusted-1280.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-trusted-2560.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-trusted-1280.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-trusted-2560.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-trusted-1280.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-trusted-2560.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--chosen {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-chosen-1280.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-chosen-2560.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-chosen-1280.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-chosen-2560.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-chosen-1280.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-chosen-2560.jpg") type("image/jpeg") 2x
        );
    }
}

@media (min-width: 1280px) {
    .page-hero {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-1920.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1920.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1920.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.jpg") type("image/jpeg") 2x
        );
    }

    .page-hero--help {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/how-i-can-help-1920.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/how-i-can-help-1920.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/how-i-can-help-1920.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--found {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-found-1920.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-found-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-found-1920.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-found-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-found-1920.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-found-3200.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--trusted {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-trusted-1920.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-trusted-1920.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-trusted-1920.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--chosen {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-chosen-1920.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-chosen-1920.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-chosen-1920.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.jpg") type("image/jpeg") 2x
        );
    }
}

@media (min-width: 2000px) {
    .page-hero {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-2560.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.jpg") type("image/jpeg") 2x
        );
    }

    .page-hero--help {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/how-i-can-help-2560.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/how-i-can-help-2560.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/how-i-can-help-2560.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--found {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-found-2560.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-found-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-found-2560.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-found-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-found-2560.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-found-3200.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--trusted {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-trusted-2560.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-trusted-2560.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-trusted-2560.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.jpg") type("image/jpeg") 2x
        );
    }

    .outcome-hero--chosen {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-chosen-2560.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/get-chosen-2560.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/get-chosen-2560.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.jpg") type("image/jpeg") 2x
        );
    }
}

@media (min-width: 2400px) {
    .page-hero {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-3840.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.jpg") type("image/jpeg") 1x
        );
    }

    .page-hero--help {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/how-i-can-help-3200.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/how-i-can-help-3200.jpg") type("image/jpeg") 1x
        );
    }

    .outcome-hero--found {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-found-3200.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-found-3200.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-found-3200.jpg") type("image/jpeg") 1x
        );
    }

    .outcome-hero--trusted {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-trusted-3200.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-trusted-3200.jpg") type("image/jpeg") 1x
        );
    }

    .outcome-hero--chosen {
        --page-hero-image: image-set(
            url("/assets/images/hero/responsive/get-chosen-3200.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/get-chosen-3200.jpg") type("image/jpeg") 1x
        );
    }
}

.pricing-hero {
    --page-hero-position: center right;
    padding-top: clamp(3.4rem, 6vw, 5.2rem);
    padding-bottom: clamp(3rem, 5vw, 4.4rem);
}

.pricing-hero h1 {
    max-width: 17ch;
    font-size: clamp(2.35rem, 4.5vw, 4rem);
}

.pricing-hero .page-hero__lead {
    max-width: 690px;
}

.pricing-hero-card {
    display: grid;
    gap: 0.7rem;
    align-self: center;
    padding: clamp(1.2rem, 3vw, 1.5rem);
    border: 1px solid rgba(220, 229, 223, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(23, 35, 54, 0.12);
    backdrop-filter: blur(14px);
}

.pricing-hero-card span {
    color: var(--primary-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pricing-hero-card strong {
    color: var(--primary);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: clamp(3.4rem, 6vw, 5rem);
    line-height: 0.95;
}

.pricing-hero-card p {
    margin: 0;
    color: #344154;
    font-weight: 700;
}

.page-hero__content,
.about-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    align-items: center;
    gap: clamp(2rem, 6vw, 4.5rem);
}

.page-hero:not(.about-hero) .page-hero__content {
    grid-template-columns: minmax(0, 760px);
}

.page-hero.pricing-hero .page-hero__content {
    grid-template-columns: minmax(0, 690px) minmax(280px, 360px);
}

.pricing-hero .eyebrow,
.pricing-hero h1,
.pricing-hero .page-hero__lead,
.pricing-hero .reassurance-strip {
    grid-column: 1;
}

.pricing-hero-card {
    grid-column: 2;
    grid-row: 1 / span 4;
}

.page-hero__lead {
    max-width: 760px;
    margin: 1.1rem 0 0;
    color: #344154;
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.55;
}

.outcome-hero__note,
.about-hero__copy > p:not(.eyebrow):not(.page-hero__lead) {
    max-width: 720px;
    margin: 1rem 0 0;
    color: #425166;
    font-size: 1.05rem;
}

.reassurance-strip,
.hero__actions,
.card-actions,
.contact-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.reassurance-strip {
    margin-top: 1.5rem;
}

.reassurance-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.84);
    color: #314056;
    font-size: 0.88rem;
    font-weight: 800;
}

.hero__actions {
    margin-top: 2rem;
}

.button,
.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0.82rem 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.button--primary,
.btn-primary {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #fff;
    box-shadow: 0 12px 28px rgba(27, 53, 96, 0.2);
}

.button--primary:hover,
.button--primary:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
    border-color: #132542;
    background: #132542;
    color: #fff;
}

.button--secondary,
.btn-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
    background: rgba(255, 255, 255, 0.72);
}

.text-link {
    color: var(--primary);
    font-weight: 900;
    text-decoration-color: rgba(27, 53, 96, 0.3);
    text-underline-offset: 0.2em;
}

.about-profile,
.contact-card,
.evidence-card,
.report-panel,
.situation-card,
.process-steps article,
.outcome-row article,
.proof-notes > div,
.timeline article,
.review-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    box-shadow: 0 16px 42px rgba(23, 35, 54, 0.08);
}

.about-profile {
    padding: 1.35rem;
}

.about-profile picture,
.about-profile img {
    width: 100%;
}

.about-profile img {
    aspect-ratio: 1;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(23, 35, 54, 0.14);
}

.about-profile strong,
.about-profile span {
    display: block;
}

.about-profile strong {
    margin-top: 1rem;
    color: var(--primary);
    font-size: 1.1rem;
}

.about-profile span {
    margin-top: 0.25rem;
    color: var(--muted);
}

.section__intro,
.proof__heading {
    max-width: 800px;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.about-story__grid,
.outcome-split {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.about-story__copy p,
.outcome-copy p {
    font-size: 1.05rem;
}

.voice-line,
blockquote {
    margin: 1.4rem 0;
    padding: clamp(1.3rem, 3vw, 1.8rem);
    border-left: 4px solid var(--accent);
    border-radius: 8px;
    background: var(--accent-soft);
}

.voice-line p,
blockquote p {
    margin: 0;
    color: #463918;
    font-size: 1.08rem;
    font-weight: 700;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    color: #6b5317;
    font-style: normal;
    font-weight: 900;
}

.timeline,
.process-steps,
.evidence-grid,
.report-panels,
.outcome-row,
.review-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline article,
.process-steps article,
.evidence-card,
.report-panel,
.outcome-row article,
.proof-notes > div {
    height: 100%;
    padding: 1.35rem;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.timeline article:hover,
.process-steps article:hover,
.evidence-card:hover,
.report-panel:hover,
.outcome-row article:hover,
.proof-notes > div:hover,
.situation-card:hover,
.review-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--primary-2), transparent 68%);
    box-shadow: var(--shadow-hover);
}

.timeline span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 42px;
    margin-bottom: 1rem;
    border-radius: 12px;
    color: #fff;
    background: var(--primary);
    font-size: 0.86rem;
    font-weight: 900;
}

.timeline h3,
.process-steps h3,
.evidence-card h3,
.report-panel h3,
.outcome-row h3 {
    margin: 0 0 0.55rem;
}

.proof-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.proof-notes strong,
.proof-notes span {
    display: block;
}

.proof-notes span {
    margin-top: 0.25rem;
    color: var(--muted);
}

.report-panels {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.situation-list,
.review-card-grid {
    display: grid;
    gap: 1rem;
}

.report-panels + .review-card-grid {
    margin-top: 1.5rem;
}

.situation-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.situation-card__copy h3 {
    margin-top: 0;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.proof-line {
    color: var(--primary-2);
    font-weight: 900;
}

.outcome-row article a {
    color: inherit;
    text-decoration: none;
}

.evidence-card svg {
    margin-bottom: 1rem;
    color: var(--primary-2);
}

.evidence-table {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.evidence-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--line);
}

.evidence-row:last-child {
    border-bottom: 0;
}

.evidence-row strong {
    color: var(--primary);
}

.evidence-row span {
    color: var(--muted);
}

.report-preview {
    width: min(100%, 880px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dfe3e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20, 30, 40, 0.08);
}

.report-preview::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, var(--primary-2), var(--accent));
}

.report-preview__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e6eaed;
    background: #fbfcfd;
}

.report-kicker,
.report-label {
    display: block;
    margin-bottom: 0.35rem;
    color: #667085;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.report-preview h3 {
    margin: 0;
    color: var(--primary);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 1.15rem;
}

.report-preview__meta {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.88rem;
}

.report-status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 30px;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: #eef6f1;
    color: #287447;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.report-summary {
    margin: 1.5rem;
    padding: 1rem;
    border-left: 4px solid var(--primary-2);
    border-radius: 6px;
    background: #f3f8f8;
}

.report-summary p {
    margin: 0.25rem 0 0;
    color: #344054;
}

.report-chip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0 1.5rem 1.5rem;
}

.report-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.35rem 0.6rem;
    border: 1px solid #e4e9ec;
    border-radius: 999px;
    background: #fbfcfd;
    color: #475467;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #edf0f2;
}

.report-item {
    padding: 1.25rem 1.5rem;
    border-right: 1px solid #edf0f2;
}

.report-item:last-child {
    border-right: 0;
}

.report-item p {
    margin: 0;
    color: #344054;
}

.report-preview__note {
    margin: 0;
    padding: 1rem 1.5rem;
    border-top: 1px solid #edf0f2;
    background: #fbfcfd;
    color: #667085;
    font-size: 0.9rem;
}

.outcome-quote-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 1rem;
    margin-top: 2rem;
    align-items: start;
}

.review-card {
    overflow: hidden;
    box-shadow: none;
}

.review-card summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.35rem;
    cursor: pointer;
    list-style: none;
}

.review-card summary::-webkit-details-marker {
    display: none;
}

.review-card__summary strong,
.review-card__summary span {
    display: block;
}

.review-card__summary strong {
    color: var(--primary);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 1.08rem;
}

.review-card__summary span {
    margin-top: 0.25rem;
    color: var(--muted);
}

.review-card summary svg {
    color: var(--primary-2);
    transition: transform 180ms ease;
}

.review-card[open] summary svg {
    transform: rotate(180deg);
}

.review-card__body {
    padding: 0 1.35rem 1.35rem;
}

.review-detail-grid article {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--soft);
}

.review-detail-grid h3 {
    margin-top: 0;
}

.review-detail-grid ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.final-cta {
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
    background: #132542;
    color: #fff;
}

.final-cta {
    display: grid;
    grid-template-columns:
        minmax(calc((100% - 1140px) / 2), 1fr)
        minmax(0, 660px)
        minmax(280px, 420px)
        minmax(calc((100% - 1140px) / 2), 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.final-cta__copy {
    grid-column: 2;
}

.final-cta .contact-card {
    grid-column: 3;
}

.final-cta h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.final-cta p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
}

.contact-card {
    display: grid;
    gap: 0.85rem;
    padding: 1.35rem;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.contact-card p {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
}

.contact-card .button {
    width: 100%;
}

.contact-card__links {
    display: grid;
}

.contact-card__links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--primary);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 800;
}

.pricing-anchor {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: stretch;
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.pricing-anchor__copy,
.pricing-anchor__price {
    padding: clamp(1rem, 3vw, 1.5rem);
}

.pricing-anchor__copy p {
    max-width: 680px;
    font-size: 1.06rem;
}

.pricing-includes,
.pricing-extra-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.pricing-includes span,
.pricing-extra-list span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.4rem 0.7rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--soft);
    color: #344154;
    font-size: 0.88rem;
    font-weight: 800;
}

.pricing-anchor__price {
    display: grid;
    gap: 0.8rem;
    align-content: center;
    border: 1px solid #cfdad3;
    border-radius: 8px;
    background: #f6faf7;
}

.pricing-anchor__price span {
    color: var(--primary-2);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pricing-anchor__price strong {
    color: var(--primary);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: clamp(3.4rem, 7vw, 5.6rem);
    line-height: 0.95;
}

.pricing-anchor__price p {
    margin: 0;
    color: #344154;
}

.pricing-anchor__price.aos-animate {
    animation: pricing-price-attention 1100ms ease 260ms both;
}

.pricing-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@supports (grid-template-rows: subgrid) {
    .pricing-route-grid {
        grid-template-rows: repeat(6, auto);
    }

    .pricing-route-card {
        grid-row: span 6;
        grid-template-rows: subgrid;
    }

    .pricing-route-card .pricing-route-card__price {
        align-self: stretch;
        margin-top: 0;
    }
}

.pricing-trust-panel {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1.25rem, 4vw, 3rem);
    align-items: center;
    margin-bottom: clamp(2.2rem, 5vw, 3.5rem);
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid #dfe8e2;
    border-left: 5px solid var(--primary-2);
    border-radius: 8px;
    background: #fbfdfb;
}

.pricing-trust-panel span {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--primary-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-trust-panel h2 {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.pricing-trust-panel p {
    margin: 0;
    color: #344154;
    font-size: 1.05rem;
}

.pricing-trust-panel.aos-animate {
    animation: pricing-trust-attention 1100ms ease 120ms both;
}

@keyframes pricing-price-attention {
    0%,
    100% {
        box-shadow: none;
    }

    35% {
        box-shadow: 0 0 0 5px rgba(217, 164, 65, 0.18), 0 22px 55px rgba(23, 35, 54, 0.16);
    }
}

@keyframes pricing-trust-attention {
    0%,
    100% {
        border-left-color: var(--primary-2);
        box-shadow: none;
    }

    35% {
        border-left-color: var(--accent);
        box-shadow: 0 0 0 5px rgba(47, 93, 80, 0.12), 0 16px 42px rgba(23, 35, 54, 0.09);
    }
}

.pricing-route-card {
    display: grid;
    gap: 1rem;
    align-content: start;
    min-height: 100%;
    padding: clamp(1.25rem, 3vw, 1.55rem);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(23, 35, 54, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pricing-route-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--primary-2), transparent 68%);
    box-shadow: var(--shadow-hover);
}

.pricing-route-card__label {
    color: var(--primary-2);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-route-card h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.pricing-route-card p {
    margin: 0;
}

.pricing-route-card__definition {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0.95rem;
    border: 1px solid rgba(47, 93, 80, 0.14);
    border-radius: 8px;
    background: rgba(244, 247, 245, 0.78);
}

.pricing-route-card__definition div {
    display: grid;
    gap: 0.2rem;
}

.pricing-route-card__definition dt {
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pricing-route-card__definition dd {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.58;
}

.pricing-route-card ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.pricing-route-card li::marker {
    color: var(--primary-2);
}

.pricing-route-card__price {
    display: grid;
    gap: 0.3rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.pricing-route-card__price strong {
    color: var(--primary);
}

.pricing-route-card__price span {
    color: var(--muted);
    font-size: 0.92rem;
}

.pricing-extra-list {
    width: min(100%, 1140px);
    margin: 2rem auto 0;
}

.back-to-top {
    position: fixed;
    top: 58%;
    right: max(1rem, calc((100vw - 1140px) / 4));
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--primary);
    box-shadow: 0 14px 34px rgba(23, 35, 54, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) scale(0.94);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
    color: var(--primary-2);
    box-shadow: 0 18px 42px rgba(23, 35, 54, 0.2);
}

.back-to-top:focus-visible {
    outline: 3px solid rgba(217, 164, 65, 0.55);
    outline-offset: 3px;
}

.back-to-top i {
    position: relative;
    z-index: 1;
    font-size: 1.7rem;
    line-height: 1;
}

.back-to-top__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.back-to-top__track,
.back-to-top__progress {
    fill: none;
    stroke-width: 3;
}

.back-to-top__track {
    stroke: #e4e9e6;
}

.back-to-top__progress {
    stroke: var(--primary-2);
    stroke-linecap: round;
    transition: stroke-dashoffset 120ms linear;
}

.site-footer {
    padding: clamp(3rem, 6vw, 4.75rem) 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #0c192c;
    color: #fff;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.84);
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 0.22em;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.8fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.site-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #fff;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-weight: 800;
    text-decoration: none;
}

.site-footer__brand img {
    width: 42px;
    height: 42px;
}

.site-footer__intro {
    max-width: 34rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__cta {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.site-footer__heading {
    margin: 0 0 0.85rem;
    color: #fff;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__links,
.site-footer__contact,
.site-footer__profiles {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links a,
.site-footer__contact a,
.site-footer__profiles a {
    font-weight: 700;
}

.site-footer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    justify-content: space-between;
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
}

.site-footer__meta p {
    margin: 0;
    color: inherit;
    font-size: inherit;
}

.site-footer__meta nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.cookie-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1100;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    width: min(680px, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid rgba(19, 37, 66, 0.14);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(19, 37, 66, 0.18);
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__copy strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--ink);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 0.98rem;
}

.cookie-consent__copy p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.cookie-consent__copy a {
    color: var(--primary);
    font-weight: 800;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.cookie-consent__button {
    min-height: 42px;
    border: 1px solid rgba(19, 37, 66, 0.18);
    border-radius: 999px;
    padding: 0.6rem 0.9rem;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
    cursor: pointer;
}

.cookie-consent__button--primary {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.cookie-consent__button--secondary {
    background: #fff;
    color: var(--ink);
}

.legal-page {
    background: var(--soft);
}

.legal-hero {
    --legal-hero-image: image-set(
        url("/assets/images/hero/responsive/homepage-teesside-mobile-800.avif") type("image/avif") 1x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-1200.avif") type("image/avif") 2x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-800.webp") type("image/webp") 1x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-1200.webp") type("image/webp") 2x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-800.jpg") type("image/jpeg") 1x,
        url("/assets/images/hero/responsive/homepage-teesside-mobile-1200.jpg") type("image/jpeg") 2x
    );
    padding: clamp(8rem, 12vw, 10rem) 1rem clamp(2.5rem, 5vw, 4rem);
    background:
        linear-gradient(135deg, rgba(19, 37, 66, 0.94), rgba(27, 53, 96, 0.88)),
        var(--legal-hero-image) center / cover;
    color: #fff;
}

@media (min-width: 992px) {
    .legal-hero {
        --legal-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-1280.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1280.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1280.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.jpg") type("image/jpeg") 2x
        );
    }
}

@media (min-width: 1280px) {
    .legal-hero {
        --legal-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-1920.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1920.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-1920.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.jpg") type("image/jpeg") 2x
        );
    }
}

@media (min-width: 2000px) {
    .legal-hero {
        --legal-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-2560.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.avif") type("image/avif") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.webp") type("image/webp") 2x,
            url("/assets/images/hero/responsive/homepage-teesside-2560.jpg") type("image/jpeg") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.jpg") type("image/jpeg") 2x
        );
    }
}

@media (min-width: 2400px) {
    .legal-hero {
        --legal-hero-image: image-set(
            url("/assets/images/hero/responsive/homepage-teesside-3840.avif") type("image/avif") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.webp") type("image/webp") 1x,
            url("/assets/images/hero/responsive/homepage-teesside-3840.jpg") type("image/jpeg") 1x
        );
    }
}

.legal-hero__inner,
.legal-content {
    width: min(920px, calc(100% - 2rem));
    margin: 0 auto;
}

.legal-hero h1 {
    max-width: 14ch;
    color: #fff;
}

.legal-hero p {
    max-width: 62ch;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.82);
}

.legal-content {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.legal-document {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(19, 37, 66, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(19, 37, 66, 0.08);
}

.legal-document__meta {
    margin: 0 0 1.5rem;
    color: var(--muted);
    font-size: 0.94rem;
}

.legal-document h2 {
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.legal-document h2:first-child {
    margin-top: 0;
}

.legal-document p,
.legal-document li {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

.legal-document ul {
    display: grid;
    gap: 0.45rem;
    margin: 0.6rem 0 0;
    padding-left: 1.2rem;
}

.legal-document a {
    color: var(--primary);
    font-weight: 800;
}

.legal-note {
    margin: 1rem 0;
    padding: 1rem;
    border-left: 4px solid var(--primary-2);
    border-radius: 0 8px 8px 0;
    background: var(--soft);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1399.98px) {
    .back-to-top {
        top: auto;
        right: 1rem;
        bottom: 1rem;
        transform: translateY(0) scale(0.94);
    }

    .back-to-top.is-visible {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 991.98px) {
    .page-hero {
        background:
            linear-gradient(90deg, rgba(244, 247, 245, 0.96) 0%, rgba(244, 247, 245, 0.9) 58%, rgba(244, 247, 245, 0.78) 100%),
            var(--page-hero-image) var(--page-hero-position) / cover;
    }

    .navbar-collapse {
        padding: 1rem 0 0.4rem;
    }

    .nav-cta {
        display: inline-flex;
        margin-top: 0.45rem;
    }

    .page-hero__content,
    .about-hero__content,
    .about-story__grid,
    .outcome-split,
    .situation-card,
    .outcome-quote-block,
    .pricing-anchor,
    .pricing-trust-panel,
    .pricing-route-grid,
    .final-cta {
        grid-template-columns: 1fr;
    }

    .page-hero.pricing-hero .page-hero__content {
        grid-template-columns: 1fr;
    }

    .pricing-hero-card,
    .pricing-hero .eyebrow,
    .pricing-hero h1,
    .pricing-hero .page-hero__lead,
    .pricing-hero .reassurance-strip {
        grid-column: auto;
        grid-row: auto;
    }

    .final-cta__copy,
    .final-cta .contact-card {
        grid-column: auto;
    }

    h1 {
        max-width: 14ch;
    }

    .timeline,
    .process-steps,
    .evidence-grid,
    .report-panels,
    .outcome-row,
    .report-chip-row,
    .report-grid,
    .proof-notes,
    .review-detail-grid {
        grid-template-columns: 1fr;
    }

    .report-item {
        border-right: 0;
        border-bottom: 1px solid #edf0f2;
    }

    .report-item:last-child {
        border-bottom: 0;
    }

    .about-profile {
        max-width: 420px;
    }

    .site-footer__grid,
    .cookie-consent {
        grid-template-columns: 1fr;
    }

    .cookie-consent__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: clamp(2.35rem, 13vw, 3.25rem);
    }

    .section,
    .page-hero,
    .final-cta {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .hero__actions,
    .hero__actions .button,
    .card-actions,
    .card-actions .button,
    .card-actions .text-link {
        width: 100%;
    }

    .section {
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .evidence-row {
        grid-template-columns: 1fr;
    }

    .report-preview__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .report-preview__header,
    .report-item,
    .report-preview__note {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .report-summary {
        margin: 1rem;
    }

    .report-chip-row {
        padding: 0 1rem 1rem;
    }

    .site-footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .site-footer__grid {
        gap: 1.65rem;
    }

    .cookie-consent {
        right: 0.75rem;
        bottom: 0.75rem;
        width: calc(100vw - 1.5rem);
    }

    .cookie-consent__actions,
    .cookie-consent__button {
        width: 100%;
    }
}
