.technology-hero{min-height:640px;padding:190px 0 110px;background:radial-gradient(circle at 80% 20%,rgba(0,194,168,.45),transparent 30%),linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary));color:#fff}.technology-hero h1,.technology-hero p{color:#fff;max-width:900px}.tech-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.tech-grid article{min-height:300px;padding:24px;border-radius:18px;color:#fff;background:linear-gradient(155deg,var(--brand-primary),var(--brand-primary-dark))}.tech-grid article:nth-child(2n){background:linear-gradient(155deg,var(--brand-primary-dark),#062e54)}.tech-grid h3,.tech-grid p{color:#fff}.tech-grid span{color:var(--brand-secondary);font-weight:900}.roadmap-line{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.roadmap-line div{padding:28px;background:#fff;border:1px solid var(--brand-border);border-radius:18px;position:relative;overflow:hidden}.roadmap-line div::after{content:"";position:absolute;left:28px;bottom:0;width:46px;height:5px;background:var(--brand-secondary)}.partner-ecosystem img{border-radius:28px;box-shadow:var(--shadow-soft)}.gradient-band{padding:96px 0;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary));color:#fff}.gradient-band h2,.gradient-band p{color:#fff}@media (max-width:1199px){.roadmap-line,.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.roadmap-line,.tech-grid{grid-template-columns:1fr}}