.cards-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:24px;gap:24px;grid-template-columns:1fr;justify-items:center}.cards-grid .card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f099;border-radius:24px;box-shadow:0 10px 30px -5px #00000014,0 5px 15px -5px #00000008;display:block;height:100%;max-width:650px;overflow:hidden;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.cards-grid .card:hover{background:#fff;border-color:#ff5a494d;box-shadow:0 25px 40px -12px #ff5a4933,0 8px 20px -8px #0000001a;transform:translateY(-6px)}.cards-grid .card:after{background:linear-gradient(145deg,#0000,#0000);border-radius:24px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);mask:linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.cards-grid .card:hover:after{background:linear-gradient(145deg,#ff5a49,#0000);opacity:.4}.cards-grid .card-content{display:flex;flex-direction:column;height:100%;padding:32px 28px;position:relative;z-index:2}.cards-grid .card-header{align-items:center;display:flex;gap:16px;margin-bottom:20px}.cards-grid .icon-wrapper{align-items:center;background:linear-gradient(135deg,#ff5a491f,#ff5a4914);border-radius:18px;color:#ff5a49;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.cards-grid .icon{fill:none;height:32px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:32px}.cards-grid .card-title{color:#1e293b;font-size:24px;font-weight:500;margin-bottom:0;padding-bottom:0}.cards-grid .card-description{color:#475569;flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:28px}.cards-grid .card-link{align-items:center;color:#ff5a49;display:flex;gap:12px;margin-top:auto}@media (max-width:768px){.cards-grid .cards-grid{gap:20px;grid-template-columns:1fr}.cards-grid .cards-grid .card{max-width:100%}.cards-grid .cards-grid:has(:only-child) .card{max-width:100%}.cards-grid .card-content{padding:28px 24px}.cards-grid .icon-wrapper{border-radius:16px;height:52px;width:52px}.cards-grid .icon{height:28px;width:28px}}@media (max-width:480px){.cards-grid .card-content{padding:24px 20px}.cards-grid .card-header{gap:12px}.cards-grid .icon-wrapper{border-radius:14px;height:48px;width:48px}}
