.graphite-edge-area{padding:4rem 2rem;text-align:center}.container{max-width:1200px;margin:0 auto}.title{font-size:3rem;color:var(--tg-white);margin-bottom:2rem;font-weight:700}.cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.card{background:#2b2b45;border-radius:1rem;padding:2rem;flex-grow:1;flex-shrink:1;flex-basis:calc(30% - 2rem);max-width:300px;min-height:250px;display:flex;flex-direction:column;align-items:center;transition:transform .3s,background .3s;cursor:pointer}.card:hover{transform:translateY(-10px);background:#3b3b5f}.icon{font-size:3rem;color:#b783eb;margin-bottom:1rem}.card-title{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.card-text{font-size:1rem;color:#ccc;text-align:center}@media (max-width:768px){.cards{flex-direction:column;align-items:center}}