/* ==========================================================================
   Home 2026 (revamp)
   Ported from the "Growth-first" prototype. Every rule is parent-locked to
   the single root .h26 so nothing can match an element outside the homepage
   content wrapper. Keyframes are prefixed h26- to avoid global name clashes.
   !important is used only where the legacy theme sets generic element/class
   rules (h2, p, a, li, .button, ...) with equal-or-higher specificity, mirroring
   the approach already used by the .f26 footer. Purely visual/animation
   properties (transform, transition, box-shadow, gradients) carry no !important.
   ========================================================================== */

/* ---------- Scoped reset / theme neutralisation ---------- */

.h26,
.h26 *,
.h26 *::before,
.h26 *::after {
    box-sizing: border-box;
}

.h26 {
    overflow: hidden;
    font-family: 'Archivo', 'Public Sans', system-ui, -apple-system, sans-serif;
    color: #0b2345;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.h26 h1,
.h26 h2,
.h26 h3,
.h26 h4,
.h26 h5,
.h26 h6,
.h26 p,
.h26 ul,
.h26 ol,
.h26 figure {
    margin: 0 !important;
    padding: 0 !important;
}

.h26 ul,
.h26 ol,
.h26 li {
    list-style: none !important;
}

.h26 li::before,
.h26 li::after {
    content: none !important;
}

.h26 a {
    color: inherit;
    text-decoration: none !important;
    background: none !important;
}

.h26 img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0 !important;
}

.h26 button,
.h26 input {
    font: inherit;
    margin: 0;
    color: inherit;
    letter-spacing: normal;
}

.h26 button {
    cursor: pointer;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: transparent;
}

.h26 h1,
.h26 h2,
.h26 h3 {
    font-family: 'Archivo', 'Public Sans', system-ui, sans-serif;
    letter-spacing: -0.03em !important;
    font-weight: 400 !important;
    line-height: 1.12 !important;
}

/* Keyboard focus visibility (WCAG 2.4.7) */
.h26 a:focus-visible,
.h26 button:focus-visible,
.h26 input:focus-visible {
    outline: 2px solid #2088c7 !important;
    outline-offset: 2px;
}

/* ---------- Keyframes ---------- */

@keyframes h26-floaty {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes h26-fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes h26-pulseGlow {
    0%, 100% { opacity: .5; }
    50% { opacity: .85; }
}
@keyframes h26-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
@keyframes h26-iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
@keyframes h26-marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ---------- Shared cards / corner marks ---------- */

.h26 .capability-card,
.h26 .agent-card,
.h26 .timeline-card,
.h26 .industry,
.h26 .mini-agent-grid > div,
.h26 .testimonials article {
    transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s ease, border-color .4s ease, background .4s ease;
    will-change: transform;
}

.h26 .corner-mark {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease, width .4s cubic-bezier(.2,.7,.3,1), height .4s cubic-bezier(.2,.7,.3,1);
}
.h26 .corner-mark.tl {
    top: 0;
    left: 0;
    border-top: 2px solid #33bfa3;
    border-left: 2px solid #33bfa3;
    border-radius: 11px 0 0 0;
}
.h26 .corner-mark.br {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #206ea9;
    border-right: 2px solid #206ea9;
    border-radius: 0 0 11px 0;
}
.h26 .capability-card:hover .corner-mark,
.h26 .agent-card:hover .corner-mark,
.h26 .timeline-card:hover .corner-mark {
    opacity: 1;
    width: 24px;
    height: 24px;
}

/* ---------- Buttons ---------- */

.h26 .button {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: #2088c7 !important;
    color: #fff !important;
    padding: 13px 22px !important;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition: transform .2s, background .2s, box-shadow .2s;
    box-shadow: 0 6px 13px rgba(32,136,199,.16);
}
.h26 .button:hover {
    background: #146fa8 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(32,136,199,.25);
}
.h26 .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
    transition: left .5s ease;
}
.h26 .button:hover::after {
    left: 100%;
}
.h26 .button-small {
    padding: 10px 16px !important;
}

/* ---------- Section scaffolding ---------- */

.h26 .section-pad {
    max-width: 1190px;
    margin: 0 auto;
    padding: 82px 20px;
}

.h26 .section-heading .kicker,
.h26 .kicker {
    color: #27558e !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    font-size: 10px !important;
    margin: 0 0 9px !important;
}
.h26 .kicker.teal {
    color: #008d92 !important;
}
.h26 .section-heading h2 {
    font-size: clamp(25px, 3vw, 34px) !important;
    color: #0b2345 !important;
}
.h26 .section-heading > p:not(.kicker) {
    color: #59708f !important;
    line-height: 1.6 !important;
    max-width: 720px;
    font-size: 14px !important;
    margin: 13px 0 0 !important;
}
.h26 .centered {
    text-align: center;
}
.h26 .centered h2 {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ---------- Hero ---------- */

.h26 .hero {
    max-width: none;
    padding: 47px max(20px, calc((100vw - 1190px) / 2)) 44px;
    background: #f5f7fa;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    min-height: 376px;
}
.h26 .hero-content {
    max-width: 570px;
    animation: h26-fadeUp .7s ease both;
}
.h26 .pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d7e0e9;
    background: #fff;
    border-radius: 30px;
    padding: 6px 12px 6px 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    color: #183153;
}
.h26 .pill-icon {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #0b8694;
    display: grid;
    place-items: center;
    color: #fff;
    flex: 0 0 auto;
}
.h26 .hero h1 {
    font-size: clamp(42px, 5vw, 58px) !important;
    margin: 19px 0 17px !important;
    color: #000 !important;
}
.h26 .hero h1 em {
    font-style: normal !important;
    color: #000 !important;
}
.h26 .hero-content > p {
    color: #536987 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 520px;
    margin: 0 0 22px !important;
}
.h26 .hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.h26 .video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #1b3153;
    font-weight: 700;
    font-size: 12px;
}
.h26 .video-link span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #c8d4e2;
    color: #0b3564;
    flex: 0 0 auto;
}
.h26 .hero-visual {
    min-height: 282px;
    position: relative;
    display: grid;
    place-items: center;
    animation: h26-fadeUp .8s ease .15s both;
}
.h26 .visual-glow {
    position: absolute;
    inset: 30px 10px 0;
    background: #d9e9f3;
    filter: blur(28px);
    border-radius: 30px;
    animation: h26-pulseGlow 5s ease-in-out infinite;
}
.h26 .hero-banner-img {
    width: min(100%, 500px);
    height: auto;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(11,35,69,.2);
    position: relative;
    animation: h26-floaty 6s ease-in-out infinite;
    transition: box-shadow .4s ease;
    object-fit: contain;
}
.h26 .hero-banner-img:hover {
    box-shadow: 0 28px 60px rgba(32,110,169,.28);
}

/* ---------- Trust bar (logo marquee) ---------- */

.h26 .trust-bar {
    padding: 28px 20px 24px;
    overflow: hidden;
    border-bottom: 1px solid #e7edf4;
}
.h26 .trust-bar p {
    text-align: center !important;
    color: #8396b1 !important;
    font-weight: 800 !important;
    letter-spacing: .2em !important;
    font-size: 9px !important;
    margin: 0 0 20px !important;
}
.h26 .marquee {
    overflow: hidden;
}
.h26 .marquee-track {
    display: flex;
    min-width: max-content;
    align-items: center;
    gap: 90px;
    animation: h26-marqueeScroll 30s linear infinite;
}
.h26 .marquee-track:hover {
    animation-play-state: paused;
}
.h26 .marquee-track img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(.8);
    transition: filter .35s ease, transform .35s ease;
}
.h26 .marquee-track img:hover {
    filter: grayscale(0) opacity(1);
    transform: scale(1.05);
}

/* ---------- Capabilities ---------- */

.h26 .capabilities {
    padding-top: 48px;
}
.h26 .capability-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 12px;
}
.h26 .capability-card {
    min-height: 320px;
    border: 1px solid #dbe5ef;
    background: linear-gradient(145deg, #f0f4fa, #e8eef6);
    border-radius: 14px;
    padding: 24px 21px 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(11,35,69,.04), inset 0 1px 0 rgba(255,255,255,.6);
}
.h26 .capability-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #206ea9, #33bfa3, #206ea9);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.2,.7,.3,1);
}
.h26 .capability-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 0%, rgba(32,110,169,.08), transparent 65%);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}
.h26 .capability-card:hover {
    transform: translateY(-8px) perspective(800px) rotateX(2deg);
    box-shadow: 0 24px 48px rgba(11,35,69,.15), 0 0 0 1px rgba(32,110,169,.1);
    border-color: #a8c0d6;
}
.h26 .capability-card:hover::before {
    transform: scaleX(1);
}
.h26 .capability-card:hover::after {
    opacity: 1;
}
.h26 .capability-card:hover .square-icon {
    transform: scale(1.1) rotate(-4deg);
}
.h26 .capability-card:hover .text-button {
    gap: 9px;
    background: #206ea9;
    color: #fff;
    border-color: #206ea9;
}
.h26 .card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.h26 .card-meta b {
    letter-spacing: .15em;
    font-size: 10px;
    color: #1d77c3;
}
.h26 .featured .card-meta b {
    color: #2be0c2;
}
.h26 .square-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #dce9fb;
    color: #1c67ca;
    flex: 0 0 auto;
    transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.h26 .featured .square-icon {
    background: #12436c;
    color: #2be0c2;
}
.h26 .status {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    background: #214673;
    color: #dce8f4;
    border: 1px solid #406187;
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 8px;
    letter-spacing: .08em;
}
.h26 .capability-card h3 {
    font-size: 18px !important;
    margin: 16px 0 11px !important;
    color: #0b2345 !important;
}
.h26 .capability-card p {
    color: #536987 !important;
    line-height: 1.55 !important;
    font-size: 15px !important;
    margin: 0 !important;
}
.h26 .capability-card.featured {
    background: #0e2b53;
    border-color: #0e2b53;
    color: #fff;
    box-shadow: 0 16px 33px rgba(11,35,69,.24);
}
.h26 .featured h3 {
    color: #fff !important;
}
.h26 .featured p {
    color: #c1d1e5 !important;
}
.h26 .text-button {
    margin-top: auto;
    background: #fff;
    border: 1px solid #cfdae8;
    border-radius: 5px;
    color: #1c64ca !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 8px 12px !important;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    transition: gap .3s ease, background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.h26 .featured .text-button {
    color: #072a4f !important;
    background: #2be0c2 !important;
    border-color: #2be0c2;
}
.h26 .featured:hover {
    box-shadow: 0 28px 56px rgba(11,35,69,.5), 0 0 30px rgba(51,191,163,.15);
    transform: translateY(-8px) perspective(800px) rotateX(2deg);
}
.h26 .featured:hover .text-button {
    background: #33bfa3;
    border-color: #33bfa3;
    gap: 9px;
    box-shadow: 0 4px 12px rgba(51,191,163,.3);
}
.h26 .featured::before {
    background: linear-gradient(90deg, #33bfa3, #2be0c2, #33bfa3);
    background-size: 200% 100%;
}
.h26 .featured:hover::before {
    animation: h26-shimmer 2s linear infinite;
}
.h26 .featured .corner-mark.tl {
    border-color: #33bfa3;
}
.h26 .featured .corner-mark.br {
    border-color: #2be0c2;
}

/* ---------- Ask Kaia agents ---------- */

.h26 .agent-section {
    padding-top: 25px;
}
.h26 .split {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
}
.h26 .split > div {
    max-width: 810px;
}
.h26 .split > a {
    color: #126ad2 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: flex;
    gap: 4px;
    align-items: center;
    white-space: nowrap;
    padding-bottom: 3px;
}
.h26 .agent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}
.h26 .agent-card {
    min-height: 180px;
    border: 1px solid #d8e3ee;
    border-top: 2px solid #1a78d0;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #f8fbfd);
    box-shadow: 0 2px 8px rgba(11,35,69,.04);
}
.h26 .agent-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #206ea9, #33bfa3);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.2,.7,.3,1);
}
.h26 .agent-card:hover {
    transform: translateY(-7px) perspective(800px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(11,35,69,.14), 0 0 0 1px rgba(32,110,169,.08);
    border-color: #b8cad9;
}
.h26 .agent-card:hover::after {
    transform: scaleX(1);
}
.h26 .agent-card:nth-child(2),
.h26 .agent-card:nth-child(3) {
    border-top-color: #0a9896;
}
.h26 .agent-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h26 .agent-icon {
    width: 28px;
    height: 28px;
    background: #0b2345;
    border-radius: 7px;
    display: grid;
    place-items: center;
    color: #2be0c2;
    box-shadow: 0 4px 10px rgba(11,35,69,.2), inset 0 1px 0 rgba(255,255,255,.08);
    transition: transform .35s cubic-bezier(.2,.7,.3,1), background .35s ease;
}
.h26 .agent-card:hover .agent-icon {
    transform: scale(1.12) rotate(-6deg);
    background: #206ea9;
    animation: h26-iconBounce .6s ease;
}
.h26 .agent-tag {
    color: #1b74d3;
    background: #edf4ff;
    border-radius: 20px;
    padding: 4px 9px;
    font-size: 8px;
    font-weight: 800;
}
.h26 .agent-card h3 {
    font-size: 18px !important;
    margin: 15px 0 8px !important;
    color: #0b2345 !important;
}
.h26 .agent-card p {
    color: #637796 !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    margin: 0 !important;
}
.h26 .mini-agent-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.h26 .mini-agent-grid > div {
    border: 1px solid #dce5ef;
    border-radius: 10px;
    padding: 13px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    cursor: default;
    background: linear-gradient(145deg, #fff, #f8fbfd);
    box-shadow: 0 2px 6px rgba(11,35,69,.03);
    position: relative;
    overflow: hidden;
}
.h26 .mini-agent-grid > div:hover {
    transform: translateY(-3px);
    border-color: #206ea9;
    box-shadow: 0 8px 18px rgba(32,110,169,.12);
    background: #f8fbff;
}
.h26 .mini-agent-grid > div:hover span {
    background: #206ea9;
    color: #fff;
}
.h26 .mini-agent-grid b {
    font-size: 13px;
}
.h26 .mini-agent-grid span {
    color: #0c9f8b;
    background: #e0f5ed;
    border-radius: 10px;
    font-weight: 800;
    font-size: 7px;
    padding: 4px 7px;
}

/* ---------- History timeline ---------- */

.h26 .history {
    max-width: none;
    background: #f4f7fb;
    padding-left: max(20px, calc((100vw - 1100px) / 2));
    padding-right: max(20px, calc((100vw - 1100px) / 2));
}
.h26 .timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 26px;
}
.h26 .timeline-card {
    background: linear-gradient(180deg, #fff, #fafbfd);
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    padding: 18px 14px;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(11,35,69,.04);
}
.h26 .timeline-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #206ea9, #33bfa3);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .4s cubic-bezier(.2,.7,.3,1);
}
.h26 .timeline-card:hover {
    transform: translateY(-7px) perspective(800px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(11,35,69,.13), 0 0 0 1px rgba(32,110,169,.08);
    border-color: #b8cad9;
}
.h26 .timeline-card:hover::before {
    transform: scaleY(1);
}
.h26 .timeline-card:hover strong {
    color: #206ea9;
}
.h26 .timeline-card > div {
    display: flex;
    align-items: baseline;
    gap: 7px;
}
.h26 .timeline-card strong {
    font-family: 'Archivo', 'Public Sans', system-ui, sans-serif;
    font-size: 21px;
    transition: color .35s ease;
}
.h26 .timeline-card span {
    color: #008e99;
    letter-spacing: .14em;
    font-size: 8px;
    font-weight: 800;
}
.h26 .timeline-card h3 {
    font-size: 14px !important;
    margin: 11px 0 8px !important;
    color: #0b2345 !important;
}
.h26 .timeline-card p {
    color: #637796 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ---------- Impact ---------- */

.h26 .impact {
    background: #0a2345;
    color: #fff;
    text-align: center;
    padding: 49px 20px 53px;
}
.h26 .impact h2 {
    font-size: clamp(44px, 6vw, 63px) !important;
    color: #fff !important;
}
.h26 .impact h2 span {
    color: #2be0c2;
}
.h26 .impact p {
    color: #b5c5d9 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin: 12px 0 0 !important;
}

/* ---------- Industries ---------- */

.h26 .industries {
    padding-bottom: 78px;
}
.h26 .industry-grid {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.h26 .industry {
    min-height: 61px;
    border: 1px solid #dbe5ef;
    border-radius: 11px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: default;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #fff, #f8fbfd);
    box-shadow: 0 2px 6px rgba(11,35,69,.03);
}
.h26 .industry::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #206ea9, #33bfa3);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.h26 .industry:hover {
    transform: translateY(-5px) translateX(3px);
    box-shadow: 0 14px 28px rgba(11,35,69,.1), 0 0 0 1px rgba(32,110,169,.06);
    border-color: #a8c0d6;
    background: linear-gradient(145deg, #f8fbff, #eef4fa);
}
.h26 .industry:hover::after {
    transform: scaleY(1);
}
.h26 .industry:hover .industry-icon {
    background: #206ea9;
    border-color: #206ea9;
    transform: scale(1.08);
}
.h26 .industry:hover .industry-icon::after {
    border-color: #fff;
}
.h26 .industry-icon {
    width: 32px;
    height: 32px;
    background: #eaf2ff;
    border: 1px solid #d7e5fb;
    border-radius: 7px;
    position: relative;
    flex: 0 0 auto;
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.h26 .industry-icon::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    inset: 0;
    margin: auto;
    border: 2px solid #1c6ee2;
    border-radius: 4px;
    transition: border-color .3s ease;
}
.h26 .industry b {
    font-size: 13px;
}

/* ---------- Stats ---------- */

.h26 .stats {
    background: #f4f7fb;
    padding: 43px 20px 37px;
    display: flex;
    justify-content: center;
    gap: clamp(45px, 9vw, 125px);
    position: relative;
    text-align: center;
    flex-wrap: wrap;
}
.h26 .stats > div {
    display: grid;
    gap: 3px;
    transition: transform .3s ease;
    position: relative;
    padding-bottom: 8px;
}
.h26 .stats > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #206ea9, #33bfa3);
    transform: translateX(-50%);
    transition: width .3s ease;
}
.h26 .stats > div:hover {
    transform: translateY(-5px);
}
.h26 .stats > div:hover::after {
    width: 40px;
}
.h26 .stats > div:hover strong {
    color: #206ea9;
}
.h26 .stats strong {
    font-family: 'Archivo', 'Public Sans', system-ui, sans-serif;
    font-size: 27px;
    transition: color .3s ease;
}
.h26 .stats span {
    color: #647795;
    font-size: 13px;
}
.h26 .stats p {
    position: absolute;
    bottom: 11px;
    margin: 0 !important;
    color: #008e99 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    left: 0;
    right: 0;
}

/* ---------- Testimonials ---------- */

.h26 .testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 59px;
    padding-bottom: 59px;
}
.h26 .testimonials article {
    border: 1px solid #dce5ef;
    border-radius: 12px;
    padding: 28px 24px 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #fff, #f8fbfd);
    box-shadow: 0 2px 8px rgba(11,35,69,.04);
}
.h26 .testimonials article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #206ea9, #33bfa3);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.2,.7,.3,1);
}
.h26 .testimonials article::after {
    content: '\201C';
    position: absolute;
    top: 8px;
    right: 18px;
    font-family: 'Archivo', 'Public Sans', system-ui, sans-serif;
    font-size: 64px;
    line-height: 1;
    color: rgba(32,110,169,.07);
    pointer-events: none;
}
.h26 .testimonials article:hover {
    transform: translateY(-6px) perspective(800px) rotateX(1deg);
    box-shadow: 0 20px 40px rgba(11,35,69,.1), 0 0 0 1px rgba(32,110,169,.06);
    border-color: #b8cad9;
}
.h26 .testimonials article:hover::before {
    transform: scaleX(1);
}
.h26 .testimonials article > p {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin: 0 0 22px !important;
    color: #0b2345 !important;
}
.h26 .testimonials article > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.h26 .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #206ea9, #33bfa3);
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(32,110,169,.2);
    flex: 0 0 auto;
}
.h26 .testimonials b {
    font-size: 12px;
    display: grid;
    gap: 2px;
}
.h26 .testimonials small {
    color: #8190a7;
    font-weight: 500;
    font-size: 10px;
}

/* ---------- Final CTA ---------- */

.h26 .cta {
    padding: 64px 20px 69px;
    background: #12355e;
    color: #fff;
    text-align: center;
}
.h26 .cta h2 {
    font-size: clamp(27px, 4vw, 36px) !important;
    color: #fff !important;
}
.h26 .cta p {
    color: #aec0d6 !important;
    font-size: 15px !important;
    margin: 12px 0 19px !important;
}
.h26 .cta .button {
    background: #2088c7 !important;
}

/* ---------- Utilities ---------- */

.h26 .desktop-only {
    display: inline;
}

/* ==========================================================================
   Responsive (breakpoints aligned to the theme's existing 991 / 768 / 480)
   ========================================================================== */

@media only screen and (max-width: 991px) {
    .h26 .hero {
        gap: 25px;
    }
    .h26 .capability-grid {
        grid-template-columns: 1fr 1fr;
    }
    .h26 .capability-card.featured {
        grid-row: span 2;
    }
    .h26 .timeline {
        grid-template-columns: repeat(3, 1fr);
    }
    .h26 .timeline-card:last-child {
        grid-column: span 2;
    }
    .h26 .stats {
        gap: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .h26 .hero {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }
    .h26 .hero-visual {
        min-height: 220px;
    }
    .h26 .section-pad {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .h26 .capability-grid,
    .h26 .agent-grid,
    .h26 .testimonials {
        grid-template-columns: 1fr;
    }
    .h26 .capability-card.featured {
        grid-row: auto;
    }
    .h26 .capability-card {
        min-height: 285px;
    }
    .h26 .split {
        display: block;
    }
    .h26 .split > a {
        margin-top: 17px;
    }
    .h26 .mini-agent-grid {
        grid-template-columns: 1fr 1fr;
    }
    .h26 .mini-agent-grid > div:last-child {
        grid-column: span 2;
    }
    .h26 .timeline {
        grid-template-columns: 1fr 1fr;
    }
    .h26 .timeline-card:last-child {
        grid-column: auto;
    }
    .h26 .industry-grid {
        grid-template-columns: 1fr 1fr;
    }
    .h26 .stats {
        gap: 24px 35px;
    }
    .h26 .stats > div {
        min-width: 95px;
    }
    .h26 .stats p {
        position: static;
        width: 100%;
        margin-top: 4px !important;
    }
    .h26 .desktop-only {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .h26 .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .h26 .hero-visual {
        min-height: 190px;
    }
    .h26 .industry-grid {
        grid-template-columns: 1fr;
    }
    .h26 .timeline {
        grid-template-columns: 1fr;
    }
    .h26 .mini-agent-grid {
        grid-template-columns: 1fr;
    }
    .h26 .mini-agent-grid > div:last-child {
        grid-column: auto;
    }
}

/* ==========================================================================
   Reduced motion (WCAG 2.3.3 / 2.2.2)
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .h26 *,
    .h26 *::before,
    .h26 *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
    .h26 .marquee-track {
        animation: none !important;
    }
}
