            header .navbar-brand img { max-height: 90px; }
            footer .footer-logo img { max-height: 90px; }

            /* Hero */
            .hero-eyebrow { letter-spacing: .12em; }
            .hero-highlight { position: relative; display: inline-block; }
            .hero-highlight span.highlight-bar { position: absolute; left: 0; bottom: 6px; width: 100%; height: 10px; background: var(--base-color); opacity: .9; z-index: -1; }

            /* Who-we-help tags (flex pills, no CSS grid) */
            .cd-tag {
                display: inline-flex; align-items: center;
                background: #fff; color: var(--dark-gray);
                padding: 10px 20px; border-radius: 50px;
                font-size: 15px; font-weight: 600; margin: 4px;
                border: 1px solid rgba(14,42,98,0.18);
                box-shadow: 0 4px 14px rgba(14,42,98,0.08);
                transition: all .25s ease;
            }
            .cd-tag:hover { background: var(--base-color); color: #fff; border-color: var(--base-color); transform: translateY(-2px); }

            /* Trust bar */
            .trust-item i { font-size: 26px; color: var(--base-color); margin-bottom: 10px; display: block; }
            .trust-item strong { display: block; }

            /* Program cards accent */
            .program-card { transition: transform .25s ease, box-shadow .25s ease; }
            .program-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(14,42,98,0.12) !important; }
            /* Process steps (vertical timeline, flex-based, no grid) */
            .process-wrap { position: relative; }
            .process-line {
                position: absolute; left: 27px; top: 12px; bottom: 12px; width: 2px;
                background: repeating-linear-gradient(to bottom, rgba(14,42,98,0.28) 0 6px, transparent 6px 12px);
            }
            .process-step { position: relative; padding-left: 76px; margin-bottom: 40px; }
            .process-step:last-child { margin-bottom: 0; }
            .process-marker {
                position: absolute; left: 0; top: 0; width: 56px; height: 56px; border-radius: 50%;
                background: var(--dark-gray); color: #fff; display: flex; align-items: center; justify-content: center;
                font-weight: 700; font-size: 20px; box-shadow: 0 10px 25px rgba(14,42,98,0.25);
            }
            .process-step:nth-child(even) .process-marker { background: var(--base-color); box-shadow: 0 10px 25px rgba(221,22,82,0.25); }
            .process-step h3 { margin-bottom: 6px; }
            .process-step p { margin: 0; }

            /* Testimonial cards */
            .testi-card i { color: var(--base-color); font-size: 26px; }