
        /* ── Typography system ─────────────────────────────────────────────── */
        /* Navbar — center menu items between logo and CTA */
        .header.style-1 .header-inner-wrap { position: relative; }
        .header.style-1 .main-menu { position: absolute; left: 50%; transform: translateX(-50%); }

        /* Section labels — uppercase, bold, no dot */
        .point { text-transform: uppercase !important; letter-spacing: 0.08em; font-size: 11px !important; font-weight: 700 !important; }
        .point .item { display: none !important; }
        body { font-family: 'DM Sans', sans-serif !important; }
        h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Manrope', sans-serif !important; }
        .header-default .nav-link, .header-default .tf-btn, .tf-btn, .logo, .nav-link { font-family: 'Manrope', sans-serif !important; }
        .odometer, .counter-number, .wrap-counter .sub { font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace !important; }
        .wrap-counter .odometer, .wrap-counter .sub { color: #FBEC5D !important; }
        .wrap-counter p { font-family: 'Manrope', sans-serif !important; font-size: 20px !important; }
        p, li, span, label, input, textarea, select { font-family: 'DM Sans', sans-serif !important; }

        /* #FBEC5D — hero primary button */
        .tf-btn.btn-primary2 {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-primary2 .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-primary2 span,
        .tf-btn.btn-primary2:hover span {
            color: #121416 !important;
        }
        /* #FBEC5D — navbar Get In Touch button */
        .header .tf-btn.btn-dark {
            background-color: #FBEC5D !important;
        }
        .header .tf-btn.btn-dark span {
            color: #121416 !important;
            font-size: 14.5px !important;
        }
        .header .tf-btn.btn-dark .bg-effect {
            background-color: #FBEC5D !important;
        }

        /* Navbar & mobile menu logo — white */
        .header .header-logo img,
        .offcanvas .logo img {
            filter: none !important;
        }

        /* Scrollbar — gray */
        body::-webkit-scrollbar-thumb {
            background: #9ca3af !important;
        }

        /* Global — all dark buttons: yellow hover, black text */
        .tf-btn.btn-dark .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-dark:hover {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-dark:hover span {
            color: #121416 !important;
        }

        /* Global — all border buttons: yellow hover, black text */
        .tf-btn.btn-border .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-border:hover {
            background-color: #FBEC5D !important;
            border-color: #FBEC5D !important;
        }
        .tf-btn.btn-border span,
        .tf-btn.btn-border:hover span {
            color: #121416 !important;
        }

        /* Global — link-style buttons: black, stays black on hover */
        .tf-btn-link,
        .tf-btn-link:hover {
            color: #121416 !important;
        }

        /* How We Work — card border-radius */
        .section-work:not(.section-journey) .step-container .tf-box-icon.style-3 {
            border-radius: 0 !important;
        }
        /* How We Work — number badge: rounded square instead of circle */
        .section-work:not(.section-journey) .step-container .tf-box-icon.style-3 .number {
            border-radius: 100% !important;
        }

        /* How We Work — neutralise the green :has sibling cascade entirely */
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) {
            background-color: var(--White) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .number {
            background-color: var(--Mono-gray-2) !important;
            color: var(--Mono-dark-9) !important;
            border-color: var(--Mono-gray-2) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .number::after {
            width: 0 !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .title {
            color: var(--Mono-dark-9) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) p {
            color: var(--Mono-gray-5) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .icon svg path {
            fill: #121416 !important;
            stroke: #121416 !important;
        }

        /* How We Work — active card: always yellow */
        .section-work .step-container .tf-box-icon.active {
            background-color: #FBEC5D !important;
            border-color: transparent !important;
        }
        .section-work .step-container .tf-box-icon.active .number {
            background-color: #FBEC5D !important;
            color: #121416 !important;
            border-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon.active .number::after {
            background-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon.active .title {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon.active p {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon.active .icon svg path {
            fill: none !important;
            stroke: #121416 !important;
        }

        /* How We Work — non-active cards: yellow on direct hover only */
        .section-work .step-container .tf-box-icon:not(.active):hover {
            background-color: #FBEC5D !important;
            border-color: transparent !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .number {
            background-color: #FBEC5D !important;
            color: #121416 !important;
            border-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .number::after {
            background-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .title {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover p {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .icon svg path {
            fill: none !important;
            stroke: #121416 !important;
        }

        /* How We Work — connector line: gray by default, yellow when card is hovered/active */
        .section-work .step-container .tf-box-icon.active:not(:last-child)::before,
        .section-work .step-container .tf-box-icon:not(.active):hover:not(:last-child)::before {
            background: #FBEC5D !important;
        }

        /* How We Work — icon size */
        .section-work .step-container .tf-box-icon .icon svg {
            width: 26px !important;
            height: 26px !important;
        }

        /* Coming soon nav links — dimmed, not clickable */
        .nav-coming-soon {
            opacity: 0.35 !important;
            pointer-events: none !important;
            cursor: default !important;
        }

        /* Footer links — yellow on hover */
        .footer a:hover,
        .footer a:hover span,
        .footer .footer-menu_item:hover {
            color: #FBEC5D !important;
        }

        /* Footer contact form — input & textarea border-radius */
        .footer .form-help fieldset input,
        .footer .form-help textarea {
            border-radius: 12px !important;
        }

        /* Footer contact form — light yellow background */
        .footer .right .content {
            background-color: #FEFCE8 !important;
        }

        /* Footer — desktop: form left-rounded, image right-rounded */
        @media (min-width: 576px) {
            .footer .right .content {
                border-radius: 12px 0 0 12px !important;
            }
            .footer .right .image img {
                border-radius: 0 12px 12px 0 !important;
                display: block;
                height: 100%;
                object-fit: cover;
            }
        }

        /* Footer — mobile: form fully rounded */
        @media (max-width: 575px) {
            .footer .right .content {
                border-radius: 12px !important;
            }
        }

        /* Heading tags — match button border-radius */
        .heading-tag {
            border-radius: 12px !important;
        }

        /* All buttons — match dropdown border-radius */
        .tf-btn {
            border-radius: 12px !important;
        }

        /* Banner image — 700px on large screens */
        @media (min-width: 1200px) {
            .img-wrap { height: 700px !important; }
            .img-wrap img { height: 900px !important; margin-top: -100px; }
        }
        /* Banner image — taller on mobile */
        @media (max-width: 767px) {
            .img-wrap { height: 480px !important; }
            .img-wrap img { height: 600px !important; margin-top: -60px; }
        }

        /* Footer bottom — remove inner wrapper border */
        .footer .footer-bottom .wrapper {
            border-top: none !important;
        }

        /* Our Services cards — white bg, border, dark text, yellow hover */
        .section-service .tf-box-icon.style-6 {
            background-color: #ffffff !important;
            border: 1px solid rgba(128, 128, 128, 0.22) !important;
            border-radius: 12px !important;
            cursor: pointer !important;
            position: relative !important;
        }
        /* Stretch heading link to cover entire card */
        .section-service .tf-box-icon.style-6 h3 a::after {
            content: '';
            position: absolute;
            inset: 0;
        }
        /* Icon container — bordered, smaller */
        .section-service .tf-box-icon.style-6 .icon {
            border: 1px solid rgba(128, 128, 128, 0.22) !important;
            border-radius: 12px !important;
            width: 46px !important;
            height: 46px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background-color: transparent !important;
        }
        .section-service .tf-box-icon.style-6 .icon img {
            width: 22px !important;
            height: 22px !important;
            filter: brightness(0) !important;
            transition: none !important;
            animation: none !important;
        }
        .section-service .tf-box-icon.style-6.effec-icon .icon,
        .section-service .tf-box-icon.style-6.effec-icon .icon img {
            animation: none !important;
            transition: none !important;
        }
        /* Text — dark by default */
        .section-service .tf-box-icon.style-6 h3,
        .section-service .tf-box-icon.style-6 h3 a,
        .section-service .tf-box-icon.style-6 p {
            color: #121416 !important;
        }
        /* Hover — white bg stays, border turns yellow, text stays black */
        .section-service .tf-box-icon.style-6:hover {
            background-color: #ffffff !important;
            border-color: #FBEC5D !important;
        }
        .section-service .tf-box-icon.style-6:hover .icon {
            border-color: #FBEC5D !important;
        }
        .section-service .tf-box-icon.style-6:hover h3,
        .section-service .tf-box-icon.style-6:hover h3 a,
        .section-service .tf-box-icon.style-6:hover p,
        .section-service .tf-box-icon.style-6:hover .tf-btn-link,
        .section-service .tf-box-icon.style-6:hover .tf-btn-link span {
            color: #121416 !important;
        }

        /* Core values cards — no pointer cursor */
        .section-service .tf-box-icon.style-6 {
            cursor: default !important;
        }

        /* Mobile hamburger — shorter lines, white */
        .burger span {
            height: 1.5px !important;
            background: #fff !important;
        }

        /* Mobile menu close button — white, no border */
        .close-menu {
            border: none !important;
            background: none !important;
            box-shadow: none !important;
        }
        .close-menu i {
            color: #fff !important;
        }

        /* Navbar bottom border */
        .header {
            border-bottom: 1px solid rgba(128, 128, 128, 0.22) !important;
        }

        /* Remove dots from dropdown items */
        .header .main-menu .navigation .has-child .submenu > li::before {
            display: none !important;
        }

        /* Shrink dropdown arrow */
        .header .main-menu .navigation .has-child > a::after {
            font-size: 4px !important;
        }

        /* Dropdown — black background */
        .header .main-menu .navigation .submenu {
            background-color: #000 !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
        }

        /* Navbar menu font size + color + padding */
        .header .main-menu .navigation > li > a {
            font-size: 14.5px !important;
            color: #fff !important;
            padding-left: 16px !important;
            padding-right: 16px !important;
        }
        .header .main-menu .navigation .submenu li a {
            font-size: 14px !important;
            color: #fff !important;
        }

        /* Cap overview left/right widths */
        @media (min-width: 992px) {
            .section .heading-section .left { flex: 0 0 50% !important; max-width: 50% !important; }
            .section .heading-section .right { flex: 0 0 40% !important; max-width: 40% !important; }
        }
        @media (max-width: 991px) {
            .section .heading-section .left,
            .section .heading-section .right { flex: 0 0 100% !important; max-width: 100% !important; }
        }

        /* === Solutions accordion inner layout === */
        .sol-inner { display: flex; gap: 48px; align-items: flex-start; padding: 32px 0 16px; }
        .sol-img { flex: 0 0 42%; max-width: 42%; }
        .sol-img img { width: 100%; height: 300px; object-fit: cover; display: block;  }
        .sol-content { flex: 1; }
        .sol-label { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #FBEC5D; margin-bottom: 12px; }
        .sol-title { font-family: 'Manrope', sans-serif; font-size: 32px; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 20px; text-transform: uppercase; }
        .sol-desc { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 20px; }
        .sol-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
        .sol-list li { font-size: 14px; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 10px; }
        .sol-list li::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #FBEC5D; flex-shrink: 0; }
        @media (max-width: 767px) {
            .sol-inner { flex-direction: column; }
            .sol-img { flex: 0 0 100%; max-width: 100%; }
            .sol-title { font-size: 24px; }
        }

        /* === Benefits grid === */
        .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
        .benefit-card {
            padding: 32px 28px;
            position: relative;
            border: 1px solid rgba(255,255,255,0.07);
            border-radius: 0;
            background: rgba(255,255,255,0.02);
            transition: border-color 0.2s ease, background 0.2s ease;
        }
        .benefit-card:hover {
            border-color: rgba(251,236,93,0.25);
            background: rgba(255,255,255,0.035);
        }
        .benefit-card::before {
            content: '';
            display: block;
            width: 32px;
            height: 1px;
            background: #FBEC5D;
            margin-bottom: 20px;
        }
        .benefit-num {
            font-size: 10px;
            font-family: 'Manrope', sans-serif;
            letter-spacing: 0.14em;
            color: #fff;
            position: absolute;
            top: 20px;
            left: 24px;
        }
        .benefit-title {
            font-family: 'Manrope', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 14px;
        }
        .benefit-desc {
            font-size: 14px;
            color: rgba(255,255,255,0.55);
            line-height: 1.7;
            margin: 0;
        }
        @media (max-width: 767px) { .benefits-grid { grid-template-columns: 1fr; } }
        @media (min-width: 768px) and (max-width: 991px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }

/* Capability overview — proof points */
.gc-proof-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gc-proof-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}
.gc-proof-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FBEC5D;
    flex-shrink: 0;
    margin-top: 5px;
}

/* Capability overview — pullquote */
.gc-pullquote {
    border-left: 3px solid #FBEC5D;
    padding-left: 24px;
    margin: 0;
    font-style: normal;
}
.gc-pullquote p {
    font-family: 'Manrope', sans-serif !important;
    font-size: clamp(24px, 2.5vw, 36px) !important;
    font-weight: 300 !important;
    color: #fff !important;
    line-height: 1.35 !important;
    margin: 0 0 16px !important;
}
.gc-pullquote-label {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FBEC5D;
}
@media (max-width: 991px) {
    #capability-overview .right { margin-top: 40px; }
}
@media (min-width: 992px) {
    .page-title .text-display-3.title { width: 90%; }
}
