.why-nuagecx-section{background-color:var(--color-background);padding:4rem 0;position:relative}.why-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.why-title{letter-spacing:-.02em;margin-top:1.5rem;font-size:2.25rem;font-weight:700}@media (min-width:768px){.why-title{font-size:3rem}}.why-grid{grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto;display:grid}@media (min-width:768px){.why-grid{grid-template-columns:1fr 1fr}}.why-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);z-index:1;border-radius:1.5rem;flex-direction:column;align-items:flex-start;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.why-card:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#2609e508 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.why-card:hover{box-shadow:var(--shadow-lg);border-color:#2609e533;transform:translateY(-4px)}.why-card:hover:before{opacity:1}.why-icon-wrap{background:#2609e51a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;transition:transform .3s,background .3s;display:flex}.why-card:hover .why-icon-wrap{background:var(--theme-gradient);transform:scale(1.05)}.why-icon{color:var(--color-primary);width:28px;height:28px;transition:color .3s}.why-card:hover .why-icon{color:#fff}.why-card-title{color:var(--color-text-heading);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.375rem;font-weight:700;line-height:1.4}.why-card-body{color:var(--color-text-body);font-size:1.05rem;line-height:1.6}
