:root {
    --navy: #001b49;
    --navy-deep: #001331;
    --blue-text: #06166d;
    --orange: #ff8a00;
    --light-border: #e6e6e6;
    --black: #111111;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--black);
    font-family: Georgia, "Times New Roman", serif;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: Georgia, "Times New Roman", serif;
}

.container {
    width: min(1120px, calc(100% - 86px));
    margin: 0 auto;
}

/* HEADER */

.site-header {
    background: var(--navy-deep);
}

.nav-shell {
    width: min(1120px, calc(100% - 86px));
    height: 105px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 20;
}

.logo-card {
    width: 153px;
    height: 112px;
    display: block;
    position: relative;
    z-index: 30;
}

.logo-card img {
    width: 153px;
    height: 112px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 43px;
    padding-top: 42px;
    color: #ffffff;
    font-size: 18px;
}

.main-nav a {
    position: relative;
    padding-bottom: 11px;
}

.main-nav a.active,
.main-nav a:hover {
    color: var(--orange);
}

.main-nav a.active::after,
.main-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--orange);
}

.mobile-menu-toggle {
    display: none;
    width: 42px;
    height: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    margin: 6px 0;
    background: #ffffff;
    border-radius: 3px;
}

/* HERO */

.hero {
    position: relative;
    height: 365px;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(0, 12, 35, 0.99) 0%,
            rgba(0, 12, 35, 0.96) 36%,
            rgba(0, 12, 35, 0.70) 52%,
            rgba(0, 12, 35, 0.22) 100%
        ),
        url("../images/header-city-landscape.png");
    background-size: cover;
    background-position: center;
}

.hero-team {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54%;
    height: 365px;
    object-fit: contain;
    object-position: right bottom;
    z-index: 1;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 7%, black 100%);
}

.hero-content-wrap {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    width: 43%;
    max-width: 500px;
    color: #ffffff;
    text-align: left;
    margin-top: -4px;
}

.hero-content h1 {
    margin: 0 0 18px;
    font-size: clamp(48px, 4.7vw, 64px);
    line-height: 0.98;
    letter-spacing: -1.2px;
    font-weight: 700;
}

.hero-content p {
    margin: 0;
    max-width: 455px;
    font-size: 18px;
    line-height: 1.55;
    text-align: justify;
    text-align-last: left;
}

/* PILLARS */

.business-pillars {
    padding: 57px 0 19px;
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.pillar-card {
    min-height: 262px;
    display: grid;
    grid-template-columns: 150px 1fr;
    background: #ffffff;
    border: 1.6px solid var(--orange);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.07);
}

.pillar-icon-panel {
    background: linear-gradient(145deg, #001338, #00245d);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.pillar-icon-panel img {
    width: 98px;
    height: 98px;
    object-fit: contain;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.pillar-content {
    padding: 29px 32px 24px;
}

.pillar-content h2 {
    margin: 0 0 10px;
    color: var(--blue-text);
    font-size: 31px;
    line-height: 1.1;
}

.pillar-content p {
    margin: 0 0 15px;
    color: var(--black);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.pillar-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pillar-content li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
}

.pillar-content li::before {
    content: "✓";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--orange);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

/* SECTION TITLES */

.what-we-do,
.why-choose,
.sectors-serve {
    padding: 0 0 12px;
}

.section-title {
    width: fit-content;
    margin: 0 auto 16px;
    position: relative;
    color: var(--blue-text);
    font-size: 27px;
    line-height: 1.05;
    text-align: center;
    font-weight: 700;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 46px;
    height: 2px;
    background: var(--orange);
    transform: translateX(-50%);
}

/* WHAT WE DO */

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 25px;
}

.service-card {
    min-height: 224px;
    background: #ffffff;
    border: 1px solid var(--light-border);
    border-radius: 7px;
    padding: 25px 24px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);
}

.service-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 18px;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.service-card h3 {
    margin: 0 0 9px;
    color: var(--blue-text);
    font-size: 18px;
    line-height: 1.18;
}

.service-card p {
    margin: 0;
    color: var(--black);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

/* WHY CHOOSE */

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 25px;
}

.why-card {
    min-height: 90px;
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--light-border);
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.035);
}

.why-icon {
    height: 100%;
    background: linear-gradient(145deg, #001338, #00245d);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.why-copy {
    padding: 16px 18px;
}

.why-copy h3 {
    margin: 0 0 6px;
    color: var(--blue-text);
    font-size: 17px;
    line-height: 1.2;
}

.why-copy p {
    margin: 0;
    color: var(--black);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

/* SECTORS */

.sectors-serve {
    padding-bottom: 22px;
}

.sector-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}

.sector-track {
    flex: 1;
    min-height: 108px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.sector-card {
    min-height: 106px;
    padding: 12px 10px;
    background: #ffffff;
    border: 1px solid var(--light-border);
    border-radius: 7px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sector-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.sector-card h3 {
    margin: 0;
    color: var(--blue-text);
    font-size: 16px;
    line-height: 1.08;
    text-align: center;
}

/* CAROUSEL CONTROLS */

.sector-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    font-size: 36px;
    line-height: 34px;
    cursor: pointer;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.14);
}

.sector-arrow:hover {
    color: var(--orange);
}

.sector-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
}

.sector-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: #cdcdcd;
    cursor: pointer;
}

.sector-dot.active {
    background: var(--orange);
}

/* CTA */

.cta-band {
    background: linear-gradient(90deg, #00163c 0%, #002258 50%, #00163c 100%);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-inner {
    height: 112px;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
}

.cta-copy {
    position: relative;
    z-index: 2;
}

.cta-copy h2 {
    margin: 0 0 12px;
    color: var(--orange);
    font-size: 27px;
    line-height: 1.05;
    white-space: nowrap;
    font-weight: 700;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-width: 194px;
    height: 42px;
    padding: 0 26px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffd083, #f4a638);
    color: #111111;
    font-size: 15px;
    font-weight: 600;
}

.cta-button strong {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.cta-image {
    height: 112px;
    overflow: hidden;
}

.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 6%, black 100%);
}

/* FOOTER */

.site-footer {
    background: radial-gradient(circle at 50% 0%, #002862 0%, #00183f 42%, #000d26 100%);
    color: #ffffff;
    padding: 36px 0 26px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
    gap: 60px;
    align-items: start;
}

.footer-brand img {
    width: 154px;
    height: auto;
    margin-bottom: 18px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.footer-brand p {
    max-width: 220px;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.footer-column h2 {
    margin: 0 0 17px;
    color: var(--orange);
    font-size: 22px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin: 0 0 9px;
    font-size: 15px;
}

.footer-column li a::before {
    content: "›";
    margin-right: 10px;
    color: var(--orange);
    font-weight: 700;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 22px;
    font-size: 15px;
}

.footer-contact img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    background: transparent;
    border: none;
    box-shadow: none;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
    text-align: center;
    font-size: 14px;
}

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    white-space: nowrap;
}

.footer-bottom p {
    margin: 0;
    white-space: nowrap;
}

/* COOKIE BANNER */

.cookie-consent {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: none;
}

.cookie-consent.show {
    display: block;
}

.cookie-panel {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    background: rgba(0, 19, 49, 0.98);
    color: #ffffff;
    border: 1px solid rgba(255, 138, 0, 0.45);
    border-radius: 16px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
}

.cookie-kicker {
    margin: 0 0 6px;
    color: var(--orange);
    font-size: 16px;
}

.cookie-main h2 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.2;
}

.cookie-main p:last-child {
    margin: 0;
    max-width: 670px;
    font-size: 14px;
    line-height: 1.55;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
}

.cookie-btn {
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
    cursor: pointer;
}

.cookie-accept,
.cookie-save {
    background: var(--orange);
    color: #061333;
}

.cookie-decline {
    background: #ffffff;
    color: #061333;
}

.cookie-customize {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.cookie-options {
    display: none;
    grid-column: 1 / -1;
    gap: 12px;
    padding-top: 4px;
}

.cookie-options.open {
    display: grid;
}

.cookie-option {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.cookie-option h3 {
    margin: 0 0 4px;
    font-size: 15px;
}

.cookie-option p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.switch {
    position: relative;
    width: 48px;
    height: 26px;
    flex: 0 0 48px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch span {
    position: absolute;
    inset: 0;
    background: #7b8296;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.2s ease;
}

.switch span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.2s ease;
}

.switch input:checked + span {
    background: var(--orange);
}

.switch input:checked + span::before {
    transform: translateX(22px);
}

/* FINAL OVERRIDES FOR ICON BACKGROUNDS AND TEXT COLOURS */

.pillar-icon-panel img,
.why-icon img,
.service-card img,
.sector-card img,
.footer-contact img,
.footer-brand img {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0 !important;
}

.pillar-icon-panel,
.why-icon {
    background: linear-gradient(145deg, #001338, #00245d) !important;
}

.section-title,
.pillar-content h2,
.service-card h3,
.why-copy h3,
.sector-card h3 {
    color: #06166d !important;
}

.pillar-content p,
.pillar-content li,
.service-card p,
.why-copy p {
    color: #111111 !important;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .container,
    .nav-shell {
        width: min(92%, 1120px);
    }

    .hero-content h1 {
        font-size: clamp(42px, 4.5vw, 54px);
    }

    .pillar-grid {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .sector-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .container,
    .nav-shell {
        width: min(92%, 1120px);
    }

    .nav-shell {
        min-height: 96px;
        height: auto;
        padding: 12px 0;
        align-items: center;
    }

    .logo-card {
        width: 130px;
        height: 92px;
    }

    .logo-card img {
        width: 130px;
        height: 92px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 14px 0;
        background: rgba(0, 19, 49, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 17px;
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        width: 100%;
        padding: 13px 0;
        text-align: center;
    }

    .main-nav a.active::after,
    .main-nav a:hover::after {
        width: 44px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero {
        height: 430px;
    }

    .hero-team {
        height: 430px;
        width: 100%;
        opacity: 0.30;
        object-fit: cover;
        object-position: center bottom;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .hero-content-wrap {
        align-items: center;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: clamp(38px, 10vw, 52px);
    }

    .hero-content p {
        max-width: 100%;
        font-size: 16px;
        text-align: justify;
        text-align-last: left;
    }

    .business-pillars {
        padding-top: 36px;
    }

    .pillar-card {
        grid-template-columns: 1fr;
    }

    .pillar-icon-panel {
        min-height: 130px;
    }

    .pillar-content {
        padding: 24px;
    }

    .section-title {
        font-size: 24px;
    }

    .service-grid,
    .sector-track,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .sector-carousel {
        gap: 8px;
    }

    .sector-arrow {
        width: 38px;
        height: 38px;
        font-size: 32px;
    }

    .cta-inner {
        height: auto;
        grid-template-columns: 1fr;
        padding: 24px 0 0;
    }

    .cta-copy h2 {
        font-size: 24px;
        white-space: normal;
    }

    .cta-image {
        height: 112px;
        margin-top: 18px;
    }

    .footer-main {
        text-align: center;
    }

    .footer-brand img,
    .footer-brand p {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact p {
        justify-content: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        gap: 14px;
    }

    .cookie-panel {
        grid-template-columns: 1fr;
    }

    .cookie-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .container,
    .nav-shell {
        width: min(90%, 1120px);
    }

    .service-card,
    .pillar-content {
        padding: 22px;
    }

    .pillar-content h2 {
        font-size: 27px;
    }

    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-panel {
        padding: 18px;
        border-radius: 14px;
    }

    .cookie-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-btn {
        width: 100%;
    }
}/* WHAT WE DO PARAGRAPH ALIGNMENT */

.service-card p {
    text-align: justify !important;
    text-align-last: left !important;
}/* ABOUT PAGE */

.about-page {
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
}

/* About text colour rules */
.about-page p,
.about-intro,
.about-summary,
.about-service-item p,
.about-stand-card p,
.about-work-step p {
    color: #111111;
}

.about-section-title,
.about-service-item h3,
.about-stand-card h3,
.about-work-step h3 {
    color: #06166d;
}

/* WHO WE ARE */

.about-who {
    padding: 31px 0 16px;
}

.about-who-grid {
    display: grid;
    grid-template-columns: 39% 61%;
    gap: 32px;
    align-items: start;
}

.about-section-title {
    width: fit-content;
    margin: 0 0 28px;
    position: relative;
    font-size: 33px;
    line-height: 1.05;
    font-weight: 700;
}

.about-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 70px;
    height: 2px;
    background: #ff8a00;
}

.about-centered-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-centered-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.about-intro {
    max-width: 410px;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.about-service-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: start;
    max-width: 405px;
}

.about-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #001b49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-service-icon img {
    width: 31px;
    height: 31px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.about-service-item h3 {
    margin: 0 0 7px;
    font-size: 20px;
    line-height: 1.1;
}

.about-service-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.38;
    font-weight: 600;
}

.about-service-divider {
    width: 405px;
    height: 1px;
    background: rgba(255, 138, 0, 0.65);
    margin: 25px 0 24px;
}

.about-summary {
    max-width: 405px;
    margin: 24px 0 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

/* Values image and panel */

.about-values-card {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 355px;
    border-radius: 11px;
    overflow: hidden;
    margin-top: 4px;
}

.about-values-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-values-panel {
    background: linear-gradient(145deg, #001338, #00245d);
    padding: 34px 36px;
    color: #ffffff;
}

.about-value-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 19px;
    align-items: center;
    min-height: 53px;
}

.about-value-item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.about-value-item p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.28;
}

.about-value-divider {
    height: 1px;
    width: 100%;
    background: rgba(255, 138, 0, 0.65);
    margin: 21px 0;
}

/* WHAT WE STAND FOR */

.about-stand {
    padding: 0 0 20px;
}

.about-stand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
    margin-top: 31px;
}

.about-stand-card {
    min-height: 194px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background: #ffffff;
    padding: 18px 25px 20px;
    text-align: center;
}

.about-stand-icon {
    width: 55px;
    height: 55px;
    margin: -7px auto 17px;
    border-radius: 50%;
    background: #001b49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-stand-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.about-stand-card h3 {
    margin: 0 0 13px;
    font-size: 17px;
    line-height: 1.1;
}

.about-stand-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

/* HOW WE WORK */

.about-work {
    padding: 0 0 16px;
}

.about-work-strip {
    min-height: 92px;
    margin-top: 29px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
    align-items: center;
    padding: 15px 24px;
}

.about-work-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
    align-items: start;
}

.about-work-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #d08a39;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

.about-work-step h3 {
    margin: 2px 0 5px;
    font-size: 16px;
    line-height: 1.05;
}

.about-work-step p {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 600;
}

.about-work-arrow {
    color: #ff8a00;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
}

/* LEADERSHIP */

.about-leadership {
    background: linear-gradient(90deg, #00163c 0%, #002258 50%, #00163c 100%);
    padding: 17px 0 20px;
}

.about-leadership-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 36px;
    align-items: center;
}

.about-leadership-image img {
    width: 100%;
    height: 138px;
    object-fit: cover;
    border-radius: 7px;
}

.about-leadership-copy h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.about-leadership-copy p {
    margin: 0;
    max-width: 650px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}

.about-leadership-stats {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 138, 0, 0.75);
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1.25fr;
    align-items: center;
    gap: 24px;
}

.about-leadership-stat {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #ffffff;
}

.about-leadership-stat img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.about-leadership-stat span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

.about-leadership-divider {
    width: 1px;
    height: 53px;
    background: rgba(255, 138, 0, 0.65);
}

/* ABOUT RESPONSIVE */

@media (max-width: 1100px) {
    .about-who-grid,
    .about-leadership-grid {
        grid-template-columns: 1fr;
    }

    .about-values-card {
        grid-template-columns: 1fr 1fr;
    }

    .about-stand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-work-strip {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-work-arrow {
        display: none;
    }
}

@media (max-width: 760px) {
    .about-section-title {
        font-size: 27px;
    }

    .about-values-card {
        grid-template-columns: 1fr;
    }

    .about-values-image img {
        height: 260px;
    }

    .about-stand-grid {
        grid-template-columns: 1fr;
    }

    .about-work-strip {
        padding: 18px;
    }

    .about-leadership-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-leadership-divider {
        display: none;
    }

    .about-leadership-image img {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .about-service-divider,
    .about-summary,
    .about-intro,
    .about-service-item {
        width: 100%;
        max-width: 100%;
    }

    .about-service-divider {
        width: 100%;
    }

    .about-work-step {
        grid-template-columns: 38px 1fr;
    }
}/* ABOUT PAGE FINAL TYPOGRAPHY CORRECTIONS */

/* Keep About hero title on one line and reduce dominance */
body:has(.about-page) .hero-content {
    width: 48%;
    max-width: 560px;
}

body:has(.about-page) .hero-content h1 {
    font-size: clamp(38px, 3.5vw, 48px) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    letter-spacing: -0.6px !important;
}

/* Reduce About page section headings */
.about-section-title {
    font-size: 26px !important;
    line-height: 1.08 !important;
    margin-bottom: 24px !important;
}

.about-centered-title {
    font-size: 25px !important;
}

/* Justify descriptive notes across About page */
.about-page p,
.about-intro,
.about-summary,
.about-service-item p,
.about-stand-card p,
.about-work-step p,
.about-leadership-copy p {
    text-align: justify !important;
    text-align-last: left !important;
}

/* Keep titles left/center aligned, not justified */
.about-section-title,
.about-service-item h3,
.about-stand-card h3,
.about-work-step h3,
.about-leadership-copy h2,
.about-leadership-stat span {
    text-align: inherit;
}

/* Restore readable How We Work descriptive notes */
.about-work-step p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

/* Slightly increase strip height so text does not need to be squeezed */
.about-work-strip {
    min-height: 104px !important;
    padding: 17px 24px !important;
}

/* Keep How We Work step titles proportionate */
.about-work-step h3 {
    font-size: 16px !important;
}

/* Mobile: allow About hero title to wrap if needed */
@media (max-width: 760px) {
    body:has(.about-page) .hero-content h1 {
        white-space: normal !important;
        font-size: clamp(32px, 8vw, 42px) !important;
    }

    .about-section-title,
    .about-centered-title {
        font-size: 23px !important;
    }

    .about-work-step p {
        font-size: 13px !important;
    }
}/* FIX UNEVEN WORD SPACING IN WHAT WE STAND FOR CARDS */

.about-stand-card p {
    text-align: center !important;
    text-align-last: center !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    line-height: 1.45 !important;
}/* SERVICES PAGE */

.services-page {
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
}

/* Page-specific hero adjustment */
body:has(.services-page) .hero-content h1 {
    font-size: clamp(52px, 5vw, 72px);
    line-height: 1;
    white-space: nowrap;
}

body:has(.services-page) .hero-content p {
    max-width: 500px;
    text-align: left;
    text-align-last: left;
}

/* Main services panels */

.services-main {
    padding: 34px 0 8px;
}

.services-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.07fr;
    gap: 28px;
    align-items: stretch;
}

.services-panel {
    min-height: 580px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
}

.services-panel-dark {
    background: linear-gradient(145deg, #001338 0%, #00245d 100%);
    color: #ffffff;
    padding: 38px 29px 34px;
}

.services-panel-light {
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #111111;
    padding: 38px 29px 28px;
}

.services-panel-heading {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 28px;
    align-items: center;
}

.services-main-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-main-icon img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.services-main-icon-dark {
    background: transparent;
}

.services-main-icon-light {
    background: #0649d8;
}

.services-main-icon-light img {
    width: 64px;
    height: 64px;
}

.services-panel h2 {
    margin: 0 0 23px;
    font-size: 31px;
    line-height: 1.07;
    font-weight: 700;
}

.services-panel-dark h2 {
    color: #ffffff;
}

.services-panel-light h2 {
    color: #06166d;
}

.services-panel-heading p {
    margin: 0;
    max-width: 310px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
    text-align: left;
}

.services-panel-dark .services-panel-heading p {
    color: #ffffff;
}

.services-panel-light .services-panel-heading p {
    color: #06166d;
}

.services-panel-rule {
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    margin: 42px 0 16px;
}

.services-blue-rule {
    height: 3px;
    background: #0649d8;
    margin: 36px 0 20px;
}

.services-list {
    display: grid;
}

.services-list-dark {
    gap: 0;
}

.services-list-light {
    gap: 0;
}

.services-list-item {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    min-height: 87px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.services-list-light .services-list-item {
    min-height: 65px;
    border-bottom: 1px solid #d8d8d8;
}

.services-list-item:last-child {
    border-bottom: 0;
}

.services-list-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.services-list-light .services-list-item img {
    width: 50px;
    height: 50px;
}

.services-list-item span {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

.services-list-dark .services-list-item span {
    color: #ffffff;
}

.services-list-light .services-list-item span {
    color: #06166d;
}

/* Engagement process */

.services-engagement {
    padding: 0 0 25px;
}

.services-section-title {
    margin: 4px auto 9px;
    color: #06166d;
    font-size: 27px;
    line-height: 1.05;
    text-align: center;
    font-weight: 700;
}

.engagement-row {
    display: grid;
    grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    align-items: start;
    gap: 10px;
}

.engagement-step {
    text-align: center;
}

.engagement-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.engagement-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.engagement-number {
    display: block;
    color: #ff8a00;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 4px;
}

.engagement-step h3 {
    margin: 0 0 6px;
    color: #06166d;
    font-size: 14px;
    line-height: 1.05;
    font-weight: 700;
}

.engagement-step p {
    margin: 0 auto;
    max-width: 140px;
    color: #111111;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
}

.engagement-arrow {
    color: #06166d;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    padding-top: 22px;
    font-weight: 300;
}

/* Services page text colour discipline */

.services-page p {
    color: #111111;
}

.services-panel-dark p,
.services-panel-dark span,
.services-panel-dark h2 {
    color: #ffffff;
}

.services-panel-light h2,
.services-list-light span,
.services-section-title,
.engagement-step h3 {
    color: #06166d;
}

.services-panel-light .services-panel-heading p {
    color: #06166d;
}

.engagement-step p {
    color: #111111;
}

/* Transparent icon enforcement */

.services-page img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* SERVICES RESPONSIVE */

@media (max-width: 1100px) {
    .services-main-grid {
        grid-template-columns: 1fr;
    }

    .services-panel {
        min-height: auto;
    }

    .engagement-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .engagement-arrow {
        display: none;
    }

    .engagement-step p {
        max-width: 280px;
    }
}

@media (max-width: 760px) {
    body:has(.services-page) .hero-content h1 {
        font-size: clamp(38px, 10vw, 52px);
        white-space: normal;
    }

    body:has(.services-page) .hero-content p {
        text-align: left;
    }

    .services-main {
        padding-top: 26px;
    }

    .services-panel {
        padding: 28px 22px;
    }

    .services-panel-heading {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }

    .services-main-icon {
        margin: 0 auto;
    }

    .services-panel-heading p {
        margin: 0 auto;
        text-align: center;
    }

    .services-list-item {
        grid-template-columns: 64px 1fr;
        min-height: 76px;
    }

    .services-list-light .services-list-item {
        min-height: 72px;
    }

    .services-list-item span {
        font-size: 17px;
    }

    .services-section-title {
        font-size: 24px;
    }
}/* SERVICES PAGE FINAL FONT COLOUR AND SIZE CORRECTIONS */

/* Global Trade descriptive note must be black, not dark blue */
.services-panel-light .services-panel-heading p {
    color: #111111 !important;
}

/* Keep Global Trade title dark blue */
.services-panel-light h2 {
    color: #06166d !important;
}

/* Global Trade list items remain dark blue as shown in the visual */
.services-list-light .services-list-item span {
    color: #06166d !important;
}

/* Engagement process descriptive notes must be readable */
.engagement-step p {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
    max-width: 165px !important;
}

/* Keep engagement process titles dark blue */
.engagement-step h3 {
    color: #06166d !important;
}

/* Slightly increase engagement row breathing space */
.engagement-row {
    align-items: start !important;
    padding-bottom: 8px !important;
}

@media (max-width: 760px) {
    .engagement-step p {
        font-size: 14px !important;
        max-width: 260px !important;
    }
}/* SECTORS PAGE */

.sectors-page {
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
}

/* Page-specific hero */
body:has(.sectors-page) .hero-content h1 {
    font-size: clamp(40px, 3.9vw, 54px) !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
}

body:has(.sectors-page) .hero-content p {
    max-width: 465px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    text-align: left !important;
    text-align-last: left !important;
}

/* Sector cards section */
.sectors-list-section {
    padding: 30px 0 12px;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 22px;
    align-items: stretch;
    max-width: 1040px;
}

/* Visible card containers */
.sector-page-card {
    min-height: 218px;
    background: #ffffff;
    border: 1.5px solid #d9d9d9;
    border-radius: 11px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Sector images */
.sector-page-card img {
    width: 100%;
    height: 128px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Sector titles */
.sector-page-card h3 {
    margin: 0;
    color: #06166d;
    font-size: 21px;
    line-height: 1.05;
    text-align: center;
    font-weight: 700;
}

/* Responsive sectors page */
@media (max-width: 1100px) {
    .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px;
    }
}

@media (max-width: 760px) {
    body:has(.sectors-page) .hero-content h1 {
        font-size: clamp(34px, 9vw, 46px) !important;
        white-space: normal !important;
    }

    .sectors-list-section {
        padding-top: 24px;
    }

    .sectors-grid {
        grid-template-columns: 1fr;
    }

    .sector-page-card {
        min-height: 210px;
    }

    .sector-page-card img {
        height: 126px;
    }

    .sector-page-card h3 {
        font-size: 20px;
    }
}/* CONTACT PAGE */

.contact-page {
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
}

/* Page-specific hero */
body:has(.contact-page) .hero-content h1 {
    font-size: clamp(54px, 5.2vw, 76px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body:has(.contact-page) .hero-content p {
    max-width: 455px !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    text-align-last: left !important;
}

/* Contact main section */

.contact-main {
    padding: 28px 0 22px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 46% 54%;
    gap: 34px;
    align-items: start;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 9px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);
    padding: 25px 42px 22px;
    min-height: 522px;
}

.contact-form-card h2,
.contact-footprint h2,
.contact-help h2 {
    color: #06166d;
    font-size: 29px;
    line-height: 1.05;
    margin: 0;
    font-weight: 700;
}

.contact-form-card h2 {
    text-align: center;
    margin-bottom: 22px;
}

.contact-form {
    display: grid;
    gap: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    padding: 0 20px;
    outline: none;
}

.contact-form input,
.contact-form select {
    height: 44px;
}

.contact-form textarea {
    height: 132px;
    padding-top: 15px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #456fc2;
    opacity: 1;
}

.contact-form select {
    color: #456fc2;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #ff8a00;
    box-shadow: 0 0 0 2px rgba(255, 138, 0, 0.12);
}

.contact-submit {
    width: 190px;
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffad30, #ff8a00);
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    cursor: pointer;
}

.contact-submit:hover {
    filter: brightness(0.96);
}

.contact-error-box {
    background: #fff4f4;
    border: 1px solid #f0b6b6;
    border-radius: 7px;
    padding: 10px 14px;
    margin-bottom: 14px;
}

.contact-error-box p {
    margin: 0 0 5px;
    color: #8a1111;
    font-size: 13px;
}

.contact-success-screen {
    min-height: 455px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-success-screen h2 {
    color: #06166d;
    font-size: 30px;
    margin: 0 0 12px;
}

.contact-success-screen p {
    margin: 0;
    color: #111111;
    font-size: 18px;
}

/* Global footprint */

.contact-footprint {
    text-align: center;
    padding-top: 18px;
}

.contact-footprint h2 {
    margin-bottom: 10px;
}

.contact-footprint p {
    max-width: 420px;
    margin: 0 auto 24px;
    color: #111111;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
}

.contact-map-wrap img {
    width: 100%;
    height: 332px;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* How Can We Help */

.contact-help {
    padding: 0 0 26px;
}

.contact-help h2 {
    text-align: center;
    margin-bottom: 24px;
}

.contact-help-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 21px;
}

.contact-help-card {
    min-height: 120px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.035);
    padding: 13px 10px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.contact-help-card img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 9px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.contact-help-card h3 {
    margin: 0;
    color: #06166d;
    font-size: 15px;
    line-height: 1.07;
    text-align: center;
    font-weight: 700;
}

/* Contact page colour discipline */

.contact-page p {
    color: #111111;
}

.contact-form-card h2,
.contact-footprint h2,
.contact-help h2,
.contact-help-card h3 {
    color: #06166d;
}

.contact-page img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* CONTACT RESPONSIVE */

@media (max-width: 1100px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-wrap img {
        height: auto;
    }

    .contact-help-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    body:has(.contact-page) .hero-content h1 {
        font-size: clamp(38px, 10vw, 52px) !important;
        white-space: normal !important;
    }

    body:has(.contact-page) .hero-content p {
        font-size: 18px !important;
    }

    .contact-form-card {
        padding: 24px 22px;
    }

    .contact-form-card h2,
    .contact-footprint h2,
    .contact-help h2 {
        font-size: 25px;
    }

    .contact-submit {
        width: 100%;
    }

    .contact-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .contact-help-grid {
        grid-template-columns: 1fr;
    }
}/* CONTACT FORM INPUT FONT COLOUR CORRECTION */

.contact-form input,
.contact-form select,
.contact-form textarea {
    color: #111111 !important;
}

/* Placeholder text also black */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #111111 !important;
    opacity: 1 !important;
}

/* Country dropdown visible text */
.contact-form select {
    color: #111111 !important;
}/* CONTACT PAGE: REDUCE HOW CAN WE HELP HEADING */

.contact-help h2 {
    font-size: 24px !important;
    line-height: 1.05 !important;
    margin-bottom: 20px !important;
}/* LEGAL PAGES */

.legal-page {
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
}

/* Legal pages keep the homepage hero/banner sizing */
body:has(.legal-page) .hero-content h1 {
    font-size: clamp(48px, 4.7vw, 64px) !important;
    line-height: 0.98 !important;
    letter-spacing: -1.2px !important;
    white-space: normal !important;
}

body:has(.legal-page) .hero-content p {
    max-width: 455px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    color: #ffffff !important;
    text-align: justify !important;
    text-align-last: left !important;
}

/* Legal content layout */

.legal-content-section {
    padding: 34px 0 42px;
}

.legal-title-block {
    text-align: center;
    margin: 0 auto 28px;
}

.legal-title-block h1 {
    margin: 0 0 12px;
    color: #06166d;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 700;
}

.legal-title-block h2 {
    margin: 0 0 12px;
    color: #06166d;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 700;
}

.legal-title-block p {
    margin: 0;
    color: #06166d;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.legal-two-column {
    column-count: 2;
    column-gap: 46px;
    column-rule: 1px solid rgba(6, 22, 109, 0.12);
}

.legal-item {
    break-inside: avoid;
    margin: 0 0 20px;
}

.legal-item h2 {
    margin: 0 0 8px;
    color: #06166d;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 700;
}

.legal-item h3 {
    margin: 10px 0 6px;
    color: #06166d;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 700;
}

.legal-item p,
.legal-item li {
    color: #111111;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    text-align: justify;
    text-align-last: left;
}

.legal-item p {
    margin: 0 0 8px;
}

.legal-item ul {
    margin: 0 0 8px 0;
    padding-left: 18px;
}

.legal-item li {
    margin: 0 0 5px;
}

.legal-inline-link {
    color: #06166d;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ff8a00;
    text-underline-offset: 3px;
}

.legal-inline-link:hover {
    color: #ff8a00;
}

/* Active legal footer link */

.footer-legal a.active-legal {
    color: #ff8a00 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #ff8a00;
    padding-bottom: 2px;
}

/* Legal page responsiveness */

@media (max-width: 900px) {
    .legal-two-column {
        column-count: 1;
        column-gap: 0;
        column-rule: none;
    }
}

@media (max-width: 760px) {
    .legal-title-block h1 {
        font-size: 26px;
    }

    .legal-title-block h2 {
        font-size: 21px;
    }

    .legal-title-block p {
        font-size: 16px;
    }

    .legal-item h2 {
        font-size: 17px;
    }

    .legal-item p,
    .legal-item li {
        font-size: 14px;
    }
}/* LEGAL PAGE TITLE SIZE REDUCTION */

.legal-title-block {
    margin-bottom: 22px !important;
}

.legal-title-block h1 {
    font-size: 24px !important;
    line-height: 1.08 !important;
    margin-bottom: 8px !important;
}

.legal-title-block h2 {
    font-size: 18px !important;
    line-height: 1.08 !important;
    margin-bottom: 8px !important;
}

.legal-title-block p {
    font-size: 15px !important;
    line-height: 1.2 !important;
}