.aveah-tech-section{background:#004074;font-family:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.aveah-tech-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.aveah-tech-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:26px 24px;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.aveah-tech-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(196,36,47,0) 0%,rgba(196,36,47,0) 100%);transition:background .3s ease;pointer-events:none}.aveah-tech-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.07);border-color:rgba(196,36,47,.4);box-shadow:0 14px 32px rgba(0,0,0,.18)}.aveah-tech-card:hover::before{background:linear-gradient(135deg,rgba(196,36,47,.1) 0%,rgba(196,36,47,0) 60%)}.aveah-tech-icon{display:inline-flex;color:#fff;margin-bottom:18px;transition:color .25s ease,transform .25s ease}.aveah-tech-card:hover .aveah-tech-icon{color:#ffe0b2;transform:scale(1.06)}.aveah-tech-title{color:#fff;font-family:inherit;font-size:17px;font-weight:800;line-height:1.25;margin:0 0 8px;letter-spacing:-.005em}.aveah-tech-desc{color:#ffe0b2;font-size:13.5px;font-weight:400;line-height:1.5;margin:0}@media (max-width:1024px){.aveah-tech-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:640px){.aveah-tech-grid{grid-template-columns:repeat(2,1fr);gap:12px}.aveah-tech-card{padding:18px 16px;border-radius:12px}.aveah-tech-icon{margin-bottom:12px}.aveah-tech-title{font-size:14.5px;line-height:1.3;margin-bottom:6px}.aveah-tech-desc{font-size:12px;line-height:1.45}}@media (max-width:380px){.aveah-tech-grid{gap:10px}.aveah-tech-card{padding:14px 12px}.aveah-tech-title{font-size:13.5px}.aveah-tech-desc{font-size:11.5px}}@media (prefers-reduced-motion:reduce){.aveah-tech-card,.aveah-tech-icon,.aveah-tech-card::before{transition:none}}