.custom-section-grid{opacity:0;background-color:#fff;padding:80px 0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.custom-section-grid.active{opacity:1;transform:translateY(0)}.custom-section-grid .section-header{text-align:center;margin-bottom:50px}.custom-section-grid .section-title{font-family:var(--font-outfit,"Outfit", sans-serif);color:#1e293b;margin-bottom:12px;font-size:2.25rem;font-weight:600}.custom-section-grid .section-divider{background:linear-gradient(90deg, var(--color-primary,#0f330f), #e2e8f0);border-radius:2px;width:60px;height:3px;margin:0 auto}.custom-grid-container{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.custom-grid-container{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.custom-grid-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.custom-grid-container{grid-template-columns:1fr;gap:16px}}.custom-card-wrapper{background-color:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 15px #0000000d}.custom-card-wrapper:hover{box-shadow:0 12px 30px color-mix(in srgb, var(--color-primary,#0f330f) 15%, transparent);transform:translateY(-8px)}.custom-card-link{width:100%;height:100%;text-decoration:none;display:block}.custom-card-image-box{background-color:#f1f5f9;width:100%;padding-bottom:125%;position:relative;overflow:hidden}.custom-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.custom-card-wrapper:hover .custom-card-image{transform:scale(1.08)}.custom-card-overlay{background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;height:50%;padding:24px 20px 20px;transition:background .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.custom-card-title{color:#fff;font-size:1.125rem;font-weight:500;font-family:var(--font-outfit,"Outfit", sans-serif);letter-spacing:.5px;text-shadow:0 1px 3px #0000004d;margin:0;transition:transform .3s;transform:translateY(0)}.custom-card-wrapper:hover .custom-card-title{transform:translateY(-4px)}
