/* Sub-header: compact height, vertically centered content */
.main-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
}

.main-header__top-left,
.main-header__top-right {
    float: none;
    display: flex;
    align-items: center;
}

/* Push social icons to the right edge */
.main-header__top-right {
    margin-left: auto;
    padding-right: 0; /* raise this (e.g. 15px) if you want space from the edge */
}

.main-header__top-address {
    display: flex;
    align-items: center;
}

.main-header__top-address li {
    line-height: 1;
    min-height: 0;
}

.main-header__top-address li .icon span::before,
.main-header__top-address li .icon .fa {
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
}

.main-header__top-address li .text p,
.main-header__top-address li .text a {
    line-height: 1.2;
}

.main-header__top-right-social {
    padding: 0;
    display: flex;
    align-items: center;
}

.main-header__top-right-social a {
    width: 28px;  /* was 35px */
    height: 28px; /* was 35px */
    font-size: 13px; /* was 15px */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header__top-right-social a i::before {
    line-height: 1; /* was 35px */
}

.main-header__top-right-social a + a {
    margin-left: 8px; /* was 10px */
}

/* Main header (logo + menu): reduce height
   Biggest control is menu li padding (was 41px). */
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 22px;    /* was 41px */
    padding-bottom: 22px; /* was 41px */
}

.main-menu-wrapper__logo {
    padding-top: 13px;    /* was 33px / 24px */
    padding-bottom: 0;
    max-width: 180px;
}

.main-menu-wrapper__logo .site-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.main-menu-wrapper__logo .site-logo img {
    display: block;
    width: auto;
    height: 50px;         /* was 62px */
    max-width: 170px;
    object-fit: contain;
}

.main-header__btn.thm-btn {
    width: 210px;
    line-height: 46px;
}

.main-header__btn.thm-btn .liquid {
    width: 210px;
}

.stricky-header .main-menu__list > li {
    padding-top: 14px;
    padding-bottom: 14px;
}

.stricky-header .main-menu-wrapper__logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.stricky-header .main-menu-wrapper__logo .site-logo img {
    height: 42px;
    max-width: 140px;
}

@media (max-width: 1199px) {
    .main-menu-wrapper__logo .site-logo img {
        height: 46px;
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    /* Keep header logo left and hamburger flush right on mobile */
    .main-menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
    }

    /* clearfix::after becomes a flex item and steals the right edge */
    .main-menu-wrapper::before,
    .main-menu-wrapper::after {
        display: none;
        content: none;
    }

    .main-menu-wrapper__left,
    .main-menu-wrapper__right {
        float: none;
        display: flex;
        align-items: center;
    }

    .main-menu-wrapper__right {
        margin-left: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-menu-wrapper__main-menu {
        margin-right: 0;
    }

    .main-menu-wrapper__logo {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .main-menu-wrapper__logo .site-logo img {
        height: 42px;
        max-width: 130px;
    }

    .main-menu .mobile-nav__toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        line-height: 1;
    }

    /* Drawer has no logo; tighten top spacing */
    .mobile-nav__content {
        padding-top: 56px;
    }

    .mobile-nav__content .logo-box,
    .mobile-nav__content .site-logo,
    .mobile-nav__content .main-menu-wrapper__logo {
        display: none !important;
    }
}

.mobile-nav__contact li span {
    color: #ffffff;
}

/* Hero: brand-first public-sector positioning */
.main-slider-one__content .tagline p {
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.main-slider-one__content .title h2 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.main-slider-one__content .text {
    max-width: 560px;
    margin-top: 18px;
}

.main-slider-one__content .text p {
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.main-slider-one__content .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.main-slider-one__content .btn-box .thm-btn {
    border: 2px solid #ffffff;
    display: inline-block;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 22px;
    line-height: 48px;
}

.main-slider-one__content .btn-box .thm-btn span {
    font-size: 16px;
}

.main-slider-one__content .btn-box .thm-btn .liquid {
    width: 100%;
    left: 0;
    right: 0;
}

.main-slider-one__content .btn-box .thm-btn--light .liquid {
    background: #ffffff;
}

.main-slider-one__content .btn-box .thm-btn--light span {
    color: var(--thm-base);
}

.main-slider-one__content .btn-box .thm-btn--light:hover .liquid {
    background: var(--thm-base);
}

.main-slider-one__content .btn-box .thm-btn--light:hover span {
    color: #ffffff;
}

.main-slider-one__content .btn-box .thm-btn--primary .liquid {
    background: var(--thm-base);
}

.main-slider-one__content .btn-box .thm-btn--primary span {
    color: #ffffff;
}

.main-slider-one__content .btn-box .thm-btn--primary:hover .liquid {
    background: #ffffff;
}

.main-slider-one__content .btn-box .thm-btn--primary:hover span {
    color: var(--thm-base);
}

/* Hero arrows: left/right instead of stacked on the left */
.main-slider-one__carousel.owl-theme .owl-nav {
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 40px;
    display: block;
    flex-direction: unset;
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: none;
}

.main-slider-one__carousel:hover.owl-theme .owl-nav {
    left: 0;
    opacity: 1;
    transform: translateY(-50%);
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: auto;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev {
    left: 40px;
    margin-bottom: 0;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-next {
    right: 40px;
    left: auto;
}

@media (max-width: 1199px) {
    .main-slider-one__carousel.owl-theme .owl-nav {
        padding: 0 20px;
    }

    .main-slider-one__carousel.owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .main-slider-one__carousel.owl-theme .owl-nav .owl-next {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__content .title h2 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__content .title h2 {
        font-size: 44px;
    }

    .main-slider-one__content .text p {
        font-size: 16px;
    }
}

/* Why Choose Us — reuses contact-one blue overlay treatment */
.why-choose-us {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-us__img {
    position: absolute;
    bottom: 0;
    right: 130px;
}

.why-choose-us__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-choose-us__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), 0.93);
    content: "";
    z-index: -2;
}

.why-choose-us__content .section-title {
    padding-bottom: 18px;
}

.why-choose-us__content .section-title__tagline,
.why-choose-us__content .section-title__title {
    color: #ffffff;
}

.why-choose-us__intro {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 36px;
}

.why-choose-us__item {
    position: relative;
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}

.why-choose-us__item .icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: var(--thm-bdr-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us__item .icon span::before {
    color: #ffffff;
    font-size: 24px;
}

.why-choose-us__item .text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-choose-us__item .text p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.why-choose-us__btn {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.why-choose-us__btn .thm-btn span {
    color: var(--thm-base);
}

.why-choose-us__btn .thm-btn .liquid {
    background: #ffffff;
}

.why-choose-us__btn .thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.why-choose-us__btn .thm-btn .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.25);
}

@media (max-width: 1499px) {
    .why-choose-us__img {
        right: 40px;
        max-width: 360px;
    }

    .why-choose-us__img img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .why-choose-us__img {
        display: none;
    }
}

/* Our Approach */
.our-approach {
    position: relative;
    display: block;
    z-index: 1;
}

.our-approach__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.our-approach__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), 0.93);
    content: "";
    z-index: -2;
}

.our-approach .section-title {
    padding-bottom: 18px;
}

.our-approach .section-title__tagline,
.our-approach .section-title__title {
    color: #ffffff;
}

.our-approach__intro {
    max-width: 760px;
    margin: 0 auto 48px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.75;
}

.our-approach__card {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 28px 24px 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--thm-bdr-radius);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.our-approach__card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
}

.our-approach__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.our-approach__title {
    margin: 0;
    flex: 1;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.our-approach__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: var(--thm-bdr-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
}

.our-approach__icon span::before {
    color: #ffffff;
}

.our-approach__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 767px) {
    .our-approach__intro {
        margin-bottom: 36px;
    }

    .our-approach__card {
        padding: 24px 20px 26px;
    }
}

.footer-one__bottom-legal {
    display: inline-block;
    margin-left: 0.35em;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 767px) {
    .footer-one__bottom-legal {
        display: block;
        margin: 8px 0 0;
    }
}

/* Footer contact list: allow plain text address lines */
.footer-widget__contact-list .footer-widget__links-list-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.footer-widget__about {
    max-width: none;
}

/* Footer columns: restore vertical spacing when stacked */
@media (max-width: 1199px) {
    .footer-one__top-wrapper > .row > [class*="col-"] {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-one__top-wrapper > .row > [class*="col-"] {
        margin-bottom: 48px;
    }

    .footer-one__top-wrapper > .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .footer-widget__title {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .footer-widget__column {
        overflow: visible;
    }
}

/* About approach */
.about-approach__text {
    margin: 0 0 28px;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.75;
}

/* Services catalogue page */
.services-intro {
    padding-top: 110px;
    padding-bottom: 20px;
}

.services-intro__text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #6c757d;
}

.services-one--catalogue {
    padding-top: 40px;
}

/* Match tallest card within each Bootstrap row, keep space between rows */
.services-one .row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}

.services-one .services-one__single {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.services-one .services-one__single-content {
    flex: 1 1 auto;
}

.services-one__category--spaced {
    margin-top: 50px;
}

.services-one__category .section-title {
    padding-bottom: 18px;
}

.services-one__category .section-title__title {
    font-size: 32px;
}

.services-one__category-text {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #6c757d;
}

.services-one--catalogue .services-one__single-content {
    padding: 52px 18px 30px;
}

.services-one--catalogue .services-one__single-content p {
    font-size: 15px;
    line-height: 1.65;
    color: #6c757d;
}

.services-one__anchor {
    scroll-margin-top: 120px;
}

.service-areas {
    position: relative;
    z-index: 1;
}

.service-areas__card {
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid rgba(var(--thm-base-rgb), 0.12);
    border-radius: var(--thm-bdr-radius);
    overflow: visible;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-areas__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.service-areas__card-content h3 a {
    color: var(--thm-black);
    text-decoration: none;
}

.service-areas__card-content h3 a:hover {
    color: var(--thm-base);
}

.service-areas__card-media {
    position: relative;
    display: block;
}

.service-areas__card-img {
    display: block;
    height: 210px;
    overflow: hidden;
    border-radius: var(--thm-bdr-radius) var(--thm-bdr-radius) 0 0;
}

.service-areas__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.service-areas__card:hover .service-areas__card-img img {
    transform: scale(1.05);
}

.service-areas__card-media .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0.5px 0.866px 5px 0 rgb(0, 0, 0, 0.2);
    color: var(--thm-base);
    font-size: 35px;
    text-align: center;
    z-index: 5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-areas__card-media .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--thm-base);
}

.service-areas__card:hover .service-areas__card-media .icon {
    color: #ffffff;
}

.service-areas__card:hover .service-areas__card-media .icon::before {
    transform: scaleX(1);
}

.service-areas__card-media .icon span::before {
    position: relative;
    display: inline-block;
    line-height: 70px;
}

.service-areas__card-content {
    padding: 52px 26px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-areas__card-content h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--thm-black);
}

.service-areas__card-content p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.65;
    color: #6c757d;
    flex: 1;
}

.service-areas__card-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: var(--thm-base);
    text-decoration: none;
}

.service-areas__card-link:hover {
    color: var(--thm-black);
}

.who-we-support {
    position: relative;
    display: block;
    z-index: 1;
    scroll-margin-top: 120px;
}

.who-we-support__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.who-we-support__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), 0.93);
    content: "";
    z-index: -2;
}

.who-we-support .section-title {
    padding-bottom: 18px;
}

.who-we-support .section-title__tagline,
.who-we-support .section-title__title {
    color: #ffffff;
}

.who-we-support__intro {
    max-width: 760px;
    margin: 0 auto 48px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.75;
}

.who-we-support__card {
    display: flex;
    align-items: center;
    gap: 16px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--thm-bdr-radius);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.who-we-support__card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
}

.who-we-support__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: var(--thm-bdr-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
}

.who-we-support__icon span::before {
    color: #ffffff;
}

.who-we-support__title {
    margin: 0;
    flex: 1;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
}

.who-we-support__outro {
    max-width: 760px;
    margin: 16px auto 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .who-we-support__intro {
        margin-bottom: 36px;
    }

    .who-we-support__card {
        padding: 20px 18px;
    }

    .service-areas__card-img {
        height: 180px;
    }
}

.mission-vision .service-two__single-img-inner img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Discuss Your Requirements CTA */
.cta-one--discuss {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    z-index: 1;
}

.cta-one--discuss .image-layer,
.cta-one--discuss.cta-one--gallery::before {
    display: none;
}

.cta-one--discuss .cta-one__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(0.85) contrast(1.05);
    transform: scale(1.02);
}

.cta-one--discuss .cta-one__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 32, 68, 0.78) 0%,
            rgba(0, 58, 117, 0.82) 45%,
            rgba(0, 42, 90, 0.88) 100%
        ),
        linear-gradient(
            90deg,
            rgba(var(--thm-base-rgb), 0.55) 0%,
            rgba(var(--thm-base-rgb), 0.35) 50%,
            rgba(var(--thm-base-rgb), 0.55) 100%
        );
}

.cta-one--discuss .cta-one__panel {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
}

.cta-one--discuss .cta-one__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.cta-one--discuss .cta-one__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.cta-one--discuss .cta-one__lead {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
}

.cta-one--discuss .cta-one__text {
    margin: 0 auto 32px;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.7;
}

.cta-one--discuss .cta-one__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.cta-one--discuss .cta-one__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 56px;
    padding: 14px 28px;
    border-radius: var(--thm-bdr-radius);
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.cta-one--discuss .cta-one__btn--primary {
    background: #ffffff;
    color: var(--thm-base);
}

.cta-one--discuss .cta-one__btn--primary:hover {
    background: #f3f7fc;
    color: var(--thm-base);
    transform: translateY(-2px);
}

.cta-one--discuss .cta-one__btn--secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.9);
    color: #ffffff;
}

.cta-one--discuss .cta-one__btn--secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--thm-base);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .cta-one--discuss .cta-one__title {
        font-size: 34px;
    }

    .cta-one--discuss .cta-one__lead {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .cta-one--discuss {
        padding: 80px 0;
    }

    .cta-one--discuss .cta-one__title {
        font-size: 30px;
    }

    .cta-one--discuss .cta-one__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-one--discuss .cta-one__btn {
        width: 100%;
        min-width: 0;
    }
}

/* Soft CTA — light slate background */
.cta-one--discuss.cta-one--soft {
    background: #f1f5f9;
    isolation: isolate;
}

.cta-one--discuss.cta-one--soft::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 55% 70% at 15% 20%, rgba(var(--thm-base-rgb), 0.08), transparent 70%),
        radial-gradient(ellipse 50% 60% at 85% 80%, rgba(var(--thm-base-rgb), 0.06), transparent 70%);
    animation: cta-soft-glow 10s ease-in-out infinite alternate;
    pointer-events: none;
}

.cta-one--discuss.cta-one--soft .container {
    position: relative;
    z-index: 1;
}

.cta-one--discuss.cta-one--soft .cta-one__media,
.cta-one--discuss.cta-one--soft .cta-one__overlay {
    display: none;
}

.cta-one--discuss.cta-one--soft .cta-one__eyebrow {
    position: relative;
    color: var(--thm-base);
}

.cta-one--discuss.cta-one--soft .cta-one__eyebrow::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin: 12px auto 0;
    background: var(--thm-base);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
}

.cta-one--discuss.cta-one--soft .cta-one__eyebrow.animated::after {
    animation: cta-soft-rule 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.cta-one--discuss.cta-one--soft .cta-one__title {
    color: var(--thm-black);
}

.cta-one--discuss.cta-one--soft .cta-one__lead {
    color: var(--thm-black);
}

.cta-one--discuss.cta-one--soft .cta-one__text {
    color: #6c757d;
}

.cta-one--discuss.cta-one--soft .cta-one__btn--primary {
    background: var(--thm-base);
    color: #ffffff;
}

.cta-one--discuss.cta-one--soft .cta-one__btn--primary:hover {
    background: var(--thm-black);
    color: #ffffff;
}

.cta-one--discuss.cta-one--soft .cta-one__btn--secondary {
    background: transparent;
    border-color: var(--thm-base);
    color: var(--thm-base);
}

.cta-one--discuss.cta-one--soft .cta-one__btn--secondary:hover {
    background: var(--thm-base);
    border-color: var(--thm-base);
    color: #ffffff;
}

.cta-one--discuss.cta-one--soft .cta-one__btn {
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cta-one--discuss.cta-one--soft .cta-one__btn:hover {
    box-shadow: 0 10px 24px rgba(var(--thm-base-rgb), 0.18);
}

@keyframes cta-soft-glow {
    from {
        opacity: 0.7;
        transform: scale(1);
    }

    to {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes cta-soft-rule {
    from {
        transform: scaleX(0);
        opacity: 0;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cta-one--discuss.cta-one--soft::before,
    .cta-one--discuss.cta-one--soft .cta-one__eyebrow::after {
        animation: none;
    }

    .cta-one--discuss.cta-one--soft .cta-one__eyebrow::after {
        transform: scaleX(1);
        opacity: 1;
    }
}

/* Contact form — validation and flash messages */
.contact-form-alert {
    margin-bottom: 24px;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.contact-form-alert--success {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.contact-form-error {
    margin: 8px 0 0;
    color: #b91c1c;
    font-size: 14px;
    line-height: 1.4;
}

.contact-page-form__input-box input.is-invalid,
.contact-page-form__input-box textarea.is-invalid {
    border-color: #b91c1c !important;
}

.contact-form-turnstile {
    margin-bottom: 20px;
}

/* Cookie consent banner */
.cookie-consent {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    pointer-events: none;
}

.cookie-consent--visible {
    pointer-events: auto;
}

.cookie-consent__panel {
    background: rgba(5, 41, 68, 0.98);
    color: #ffffff;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.18);
}

.cookie-consent__panel--banner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px clamp(20px, 4vw, 48px);
}

.cookie-consent__panel--preferences {
    padding: 24px clamp(20px, 4vw, 48px) 28px;
}

.cookie-consent__content {
    flex: 1 1 auto;
    max-width: 760px;
}

.cookie-consent__heading {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
}

.cookie-consent__message {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.6;
}

.cookie-consent__link {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-consent__link:hover {
    color: rgba(255, 255, 255, 0.82);
}

.cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-width: 240px;
}

.cookie-consent__actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cookie-consent__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 2px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    padding: 10px 18px;
    text-align: center;
    text-transform: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.cookie-consent__btn:hover,
.cookie-consent__btn:focus-visible {
    outline: none;
    text-decoration: none;
}

.cookie-consent__btn--primary {
    border-color: #ffffff;
    background: #ffffff;
    color: #052944;
}

.cookie-consent__btn--primary:hover,
.cookie-consent__btn--primary:focus-visible {
    border-color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.88);
    color: #052944;
}

.cookie-consent__btn--secondary,
.cookie-consent__btn--ghost {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
}

.cookie-consent__btn--secondary:hover,
.cookie-consent__btn--secondary:focus-visible,
.cookie-consent__btn--ghost:hover,
.cookie-consent__btn--ghost:focus-visible {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.cookie-consent__preferences-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
}

.cookie-consent__preferences-lead {
    margin: 0 0 18px;
    color: #ffffff;
    line-height: 1.6;
}

.cookie-consent__preference-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.cookie-consent__preference {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-consent__preference:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-consent__preference-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cookie-consent__preference-copy strong {
    color: #ffffff;
    font-size: 1rem;
}

.cookie-consent__preference-copy span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.5;
}

.cookie-consent__preference-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.cookie-consent__preference-label input {
    width: 18px;
    height: 18px;
    accent-color: var(--thm-base, #004a94);
    flex-shrink: 0;
}

.cookie-consent__preference-badge {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.cookie-consent__preferences-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 991px) {
    .cookie-consent__panel--banner {
        flex-direction: column;
    }

    .cookie-consent__actions {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575px) {
    .cookie-consent__actions-row {
        flex-direction: column;
    }

    .cookie-consent__actions-row .cookie-consent__btn,
    .cookie-consent__btn--primary {
        width: 100%;
    }
}

/* Legal / privacy policy page */
.legal-page__content {
    color: #052944;
    font-size: 1rem;
    line-height: 1.75;
}

.legal-page__updated {
    margin-bottom: 24px;
    color: #6c757d;
    font-size: 0.95rem;
}

.legal-page__content h2 {
    margin: 36px 0 14px;
    color: #052944;
    font-size: 1.5rem;
    font-weight: 700;
}

.legal-page__content h3 {
    margin: 24px 0 10px;
    color: #052944;
    font-size: 1.15rem;
    font-weight: 600;
}

.legal-page__content p {
    margin-bottom: 16px;
}

.legal-page__content ul {
    margin: 0 0 18px;
    padding-left: 1.25rem;
}

.legal-page__content li {
    margin-bottom: 8px;
}

.legal-page__content a {
    color: var(--thm-base, #004a94);
    text-decoration: underline;
}

.legal-page__content a:hover {
    color: #052944;
}

.legal-page__box {
    margin: 28px 0;
    padding: 24px 28px;
    border-left: 4px solid var(--thm-base, #004a94);
    background: #f1f5f9;
    border-radius: 0 8px 8px 0;
}

.legal-page__box-title {
    margin: 0 0 12px;
    color: #052944;
    font-size: 1.15rem;
    font-weight: 700;
}

.legal-page__box-text {
    margin: 0;
    line-height: 1.7;
}

