.sg-section{background:#fff;overflow:hidden;padding:var(--sg-pad-top,80px) 20px var(--sg-pad-bottom,80px)}.sg-section .sg-container{margin:0 auto;max-width:1440px}.sg-section .sg-header{margin-bottom:56px;text-align:center}.sg-section .sg-heading{font-size:56px;margin:0 0 20px}.sg-section .sg-description{font-size:32px;margin:0 auto}.sg-section .sg-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.sg-section .sg-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.sg-section .sg-grid{grid-template-columns:1fr}}@keyframes sg-card-in{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.sg-section .sg-card{animation:sg-card-in 1.4s cubic-bezier(.16,1,.3,1) forwards;animation-play-state:paused;background:var(--sg-card-bg,#f9f9f9);border:1px solid var(--sg-card-border,#e0e0e0);border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;min-height:260px;opacity:0;padding:32px 28px;transition:background-color .3s ease,border-color .3s ease,border-width .3s ease,box-shadow .3s ease,transform .3s ease}.sg-section .sg-card:first-child{animation-delay:0s}.sg-section .sg-card:nth-child(2){animation-delay:.5s}.sg-section .sg-card:nth-child(3){animation-delay:1s}.sg-section .sg-card:nth-child(4){animation-delay:1.5s}.sg-section .sg-card:nth-child(5){animation-delay:2s}.sg-section .sg-card:nth-child(6){animation-delay:2.5s}.sg-section.sg-visible .sg-card{animation-play-state:running}.sg-section .sg-card:hover{background-color:var(--sg-hover-bg,#eef2ff);border-color:var(--sg-hover-border,#3b5bdb);border-width:var(--sg-hover-border-width,2px);box-shadow:0 10px 32px rgba(0,0,0,.08);transform:translateY(-4px)}.sg-section .sg-card-body{flex:1}.sg-section .sg-card-title{font-size:28px;font-weight:700;margin:0 0 14px}.sg-section .sg-card-desc{font-size:20px;margin:0}.sg-section .sg-card-footer{margin-top:32px}.sg-section .sg-card-link{align-items:center;display:inline-flex;font-size:20px;font-weight:400;gap:6px;text-decoration:none;transition:color .2s ease}.sg-section .sg-card-link:hover{color:var(--sg-hover-border,#3b5bdb)}.sg-section .sg-card-link .sg-arrow{display:inline-block;transition:transform .2s ease}.sg-section .sg-card-link:hover .sg-arrow{transform:translateX(4px)}