:root{--custom-green: #25c95c;--custom-green-dark: #20ae50}body{font-family:Inter,sans-serif;background-color:#f8f9fa;color:#343a40}.text-custom-green{color:var(--custom-green)!important}.bg-custom-green{background-color:var(--custom-green)!important}.border-custom-green{border-color:var(--custom-green)!important}.text-custom-green-dark{color:var(--custom-green-dark)!important}.bg-custom-green-dark{background-color:var(--custom-green-dark)!important}.btn-custom-green{background-color:var(--custom-green);border-color:var(--custom-green);color:#fff}.btn-custom-green:hover{background-color:var(--custom-green-dark);border-color:var(--custom-green-dark);color:#fff}.section-title{border-bottom:3px solid var(--custom-green);padding-bottom:.5rem;display:inline-block}.card-hover{transition:transform .3s ease-out,box-shadow .3s ease-out}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.fade-in-up{opacity:0;animation-name:fadeInUp;animation-duration:.8s;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-play-state:paused}.is-visible{opacity:1;animation-play-state:running}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar-toggler{border-color:#0000001a}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(37, 201, 92, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}@media (max-width: 767.98px){.navbar-collapse .btn-custom-green-nav{width:100%;margin-top:.5rem}}
