.eacn-container{max-width:960px;margin:0 auto;padding:3rem 1rem;min-height:60vh}
.eacn-title{font-size:clamp(28px,3.2vw,40px);text-align:center;margin:0 0 2rem;display:flex;align-items:center;justify-content:center;gap:.6rem;font-weight:700}
.eacn-title strong{color:#0e4194}
.eacn-title-icon{width:44px;height:44px}
.eacn-grid{display:flex;flex-direction:column;gap:1.25rem}
.eacn-card{background:linear-gradient(135deg,#ffffff,#f9fafb 40%,#eef2ff);padding:1.5rem;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.06);transition:box-shadow .25s ease}
.eacn-card:hover{box-shadow:0 10px 28px rgba(0,0,0,.10)}
.eacn-head{display:flex;align-items:flex-start;margin-bottom:.75rem}
.eacn-iconwrap{display:inline-flex;align-items:center;justify-content:center;margin-right:.75rem;padding:.75rem;border-radius:9999px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.eacn-icon{width:40px;height:40px;stroke-width:1.75}
.eacn-card h3{font-size:clamp(20px,2.2vw,28px);margin:.25rem 0 0;color:#1f2937}
.eacn-card p{margin-left:3.5rem;line-height:1.7;color:#374151;font-size:1.05rem}
