.technology-hero-control{position:relative;min-height:600px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary-dark));padding:160px 0 88px}.technology-hero-control img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.34}.technology-hero-control::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(26,16,17,.88),rgba(0,61,165,.46))}.technology-hero-control .container{position:relative;z-index:2;max-width:900px}.technology-hero-control .eyebrow,.technology-hero-control h1,.technology-hero-control p{color:var(--brand-text-inverse)}.technology-hero-control h1{font-size:max(2rem, min(4vw, 3.5rem))}.technology-partnerships h2,.technology-roadmap h2,.technology-showcase h2{font-size:max(1.8rem, min(3vw, 2.7rem))}.tech-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.tech-timeline article{background:var(--brand-bg);border:1px solid var(--brand-border);padding:26px;position:relative}.tech-timeline article::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--brand-primary)}.tech-timeline span{color:var(--brand-accent);font-weight:800}.tech-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.tech-card-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);padding:26px}.tech-card-grid strong{color:var(--brand-primary);display:block;margin-bottom:10px}.tech-card-grid span{display:inline-flex;margin-top:10px;padding:6px 10px;background:var(--brand-bg-alt);color:var(--brand-primary-dark);font-weight:800}.tech-partner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.tech-partner-grid article{border-left:4px solid var(--brand-accent);background:var(--brand-bg);padding:24px;box-shadow:0 10px 28px rgba(26,31,42,.08)}.technology-counters{background:var(--brand-secondary)}.counter-row{display:flex;flex-wrap:nowrap;gap:18px}.counter-row div{flex:1 1 0;min-width:0;text-align:center;border:1px solid rgba(255,255,255,.22);padding:22px}.counter-row span,.counter-row strong{color:var(--brand-text-inverse);display:block}.counter-row strong{font-size:max(2rem, min(4vw, 3.4rem));line-height:1}.technology-cta{background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));text-align:center}.technology-cta h2,.technology-cta p{color:var(--brand-text-inverse)}.technology-cta .container{max-width:820px}@media (max-width:991px){.tech-card-grid,.tech-partner-grid,.tech-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.counter-row{flex-wrap:wrap}.counter-row div{flex:0 0 calc(50% - 9px)}}@media (max-width:575px){.tech-card-grid,.tech-partner-grid,.tech-timeline{grid-template-columns:1fr}.counter-row div{flex:0 0 100%}}