.modules{background:rgba(241,245,249,.4);padding:6rem 0}.modules-inner{margin:0 auto;max-width:80rem}.modules-header{margin-bottom:4rem;text-align:center}.modules-title{color:#0f172a;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;margin-bottom:1.25rem}.modules-subtitle{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:48rem}.modules-grid{display:grid;gap:2rem;padding:0 1rem}@media (min-width:768px){.modules-grid{grid-template-columns:repeat(2,1fr);padding:0 2rem}}@media (min-width:1024px){.modules-grid{grid-template-columns:repeat(3,1fr)}}.module-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:2.5rem;transition:all .3s ease}.module-card.glass{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:hsla(0,0%,100%,.75);border:1px solid hsla(0,0%,100%,.4)}.module-card.hover-lift:hover{border-color:rgba(37,99,235,.4);box-shadow:0 20px 45px rgba(15,23,42,.12);transform:translateY(-8px)}.industryicon{align-items:center;background:rgba(25,145,210,.1);border-radius:1rem;color:var(--primary);display:flex;height:3.5rem;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:3.5rem}.module-card:hover .industryicon{background:var(--primary);color:#fff}.industryicon svg{height:1.75rem;width:1.75rem}.module-title{color:#0f172a;font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.module-text{color:var(--muted-foreground);font-size:.95rem;line-height:1.6}